Versions and updates to UCD Dist Auth Filter and Wrapper module(s)
Currently, the source code is in svn, and implemented via the maven build process in Sakai. Also, this process also builds and deploys the DistAuth source in shared/lib via maven.
Current versions and updates to UCD Dist Auth module(s)
https://mware.ucdavis.edu/svn/ucdsakai/trunk/ucd-form-based-distauth/ r537
Code updates: log4j capability, and distribution with Sakai code.
Previous versions and updates to UCD Dist Auth jar file(s)
The following lists the contents of the previous jar versions.
DistAuthFilterAndWrapper1.0.0.jar (formerly known as DistAuthFilterAndWrapper.jar)
First iteration of servlet filter and wrapper in one jar.
DistAuthFilterAndWrapper1.0.1.jar (formerly known as DistAuthModified.jar)
Update to wrapper class, which includes referencing the private user variable instead of the session variable. This fixed Firefox browser issues.
DistAuthFilterAndWrapper1.0.2.jar
Update to DistAuth code, including removing synchronized methods from various classes.