104
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
upgraded clover proprties to take advantage of new features in 1.7/8 clover plugin More... over 19 years ago
Remove duplicate. More... over 19 years ago
Fix typos. More... over 19 years ago
I basically ended up re-writing this code. The goal was to create a much more flexible way of connecting to the LDAP server. The class doc's should help explain how to do this fairly well. This works for me on OpenLDAP server configured for Samba 2.2; should hopefully work for other. Next up: try and use the Apache DS project to enable unit testing (or at least portable functional testing) of the LDAP/JNDI code. More... over 19 years ago
More references. More... over 19 years ago
Use without Spring article. More... over 19 years ago
Add nightly build notes. More... over 19 years ago
Re-enable session listener. More... over 19 years ago
Added remember-me services. More... over 19 years ago
Fix NullPointerException if a pattern is given without any config attributes (eg /**/*.css=). Contributed by Konstantin Shaposhnikov. More... over 19 years ago
Improve Linux and non-Sun JDK (specifically IBM JDK) compatibility. More... over 19 years ago
Correct issue with encoding on Linux platforms. More... over 19 years ago
Correct test failure on high performance JREs. More... over 19 years ago
Committing ConcurrentSessionController feature and tests. Documentation is needed. More... over 19 years ago
Added the reference guide using one page per chapter More... over 19 years ago
Added in a default constructor to use the original sessionid and a constructor for specifying the sessionId More... over 19 years ago
Anonymous principal support. As requested by the community at various times, including in http://forum.springframework.org/viewtopic.php?t=1925. More... over 19 years ago
HttpSessionEventPublisher, HttpSessionCreatedEvent, HttpSessionDestroyedEvent Used together to provide published events in the ApplicationContext about HttpSessions. More... over 19 years ago
MockFilterChain extended TestCase but had no public constructor and no test methods. More... over 19 years ago
Added Digest Authentication support (RFC 2617 and RFC 2069). More... over 19 years ago
Prepare for 0.8.0 as the next release. More... over 19 years ago
Significantly refactor "well-known location model" to authentication processing mechanism and HttpSessionContextIntegrationFilter model. More... over 19 years ago
Clean up imports. More... over 19 years ago
Use WebAuthenticationDetails for Authentication.getDetails() by default. More... over 19 years ago
Add FilterChainProxy discussion. More... over 19 years ago
General update. More... over 19 years ago
Use FilterChainProxy to tidy web.xml. More... over 19 years ago
Rewrite FilterChainProxy to separate functionality from FilterToBeanProxy and properly implement filter chaining issues. More... over 19 years ago
IoC container vs servlet container lifecycle separation. More... over 19 years ago
Move MockFilterChain to external class. More... over 19 years ago