fixed_auth_res.properties 593 B

12345678910111213141516171819202122232425262728293031
  1. ##fixed auth rules
  2. ##\u767b\u5f55
  3. /login*/** = anon
  4. ##\u6ce8\u9500
  5. /logout = logout
  6. /findPassword*= anon
  7. /crateValCode = anon
  8. /view/student/**=anon
  9. /person/**=authc
  10. /static/**=anon
  11. /view/**/*.css=anon
  12. ##\u5e10\u53f7\u7ba1\u7406
  13. #/account/** = user
  14. #
  15. #/api/secure/** = authcBasic
  16. ##\u529f\u80fd\u6f14\u793a
  17. #/story/**=user
  18. ##\u9759\u6001\u5185\u5bb9\u83b7\u53d6
  19. #/static-content/**=anon
  20. ##\u9759\u6001\u8d44\u6e90
  21. #/app/**=anon
  22. #/pro/**=anon
  23. ##\u8fdc\u7a0b\u9759\u6001\u8d44\u6e90\u83b7\u53d6
  24. #/remote-content/**=anon
  25. ##\u8de8\u57df\u8bbf\u95ee
  26. #/web/mashup-client=anon
  27. #/web/mashup=anon
  28. #
  29. #