- 2084c4c JavaDoc modifications by Les Hazlewood · 14 years ago trunk
- 200d5c8 Added SessionFactory for OO delegation instead of requiring to subclass the SessionManager implementation. Also added some JavaDoc by Les Hazlewood · 14 years ago
- b81d652 javadoc & minor enhancements (implemented all methods in the Map API instead of subclassing AbstractMap) by Les Hazlewood · 14 years ago
- a37503d Modified SoftHashMap for highly concurrent environments by Les Hazlewood · 14 years ago
- 050d9c7 Added WildcardPermission default,no-arg constructor (protected - not public) for use by subclasses. Added new 'DomainPermission' subclass for those that wish to use type-safe permissions (work in progress) by Les Hazlewood · 14 years ago
- 58eb7c5 refactored out constructor logic to protected method to be accessible to custom type-safe subclasses by Les Hazlewood · 14 years ago
- d898f02 minor logging clean up with slf4j, added root-level javadoc pom config by Les Hazlewood · 14 years ago
- d28dd4e added log level corresponding to new package structure by Les Hazlewood · 14 years ago
- 9dbe6b4 Fixed bug where session.stop was not delegating at all times to the security manager (required for the security manager to clear out a cookie in web environments) by Les Hazlewood · 14 years ago
- b5b2add further jsecurity name changes. Also moved jsecurity.tld to ki.tld in the appropriate META-INF location in maven resource tree by Les Hazlewood · 14 years ago
- db7364a re-enabled the Quickstart executable. Updated the QuickStart wiki page by Les Hazlewood · 15 years ago
- c8202b6 Started working on a HostFilter. Not yet complete. by Les Hazlewood · 15 years ago
- bf285e0 Added JavaDoc by Les Hazlewood · 15 years ago
- 55d280e changed DEFAULT_ERROR_KEY_ATTRIBUTE_NAME constant to be 'kiLoginFailure' for simplicity and to ease backwards compatibility. by Les Hazlewood · 15 years ago
- 0a43844 changed DEFAULT_ERROR_KEY_ATTRIBUTE_NAME constant to be 'ki.authenticationExceptionClassName' to be more explicit as to what it represents as well as to remove the 'jsec' name remnant. by Les Hazlewood · 15 years ago
- 4e25187 removed two unnecessary html <p/> elements, which was preventing the JavaDoc from displaying correctly in Idea by Les Hazlewood · 15 years ago
- ba61b80 removed two unnecessary html <p/> elements, which was preventing the JavaDoc from displaying correctly in Idea by Les Hazlewood · 15 years ago
- cf2a453 KI-75 - added more to JavaDoc to better explain how to define Realms, RealmFactories, and other objects in an object graph, as well as how to apply them to the SecurityManager by Les Hazlewood · 15 years ago
- 4a08fc4 fixed code that returned a null subject - Subject should never be null (they can be re-used even after logout - they're just considered anonymous again after that point). by Les Hazlewood · 15 years ago
- 2018212 added Apache license and @since information by Les Hazlewood · 15 years ago
- 5efae48 Added two new default filters - 'port' and 'ssl' to ensure a request comes in on a certain port (with the 'ssl' filter being a PortFilter that just defaults to 443). by Les Hazlewood · 15 years ago
- c3ce225 removed unnecessary property 'kiVersion' since project.version is suitable (no need to maintain version in 2 places) by Les Hazlewood · 15 years ago
- ffed2d7 documentation work - prepared to use the docbkx plugin for DocBook documentation by Les Hazlewood · 15 years ago
- 62b6330 final modifications to prevent stack overflow in a federated session environment by Les Hazlewood · 15 years ago
- d098a2c modifications to clean up spring-remoting support (was causing stack overflows) by Les Hazlewood · 15 years ago
- 2f69dfa fixed cause of stack overflow by Les Hazlewood · 15 years ago
- d878799 KI-72: swapped out commons-logging for slf4j by Les Hazlewood · 15 years ago
- fcdbd29 Updated many files where a default JSecurity -> 'Apache Ki' was unnatural or didn't make sense (for example KiFilter -> Apache KiFilter in servlet filter definitions and related documentation). Just using 'Ki' was more appropriate and natural in these cases. by Les Hazlewood · 15 years ago
- 8031848 added jar bundle module by Les Hazlewood · 15 years ago
- 703d8b8 Fixed POMs' versions by Alan Cabrera · 15 years ago
- ac7b39c added '-incubating-' to the version to make our incubation status clear by Les Hazlewood · 15 years ago
- 4ee2e95 added ASF parent pom to pick up distribution management settings for snapshot and staging publishing by Les Hazlewood · 15 years ago
- 1005bee moved files to maven standard directory layout, one file's JavaDoc updated by Les Hazlewood · 15 years ago
- a4da66e moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- 0b13189 moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- fe67eb5 moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- 0118a6d moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- 24310c2 moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- 24ae3d7 moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- e910195 moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- 4b45b29 moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- d218889 moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- df36cbb moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- 00ec147 moved files to maven standard directory layout by Les Hazlewood · 15 years ago
- 4850e66 ki renaming changes - removed empty directories as well by Les Hazlewood · 15 years ago
- 2f576b6 ki renaming changes - removed empty directories as well by Les Hazlewood · 15 years ago
- 894d152 ki renaming changes - removed empty directories as well by Les Hazlewood · 15 years ago
- 24d3fea Fix for KI-70 so that an AuthenticationException is thrown if LDAP throws a javax.naming.AuthenticationException instead of logging it as an error and returning null. by Jeremy Haile · 15 years ago
- 1c520db KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 06768f7 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 5c91e2f KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 066f673 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- fb33368 KI-69 commented out broken tests by Alan Cabrera · 15 years ago
- f01bb42 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- b181f94 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 68a4167 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 0f264b0 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- c7dc9d0 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 9cd66b6 KI-66 intermediate checkin by Alan Cabrera · 15 years ago
- 5956522 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- e561918 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- ce724f5 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 915169c KI-66 intermediate changes by Alan Cabrera · 15 years ago
- ef261c9 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- d06721b KI-66 intermediate changes by Alan Cabrera · 15 years ago
- e8e0ee9 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 01157dc KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 3adbf0c KI-66 intermediate changes by Alan Cabrera · 15 years ago
- d05ea1e KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 8f0426b KI-66 intermediate changes by Alan Cabrera · 15 years ago
- cdf79b6 KI-66 intermediate changes by Alan Cabrera · 15 years ago
- 3d162cb KI-66 intermediate changes by Alan Cabrera · 15 years ago
- a85ce65 Cleanup sample app. by Jeremy Haile · 15 years ago
- 586f91f Merged changes from the import branch that were accidentally committed into the trunk. by Jeremy Haile · 15 years ago
- 5eb3174 JSEC-57 - implemented functionality required to ignore identity calls after logout by Les Hazlewood · 15 years ago
- 54d607f Added the ability to hash a File and InputStream by Les Hazlewood · 15 years ago
- d036b97 JSEC-56 - implemented functionality recommended by patch. by Les Hazlewood · 15 years ago
- b5301f0 removing project files for now (seeing errors in my IDE) - will re-add them after cleanup. Also added some utility methods to reduce method complexity by Les Hazlewood · 15 years ago
- 79d5c14 deprecated HashtableCache by Les Hazlewood · 15 years ago
- 891e3fa Added a quick fix to extract out the ivy base repository url in case that needs to be overridden (e.g. when using a company internal repository proxy) by Les Hazlewood · 15 years ago
- a91eca3 JSEC-45 oops by Alan Cabrera · 15 years ago
- 3654cef JSEC-52 - implemented serializable by Les Hazlewood · 15 years ago
- f6f96ce JSEC-45 Moved to get demo to run by Alan Cabrera · 15 years ago
- 22b6976 JSEC-45 added web sample to build by Alan Cabrera · 15 years ago
- 6845434 JSEC-45 Added properties realm by Alan Cabrera · 15 years ago
- 90575bb JSEC-45 Getting the web demo to work by Alan Cabrera · 15 years ago
- 18e4fbf JSEC-45 updated Jetty version by Alan Cabrera · 15 years ago
- bdd00e7 JSEC-45 better names for jars/wars by Alan Cabrera · 15 years ago
- 1aa6a8c JSEC-45 Getting the web demo to work by Alan Cabrera · 15 years ago
- 2ffbb87 JSEC-45 fixed destination of TLD file. by Alan Cabrera · 15 years ago
- 3d8f416 JSEC-50 - changed log level to debug by Les Hazlewood · 15 years ago
- 896e98e minor update to pass a test by Les Hazlewood · 15 years ago
- 5141443 updated JavaDoc by Les Hazlewood · 15 years ago
- 88518d8 JSEC-22 - implemented fix for DelegatingSubject to retain the SecurityManager instance (not null it out) upon logout for continued re-use. Accompanied by DefaultSecurityManagerTest.testSubjectReuseAfterLogout() test case to verify. by Les Hazlewood · 15 years ago
- 1b11600 JSEC-20 - added JavaDoc and modified code to now throw an IllegalStateException if the SecurityManager is inaccessible, indicating invalid configuration. by Les Hazlewood · 15 years ago
- d4abc47 JSEC-15 - applied patch code w/ minor modification by Les Hazlewood · 15 years ago
- 5d9cd81 JSEC-46 Minor adjustment to catch a possible exception by Les Hazlewood · 15 years ago
- 535925f JSEC-46 Implemented functionality for issue, also added minor updates to reference documentation by Les Hazlewood · 15 years ago
- fd51d78 re-enabled samples builds by Les Hazlewood · 15 years ago
- f7223d4 Fix the build to test Hudson by Alan Cabrera · 15 years ago