新增用户注册/登录
This commit is contained in:
@@ -12,6 +12,8 @@ public class UrlHandler extends Handler {
|
||||
@Override
|
||||
public void handle(String target, HttpServletRequest request, HttpServletResponse response, boolean[] isHandled) {
|
||||
|
||||
if (target.endsWith(".html")) target = target.replace(".html", "");
|
||||
|
||||
next.handle(target, request, response, isHandled);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user