| 2003-06-09 |
maxcooper | tests to ensure that the user gets to the default page... |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | index page now uses Constant values to facilitate testing |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | all source for the example and catalina example apps... |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | added undeploy as a dependency for the clean target |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | refactored to use values from the Constants class |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | moved example app realms to new package structure |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | moved TrivialCatalinaRealm to src/example tree |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | refactored formPattern to loginSubmitPattern for clarity |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | added src.example.dir property for example app source |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | refactored test class organization, |
commit | commitdiff | tree | snapshot |
| 2003-06-09 |
maxcooper | added Constants class to facilitate testing the example app |
commit | commitdiff | tree | snapshot |
| 2003-06-08 |
maxcooper | finally works on both Windows and Linux |
commit | commitdiff | tree | snapshot |
| 2003-06-07 |
maxcooper | changed war attribute on install task to work in Linux |
commit | commitdiff | tree | snapshot |
| 2003-06-07 |
maxcooper | switched from deploy/remove to install/remove Catalina... |
commit | commitdiff | tree | snapshot |
| 2003-05-26 |
maxcooper | added "Content-Type" header so that httpunit can parse... |
commit | commitdiff | tree | snapshot |
| 2003-05-26 |
maxcooper | now using Base64 class from commons-codec instead of... |
commit | commitdiff | tree | snapshot |
| 2003-05-26 |
maxcooper | replaced bad file, still version 1.1 |
commit | commitdiff | tree | snapshot |
| 2003-05-26 |
maxcooper | added commons-codec.jar property |
commit | commitdiff | tree | snapshot |
| 2003-05-25 |
maxcooper | commons-codec 1.1 |
commit | commitdiff | tree | snapshot |
| 2003-05-25 |
maxcooper | commons-digester 1.5 |
commit | commitdiff | tree | snapshot |
| 2003-05-06 |
maxcooper | minor output reformatting |
commit | commitdiff | tree | snapshot |
| 2003-05-06 |
maxcooper | removed unused import |
commit | commitdiff | tree | snapshot |
| 2003-05-06 |
maxcooper | added simple, initial test framework |
commit | commitdiff | tree | snapshot |
| 2003-05-06 |
maxcooper | test system support jars |
commit | commitdiff | tree | snapshot |
| 2003-05-06 |
maxcooper | partially completed login test |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | fixed typo "equest" -> "request" |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | fixed comment |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | external project libraries (including ant-contrib.jar... |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | load environment properties after build.properties... |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | shared build properties XML fragment |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | made the project version a replaceable token |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | new build system, includes deployment |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | added display-name tag |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
maxcooper | updated BASIC auth info to indicate that it will be... |
commit | commitdiff | tree | snapshot |
| 2003-04-26 |
maxcooper | moved to servlet package |
commit | commitdiff | tree | snapshot |
| 2003-04-24 |
maxcooper | fixed the build system |
commit | commitdiff | tree | snapshot |
| 2003-04-24 |
maxcooper | changed dummy package name to servlet |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
maxcooper | updated library versions to current releases |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
maxcooper | added fix for proper UTF matching |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
maxcooper | added Release 1.0.1 UTF matching fix comment |
commit | commitdiff | tree | snapshot |
| 2003-03-27 |
maxcooper | added 1.0.1 section |
commit | commitdiff | tree | snapshot |
| 2003-03-27 |
maxcooper | added welcome-file change comment in web.xml |
commit | commitdiff | tree | snapshot |
| 2003-03-27 |
maxcooper | corrected welcome-file |
commit | commitdiff | tree | snapshot |
| 2003-02-08 |
maxcooper | fixed to allow unrestricted access to the login error... |
commit | commitdiff | tree | snapshot |
| 2003-02-08 |
maxcooper | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2003-02-08 |
maxcooper | removed, temporarily |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
maxcooper | added getter for exampleProperty to support commons... |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
maxcooper | moved web files around |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
maxcooper | updated version number to 1.1, 1.1-dev |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
maxcooper | updated version number to 1.1-dev |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
maxcooper | updated version history to include 1.0 changes |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
maxcooper | updated version to 1.1-dev |
commit | commitdiff | tree | snapshot |
| 2003-02-07 |
maxcooper | fixed bug #663088: must call start() on Catalina Realm... |
commit | commitdiff | tree | snapshot |
| 2003-01-22 |
maxcooper | updated EJB section |
commit | commitdiff | tree | snapshot |
| 2003-01-22 |
maxcooper | added BASIC auth change listings |
commit | commitdiff | tree | snapshot |
| 2003-01-22 |
maxcooper | moved What's New to HISTORY file |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | static target now copies org.apache.catalina.util.Base6... |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | project.version changed to 1.0-b6 |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | a configurable login submit form pattern can be used, |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | changed the current limitation to read "SecurityFilter... |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | <auth-method>FORM</auth-method> added to <login-config... |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | NoResponse a dummy and harmless servlet required for... |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | login submit url (j_security_check, /logMeIn) is config... |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | form action (j_security_check or logMeIn) are configurable |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | implemented BASIC authentication support and support... |
commit | commitdiff | tree | snapshot |
| 2003-01-18 |
dayash | implemented a utility getCurrentRequest() to get the... |
commit | commitdiff | tree | snapshot |
| 2003-01-06 |
maxcooper | updated version number |
commit | commitdiff | tree | snapshot |
| 2003-01-06 |
maxcooper | fixed disclaimer to call out THE SECURITY FILTER PROJEC... |
commit | commitdiff | tree | snapshot |
| 2003-01-06 |
maxcooper | simplified compareTo() with code contributed by Chris... |
commit | commitdiff | tree | snapshot |
| 2003-01-06 |
maxcooper | session is now invalidated if the user re-authenticates |
commit | commitdiff | tree | snapshot |
| 2003-01-06 |
maxcooper | minor clean up |
commit | commitdiff | tree | snapshot |
| 2003-01-06 |
maxcooper | now allows unrestricted access to login page and error... |
commit | commitdiff | tree | snapshot |
| 2003-01-06 |
maxcooper | fixed disclaimer to call out THE SECURITY FILTER PROJEC... |
commit | commitdiff | tree | snapshot |
| 2003-01-05 |
maxcooper | improved j_security_check matching accuracy and performance |
commit | commitdiff | tree | snapshot |
| 2003-01-05 |
maxcooper | added pattern type for / (default) |
commit | commitdiff | tree | snapshot |
| 2003-01-02 |
maxcooper | bug #661261: improper sorting of EXACT patterns |
commit | commitdiff | tree | snapshot |
| 2002-12-17 |
maxcooper | updated version number |
commit | commitdiff | tree | snapshot |
| 2002-12-17 |
maxcooper | updated version number |
commit | commitdiff | tree | snapshot |
| 2002-12-17 |
maxcooper | updated version |
commit | commitdiff | tree | snapshot |
| 2002-12-17 |
maxcooper | changed from jakarta-regexp to jakarta-ORO |
commit | commitdiff | tree | snapshot |
| 2002-12-17 |
maxcooper | switched to thread safe implementation using Jakarta-ORO |
commit | commitdiff | tree | snapshot |
| 2002-12-17 |
maxcooper | updated version number |
commit | commitdiff | tree | snapshot |
| 2002-12-10 |
maxcooper | updated comments to reflect proper Servlet Spec 2.3... |
commit | commitdiff | tree | snapshot |
| 2002-12-09 |
maxcooper | fixed various pattern matching problems, including: |
commit | commitdiff | tree | snapshot |
| 2002-12-09 |
maxcooper | refactored the (now named) MatchableURLPatternFactory... |
commit | commitdiff | tree | snapshot |
| 2002-09-14 |
maxcooper | Added carriage returns to source files to fix untermina... rel-1_0_b4 |
commit | commitdiff | tree | snapshot |
| 2002-09-14 |
maxcooper | Changed version numbers for 1.0-b4 release |
commit | commitdiff | tree | snapshot |
| 2002-08-28 |
maxcooper | added local DTD update description, |
commit | commitdiff | tree | snapshot |
| 2002-08-28 |
maxcooper | updated version number |
commit | commitdiff | tree | snapshot |
| 2002-08-28 |
maxcooper | update public name of DTD to include version number |
commit | commitdiff | tree | snapshot |
| 2002-08-28 |
maxcooper | registered local version of DTD file |
commit | commitdiff | tree | snapshot |
| 2002-08-28 |
maxcooper | this file is not needed |
commit | commitdiff | tree | snapshot |
| 2002-08-27 |
maxcooper | fixed typo |
commit | commitdiff | tree | snapshot |
| 2002-08-27 |
maxcooper | fixed JavaDoc comment |
commit | commitdiff | tree | snapshot |
| 2002-08-27 |
maxcooper | removed unused import |
commit | commitdiff | tree | snapshot |
| 2002-08-27 |
maxcooper | removed unused code |
commit | commitdiff | tree | snapshot |
| 2002-08-26 |
maxcooper | changed version number to 1.0-b3 for release REL-1_0_b3 |
commit | commitdiff | tree | snapshot |
| 2002-08-21 |
maxcooper | added log item about NullPointerException on isUserInRo... |
commit | commitdiff | tree | snapshot |
| 2002-08-19 |
maxcooper | Fixed typo: you --> your |
commit | commitdiff | tree | snapshot |
| next |