Remove dead code in ServerProperties

pull/1036/head
Dave Syer 11 years ago
parent 53cbe74d83
commit dff7a3bf7c

@ -84,9 +84,6 @@ public class ServerProperties implements EmbeddedServletContainerCustomizer {
return "/";
}
if (this.servletPath.contains("*")) {
if (this.servletPath.endsWith("*")) {
return this.servletPath;
}
return this.servletPath;
}
if (this.servletPath.endsWith("/")) {

Loading…
Cancel
Save