Commit 3daad3eab839b10b52f168684f5e3122ada20bdd

Authored by 王通
1 parent 7244e83d

1.

src/main/java/com/bsth/filter/AuthorityFilter.java
... ... @@ -33,7 +33,7 @@ public class AuthorityFilter extends BaseFilter {
33 33  
34 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 38 @Override
39 39 public void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException {
... ...