parent
1d9495d50b
commit
3aa42b6014
@ -78,7 +78,6 @@ 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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user