1. 4f0a312 Break the build to test Hudson by Alan Cabrera · 15 years ago
  2. 034427b upgraded ivy to 2.0.0 (final) now that it has been released. Continuing to work to enable samples builds by Les Hazlewood · 15 years ago
  3. 68608b1 JSEC-45 Initial work. Samples still needs to be completed by Alan Cabrera · 15 years ago
  4. 30110b2 JavaDoc update by Les Hazlewood · 15 years ago
  5. c67ad6b JSEC-34 - added logic to add '/' if the request contextPath is null or empty, accompanied by two test cases for verification by Les Hazlewood · 15 years ago
  6. 829ea63 Modified destroy() method chaining - previously used destroy and chain of before*Destroyed() method calls, which was confusing and hard to trace across the class hierarchy. Now using simple super.* overriding calls for easy traceability. The previous before*Destroyed() methods existed for simple subclassing overrides, but are no longer relevant since the next release will favor a composition over inheritance model (subclasses should be very rare). Also modified some JavaDoc to reflect this. by Les Hazlewood · 15 years ago
  7. a407d06 Modified to be more robust and based on common Subject lookup mechanisms (SecurityUtils). If not found there, only then fall back to a system property (previous behavior). by Les Hazlewood · 15 years ago
  8. 3967f98 JSEC-37 - architectural refactoring in preparation for 1.0 - simplified implementations and implemented some best practices based on Joshua Bloch's "Effective Java" book. by Les Hazlewood · 15 years ago
  9. ccdbc5b JSEC-37 - architectural preparation to enable easy assumed identity support. Need to vet modifications before they can be verified as the final solution. by Les Hazlewood · 15 years ago
  10. 3683dda JSEC-42 - made SecurityManager extend SessionManager instead of SessionFactory (reasons documented in the issue). by Les Hazlewood · 15 years ago
  11. 27bd103 JSEC-27, JSEC-40, JSEC-41 - removed default realm. Removed core depdency on Ehcache (now uses DefaultCacheManager which uses core SoftHashMap caches to prevent memory leaks), removed ensureRealms() method in SecurityManager implementation since the Authorizer and Authenticator implementations now assert if realms were properly configured or not by Les Hazlewood · 15 years ago
  12. 9ccaa6b JSEC-39 - had AuthenticationInfo and AuthorizationInfo extend Serializable. Also updated the NOTICE file to reflect Dr. Heinz Kabut's permission for us to use his source code to seed our SoftHashMap implementation. by Les Hazlewood · 15 years ago
  13. d43db79 remaining build modifications to match the src structure. Appended -${version} to jar names to allow easy upload to the central maven repository. by Les Hazlewood · 15 years ago
  14. a4f92fd Modularized the build files to correspond to the new modular structure. Ensured the default CacheManager is a DefaultCacheManager (not EhCacheManager), pending final outcome on dev list whether or not enable or disable caching expliclity. by Les Hazlewood · 15 years ago
  15. 3477999 replaced missing Test cases that were not copied during the src dir restructuring. All tests are now back in place. by Les Hazlewood · 15 years ago
  16. b77491b necessary modifications to coincide with the src dir move by Les Hazlewood · 15 years ago
  17. 4600a62 reinstated Quartz classes by Les Hazlewood · 15 years ago
  18. 49cf1f6 replaced EhCache classes by Les Hazlewood · 15 years ago
  19. 61c486d removing empty directories after src move by Les Hazlewood · 15 years ago
  20. 3b84727 removing empty directories after src move by Les Hazlewood · 15 years ago
  21. 2cbdd4a removing empty directories after src move by Les Hazlewood · 15 years ago
  22. a425d10 removing empty directories after src move by Les Hazlewood · 15 years ago
  23. affe5a3 removing empty directories after src move by Les Hazlewood · 15 years ago
  24. 4f88013 removing empty directories after src move by Les Hazlewood · 15 years ago
  25. 72a2b22 Moved source code to a 'core' module and a 'web' module. Test directories reflected this move as well by Les Hazlewood · 15 years ago
  26. 2f32c9a JSEC-40 - added initial CacheManager implementations potentially to be used in 1.0 by Les Hazlewood · 15 years ago
  27. e53037a JSEC-33 - added two test cases to verify the issue is resolved by Les Hazlewood · 15 years ago
  28. 44467f5 0.9.0 import for incubation by Alan Cabrera · 15 years ago
  29. 21ebec7 Final 0.9.0 final tag from imported source code by Les Hazlewood · 15 years ago
  30. 85fad65 fixed release comments for 0.9 release by Les Hazlewood · 15 years ago
  31. 5acda51 Re-enabled the EhCacheManager by Les Hazlewood · 16 years ago
  32. 8d415c3 Created the initial directories by Emmanuel Lecharny · 16 years ago
  33. 1bca2dc JSEC-24 CachingSecurityManager always needs a default cache manager, for now by Alan Cabrera · 16 years ago
  34. d13951e JSEC-25 renamed some classes to get JUnit to work properly by Alan Cabrera · 16 years ago
  35. 8033a57 JSEC-23 the lastAccessTime field is now updated whenever attributes are retrieved or set by Alan Cabrera · 16 years ago
  36. 7da3b22 JSEC-24 Temporarily commented out code in anticipation of an immanent fix. by Alan Cabrera · 16 years ago
  37. 309213e Minor fix to JavaDoc. by Alan Cabrera · 16 years ago
  38. 65549c3 Moved to import directory, the place to hold the original import by Alan Cabrera · 16 years ago
  39. c386223 JavaDoc updates by pharaohh · 16 years ago
  40. ee89670 updated JavaDoc by pharaohh · 16 years ago
  41. b0611b0 fixed imports by pharaohh · 16 years ago
  42. be18f61 JavaDoc modifications and new feature (3 new annotations and corresponding AnnotationHandler and *MethodInterceptor implementations to support them) by pharaohh · 16 years ago
  43. b9d646e added RequiresAuthentication, RequiresGuest, RequiresUser annotations and corresponding MethodInterceptor implementations to support them. by pharaohh · 16 years ago
  44. 5b03db9 JSEC-29 - fixed by pharaohh · 16 years ago
  45. 9cbf6cb javadoc and renamed FilterChainWrapper to ProxiedFilterChain by pharaohh · 16 years ago
  46. e3f8db6 minor JavaDoc chages - also removed unused log instances where possible by pharaohh · 16 years ago
  47. 519e523 100% JavaDoc coverage by pharaohh · 16 years ago
  48. 7f16c11 100% JavaDoc coverage by pharaohh · 16 years ago
  49. 7b1f7e7 brought JavaDoc up to 100% by pharaohh · 16 years ago
  50. 517458e brought JavaDoc up to 100% by pharaohh · 16 years ago
  51. 962c5aa Indicated which classes require JavaDoc by pharaohh · 16 years ago
  52. eefbf27 JavaDoc updates and notes for more JavaDoc by pharaohh · 16 years ago
  53. a437db3 JSEC-125 - moved ehcache-based classes to the 'support' directory by pharaohh · 16 years ago
  54. 99d4c8c JSEC-125 - moved ehcache-based classes to the 'support' directory by pharaohh · 16 years ago
  55. c827534 JSEC-125 - moved ehcache-based classes to the 'support' directory by pharaohh · 16 years ago
  56. 2934944 JSEC-125 - moved ehcache-based classes to the 'support' directory by pharaohh · 16 years ago
  57. 19945ca JSEC-125 - moved quartz-based classes to the 'support' directory by pharaohh · 16 years ago
  58. 9087749 JSEC-125 - moved quartz-based classes to the 'support' directory by pharaohh · 16 years ago
  59. d3e1e59 javaDoc by pharaohh · 16 years ago
  60. 0592448 fixed erroneous path by pharaohh · 16 years ago
  61. e0e2142 added InheritableThreadLocal.childValue method implementation by pharaohh · 16 years ago
  62. 4eff419 Enabled better logging for sample apps by pharaohh · 16 years ago
  63. d1df1ec made use of clearCachedAuthorizationInfo method on logout (was duplicating logic) by pharaohh · 16 years ago
  64. 075a169 javadoc additions, template methods created by pharaohh · 16 years ago
  65. 5675692 javadoc additions, template methods created by pharaohh · 16 years ago
  66. 96dad3c added a standalone sample app by pharaohh · 16 years ago
  67. d0850b8 by pharaohh · 16 years ago
  68. 9a8d491 javadoc by pharaohh · 16 years ago
  69. 6b9fbd6 JSEC-124 - renamed SpringWebConfiguration to SpringIniWebConfiguration by pharaohh · 16 years ago
  70. 70a1b59 minor javadoc correction by pharaohh · 16 years ago
  71. e002c66 fixed invalid date format by pharaohh · 16 years ago
  72. 64da59f upated revision back to 'snapshot' for further non-release development by pharaohh · 16 years ago
  73. f5f9659 final RC2 release edits by pharaohh · 16 years ago
  74. 9b5840b finalized Quickstart code, preparing for RC2 by pharaohh · 16 years ago
  75. 12ff3f1 more quickstart prep by pharaohh · 16 years ago
  76. 5f7fe00 more quickstart prep by pharaohh · 16 years ago
  77. fcf4d01 cleaning up for the quickstart by pharaohh · 16 years ago
  78. 2d5da3b working on test cases in preparation for quickstart modifications by pharaohh · 16 years ago
  79. 94cd829 working on test cases in preparation for quickstart modifications by pharaohh · 16 years ago
  80. bc1310e Moving sample webapp to samples/web to make room for a new quickstart (non web-based) by pharaohh · 16 years ago
  81. 5084756 Moving sample webapp to samples/web to make room for a new quickstart (non web-based) by pharaohh · 16 years ago
  82. d858609 Moving sample webapp to samples/web to make room for a new quickstart (non web-based) by pharaohh · 16 years ago
  83. a975cdb changed version for snapshots by pharaohh · 16 years ago
  84. fd191ac made comment about the differences running JavaDoc in Windows vs Mac environments by pharaohh · 16 years ago
  85. 0522076 Lots of JavaDoc cleanup preparing for release (mostly moving from package.html to package-info.java representation) by pharaohh · 16 years ago
  86. 712d063 cleaned up formatting for readability by pharaohh · 16 years ago
  87. 7e691dd JavaDoc updates by pharaohh · 16 years ago
  88. 4bc9f20 renamed WebUtils getServletRequest and getServletResponse to getRequiredServletRequest and getRequiredServletResponse respectively, and updated where those methods were being called. by pharaohh · 16 years ago
  89. 06cbebc JSEC-119 - added one more test case for testing values starting with to ensure escaping is performed correctly. by pharaohh · 16 years ago
  90. c7a1015 JSEC-119 - cleaned up primitive and object reference reflection/injection. Objects now can now be referenced via $beanId notation by pharaohh · 16 years ago
  91. 3b4259d Throw exception when request/response isn't set on WebUtils so that you get a nice error instead of a NPE. by mentiro · 16 years ago
  92. e38b3bf JSEC-123 - added some configuration changes to ensure the authc filter could process the login url by pharaohh · 16 years ago
  93. b0c134f JSEC-120 - added PatternMatcher interface to support pluggable pattern matching implementations for configuration by pharaohh · 16 years ago
  94. 5f0ca39 JSEC-122 - fixed NPE by pharaohh · 16 years ago
  95. dfd906d JSEC-123 - added intermediary abstract class to consolidate common executeLogin behavior by pharaohh · 16 years ago
  96. cbad7dd by pharaohh · 16 years ago
  97. 6afb9e4 by pharaohh · 16 years ago
  98. 45c8456 javadoc updates and added changes.txt file by pharaohh · 16 years ago
  99. 7314f53 renamed hasPrincipal to hasPrincipals to better reflect a collection by pharaohh · 16 years ago
  100. 5153344 JavaDoc updates and removed validation checks after subject.logout() is called - a Subject is still valid even after logout - it is just considered anonymous again after that point. by pharaohh · 16 years ago