This commit is contained in:
wb-ldy613915 2020-01-10 15:33:59 +08:00
parent a219dbeafc
commit 1d9495d50b

View File

@ -78,6 +78,7 @@ public class DistroFilter implements Filter {
if (StringUtils.isBlank(serviceName)) { if (StringUtils.isBlank(serviceName)) {
serviceName = req.getParameter("dom"); serviceName = req.getParameter("dom");
} }
serviceName = serviceName.trim();
Method method = filterBase.getMethod(req.getMethod(), path); Method method = filterBase.getMethod(req.getMethod(), path);
if (method == null) { if (method == null) {