Commit 3daad3eab839b10b52f168684f5e3122ada20bdd
1 parent
7244e83d
1.
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/filter/AuthorityFilter.java
| @@ -33,7 +33,7 @@ public class AuthorityFilter extends BaseFilter { | @@ -33,7 +33,7 @@ public class AuthorityFilter extends BaseFilter { | ||
| 33 | 33 | ||
| 34 | private PathMatcher matcher = new AntPathMatcher(); | 34 | private PathMatcher matcher = new AntPathMatcher(); |
| 35 | 35 | ||
| 36 | - private String[] pubUrls = new String[]{ "/pages/home.html", "/error", "/dictionary/all", "/user/isWeakCipher", "/user/isRealName", "/user/currentUser", "/user/companyData", "/module/findByCurrentUser", "/eci/validate_get_destroy_info", "/business", "/personnel/all_py", "/companyAuthority/all", "/line/all", "/basic/refresh_person_data", "/downloadFile/download", "/report/lineList", "/adminUtils/**"}; | 36 | + private String[] pubUrls = new String[]{ "/pages/home.html", "/error", "/dictionary/all", "/user/validPWDExpired", "/user/isWeakCipher", "/user/isRealName", "/user/currentUser", "/user/companyData", "/user/changePWD", "/pages/permission/user/changePWD.html", "/module/findByCurrentUser", "/eci/validate_get_destroy_info", "/business/all", "/personnel/all_py", "/companyAuthority/all", "/line/all", "/basic/refresh_person_data", "/downloadFile/download", "/report/lineList", "/adminUtils/**", "/pages/scheduleApp/module/common/**"}; |
| 37 | 37 | ||
| 38 | @Override | 38 | @Override |
| 39 | public void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException { | 39 | public void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException { |