2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated what's new with info about the spring-security filter. More... almost 14 years ago
Added spring security filter documentation. Refactored filter providers to be declared as beans (support options). Moved demos from Tomcat\ one directory up. More... almost 14 years ago
Implement a Spring-Security authentication provider. http://waffle.codeplex.com/workitem/8944 Functioning filter-based provider. More... almost 14 years ago
Added test for HTTP method being a String object. More... almost 14 years ago
Changed method comparison to equals. More... almost 14 years ago
Support PUT. http://waffle.codeplex.com/workitem/8945 More... almost 14 years ago
Fixed build for Java 5. More... almost 14 years ago
Propagated version to jar. More... almost 14 years ago
Added configuration for each provider within NegotiateSecurityFilter. Added BasicSecurityFilterProvider/realm. Added NegotiateSecurityFilterProvider/protocols. More... almost 14 years ago
Downgrade Java class version to 1.5 http://waffle.codeplex.com/workitem/8754 More... almost 14 years ago
More unit tests, full class coverage. More... almost 14 years ago
Continue to get rid of statics. Added code coverage with Emma. More... almost 14 years ago
NegotiateSecurityFilter.doFilter(): getUserPrincipal() always returns null http://waffle.codeplex.com/workitem/8764 More... almost 14 years ago
I was confused. Bug http://waffle.codeplex.com/workitem/8764 is valid. Somehow this request needs to continue carrying a user principal as long as the connection is alive. More... almost 14 years ago
Added documentation to USER_INFO_1. More... almost 14 years ago
Bug: attempting to close a connection for NTLM continuation. http://waffle.codeplex.com/workitem/8768 Added groboutils with auth provider and security filter load tests. More... almost 14 years ago
Tomcat NegotiateFilter: add principal and role options via init-param. http://waffle.codeplex.com/workitem/8506 NegotiateSecurityFilter: add options for supported protocols, basic realm, etc. http://waffle.codeplex.com/workitem/8697 More... almost 14 years ago
Corrected implementation of detecting guest account. Added SimpleHttpResponse.sendError. More... almost 14 years ago
Downgraded java version required to 1.5. http://waffle.codeplex.com/workitem/8754 More... almost 14 years ago
Changed all setStatus to sendError, which also sends the error page as per servlet spec. Configure with <error-page> <error-code>401</error-code> <location>/401.html</location> </error-page> More... almost 14 years ago
Added allowGuestLogin options to filters and authenticators. Added IWindowsIdentity.IsGuest. Updated JNA to daily 3.2.6 build. More... almost 14 years ago
Fixed earlier introduced bug of parsing username into username and machine name for LookupAccount. Added more detail to SetUp of unit tests that create a local user. More... almost 14 years ago
Changed interface to allow more options for context request and target token representation. C# Unit Tests: create dummy user instead of using app.config http://waffle.codeplex.com/workitem/8702 More... almost 14 years ago
Added context and target data representation options to various interfaces, trying to get Digest to work. Added WindowsAccountName parser. More... almost 14 years ago
Added Basic authentication to the Servlet filter. More... almost 14 years ago
Create a session before registering the principal if there's none. More... almost 14 years ago
Use ip + port instead of just port for NTLM hash. http://waffle.codeplex.com/WorkItem/View.aspx?WorkItemId=8616 More... almost 14 years ago
Refactored WindowsAccount to remove dependency on Catalina in servlet filter. More... almost 14 years ago
Another typo More... almost 14 years ago
Renamed waffle-tomcat to waffle-jna. More... almost 14 years ago