summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
dayash [Sat, 18 Jan 2003 07:26:16 +0000 (07:26 +0000)]
changed the current limitation to read "SecurityFilter only supports FORM and BASIC authentication....."
dayash [Sat, 18 Jan 2003 07:24:15 +0000 (07:24 +0000)]
<auth-method>FORM</auth-method> added to <login-config> element
dayash [Sat, 18 Jan 2003 07:23:18 +0000 (07:23 +0000)]
NoResponse a dummy and harmless servlet required for supporting Servlet 2.3 public final draft.
It will NOT interfere when SecurityFilter is used with with any Servlet2.3 compliant Application server.
dayash [Sat, 18 Jan 2003 07:19:54 +0000 (07:19 +0000)]
login submit url (j_security_check, /logMeIn) is configurable, setAuthMethod() and getAuthMethod() coded for supporting BASIC Authentication
dayash [Sat, 18 Jan 2003 07:19:04 +0000 (07:19 +0000)]
form action (j_security_check or logMeIn) are configurable
dayash [Sat, 18 Jan 2003 07:18:08 +0000 (07:18 +0000)]
implemented BASIC authentication support and support for Servlet 2.3 public final draft
required for Orion 1.5.2 application server.
dayash [Sat, 18 Jan 2003 07:14:49 +0000 (07:14 +0000)]
implemented a utility getCurrentRequest() to get the original HttpServletRequest
maxcooper [Mon, 6 Jan 2003 05:05:48 +0000 (05:05 +0000)]
updated version number
maxcooper [Mon, 6 Jan 2003 05:03:03 +0000 (05:03 +0000)]
fixed disclaimer to call out THE SECURITY FILTER PROJECT instead of THE APACHE SOFTWARE FOUNDATION
maxcooper [Mon, 6 Jan 2003 05:01:57 +0000 (05:01 +0000)]
simplified compareTo() with code contributed by Chris Nokleberg
maxcooper [Mon, 6 Jan 2003 04:16:32 +0000 (04:16 +0000)]
session is now invalidated if the user re-authenticates
maxcooper [Mon, 6 Jan 2003 01:21:33 +0000 (01:21 +0000)]
minor clean up
maxcooper [Mon, 6 Jan 2003 01:14:23 +0000 (01:14 +0000)]
now allows unrestricted access to login page and error page
maxcooper [Mon, 6 Jan 2003 00:17:24 +0000 (00:17 +0000)]
fixed disclaimer to call out THE SECURITY FILTER PROJECT instead of THE APACHE SOFTWARE FOUNDATION
maxcooper [Sun, 5 Jan 2003 09:25:00 +0000 (09:25 +0000)]
improved j_security_check matching accuracy and performance
maxcooper [Sun, 5 Jan 2003 09:23:53 +0000 (09:23 +0000)]
added pattern type for / (default)
maxcooper [Thu, 2 Jan 2003 19:21:28 +0000 (19:21 +0000)]
bug #661261: improper sorting of EXACT patterns
maxcooper [Tue, 17 Dec 2002 15:14:55 +0000 (15:14 +0000)]
updated version number
added securityfilter-user list to Contributors
maxcooper [Tue, 17 Dec 2002 15:13:17 +0000 (15:13 +0000)]
updated version number
maxcooper [Tue, 17 Dec 2002 15:12:49 +0000 (15:12 +0000)]
updated version
updated history log
maxcooper [Tue, 17 Dec 2002 15:11:26 +0000 (15:11 +0000)]
changed from jakarta-regexp to jakarta-ORO
version number update
maxcooper [Tue, 17 Dec 2002 15:09:55 +0000 (15:09 +0000)]
switched to thread safe implementation using Jakarta-ORO
fixed various pattern matching bugs
redirects are now URL-encoded
maxcooper [Tue, 17 Dec 2002 15:05:42 +0000 (15:05 +0000)]
updated version number
maxcooper [Tue, 10 Dec 2002 05:02:18 +0000 (05:02 +0000)]
updated comments to reflect proper Servlet Spec 2.3 compliance
maxcooper [Mon, 9 Dec 2002 12:23:03 +0000 (12:23 +0000)]
fixed various pattern matching problems, including:
/foo/* not matching /foo
/bar/* matching /foo/bar/index.html
*.ext matching *.extention
/exact matching /exact/morestuff.html
maxcooper [Mon, 9 Dec 2002 10:17:12 +0000 (10:17 +0000)]
refactored the (now named) MatchableURLPatternFactory.createMatchableURLPattern method name
maxcooper [Sat, 14 Sep 2002 08:45:28 +0000 (08:45 +0000)]
Added carriage returns to source files to fix unterminated comment errors
maxcooper [Sat, 14 Sep 2002 08:22:02 +0000 (08:22 +0000)]
Changed version numbers for 1.0-b4 release
maxcooper [Wed, 28 Aug 2002 00:15:31 +0000 (00:15 +0000)]
added local DTD update description,
updated version number
maxcooper [Wed, 28 Aug 2002 00:15:09 +0000 (00:15 +0000)]
updated version number
maxcooper [Wed, 28 Aug 2002 00:09:01 +0000 (00:09 +0000)]
update public name of DTD to include version number
maxcooper [Wed, 28 Aug 2002 00:08:39 +0000 (00:08 +0000)]
registered local version of DTD file
maxcooper [Wed, 28 Aug 2002 00:08:03 +0000 (00:08 +0000)]
this file is not needed
maxcooper [Tue, 27 Aug 2002 11:01:21 +0000 (11:01 +0000)]
fixed typo
maxcooper [Tue, 27 Aug 2002 11:01:05 +0000 (11:01 +0000)]
fixed JavaDoc comment
maxcooper [Tue, 27 Aug 2002 11:00:35 +0000 (11:00 +0000)]
removed unused import
maxcooper [Tue, 27 Aug 2002 10:59:59 +0000 (10:59 +0000)]
removed unused code
maxcooper [Mon, 26 Aug 2002 11:45:54 +0000 (11:45 +0000)]
changed version number to 1.0-b3 for release
maxcooper [Wed, 21 Aug 2002 21:33:39 +0000 (21:33 +0000)]
added log item about NullPointerException on isUserInRole() for unauthenticated user
maxcooper [Mon, 19 Aug 2002 22:08:57 +0000 (22:08 +0000)]
Fixed typo: you --> your
maxcooper [Mon, 19 Aug 2002 17:12:02 +0000 (17:12 +0000)]
fixed Javadoc comment (had the param names wrong)
maxcooper [Mon, 19 Aug 2002 17:11:36 +0000 (17:11 +0000)]
fixed bug 596684: NullPointerException when isUserInRole() is called for unauthenticated user
maxcooper [Sat, 17 Aug 2002 14:16:42 +0000 (14:16 +0000)]
moved to org.securityfilter.example.catalina package
maxcooper [Sat, 17 Aug 2002 14:15:57 +0000 (14:15 +0000)]
moved to separate src/catalina
maxcooper [Sat, 17 Aug 2002 14:12:33 +0000 (14:12 +0000)]
new source tree for CatalinaRealmAdapter
maxcooper [Sat, 17 Aug 2002 14:11:35 +0000 (14:11 +0000)]
added @version javadoc tag
maxcooper [Sat, 17 Aug 2002 14:11:00 +0000 (14:11 +0000)]
new package location for CatalinaRealmAdapter
maxcooper [Fri, 16 Aug 2002 00:06:37 +0000 (00:06 +0000)]
updated version info for 1.0-b3-dev work
maxcooper [Thu, 15 Aug 2002 09:22:41 +0000 (09:22 +0000)]
updated docs and version info for 1.0-b2 release
maxcooper [Thu, 15 Aug 2002 09:17:59 +0000 (09:17 +0000)]
fixed "I might not be the only filter" issue
fixed error page display on WebLogic
maxcooper [Thu, 15 Aug 2002 07:51:33 +0000 (07:51 +0000)]
expanded description and advantages of the package, added nav links
maxcooper [Wed, 14 Aug 2002 17:36:19 +0000 (17:36 +0000)]
removed url-pattern comment and fixed two step 2s issue
maxcooper [Wed, 14 Aug 2002 13:13:23 +0000 (13:13 +0000)]
all session items are now serializable
implemented spec-compliant url-pattern ordering
maxcooper [Wed, 14 Aug 2002 13:12:49 +0000 (13:12 +0000)]
updated to reflect serializability + pattern ordering updates, etc.
maxcooper [Wed, 14 Aug 2002 13:09:42 +0000 (13:09 +0000)]
class name change: SecurityRealmBase --> SimpleSecurityRealmBase,
commented security-constraint out to prevent infinite redirect loop
maxcooper [Wed, 14 Aug 2002 11:26:31 +0000 (11:26 +0000)]
class name change: SecurityRealmBase --> SimpleSecurityRealmBase
maxcooper [Mon, 12 Aug 2002 02:53:54 +0000 (02:53 +0000)]
updated header, version, and removed message about http-method support
maxcooper [Mon, 12 Aug 2002 02:52:00 +0000 (02:52 +0000)]
initial version
maxcooper [Mon, 12 Aug 2002 02:08:54 +0000 (02:08 +0000)]
changed showLogin to redirect to login form rather than simply forward
maxcooper [Mon, 12 Aug 2002 01:39:11 +0000 (01:39 +0000)]
initial version
maxcooper [Mon, 12 Aug 2002 01:34:28 +0000 (01:34 +0000)]
fixed blocking requests to resources with no auth-constraint
added http-method support
maxcooper [Mon, 12 Aug 2002 01:33:07 +0000 (01:33 +0000)]
changed implementation version to 1.0-b2-dev
removed Class-Path entry because it confuses WebLogic 6.1.2.0
maxcooper [Sat, 10 Aug 2002 11:07:56 +0000 (11:07 +0000)]
changed version string to 1.0-b2-dev
maxcooper [Sat, 10 Aug 2002 11:06:05 +0000 (11:06 +0000)]
changed copyright notice on JavaDoc
maxcooper [Fri, 9 Aug 2002 11:00:07 +0000 (11:00 +0000)]
changed impl version to 1.0-b1
maxcooper [Fri, 9 Aug 2002 10:34:49 +0000 (10:34 +0000)]
added .output exclude for release build
maxcooper [Fri, 9 Aug 2002 10:29:55 +0000 (10:29 +0000)]
changed version number to 1.0-b1
maxcooper [Fri, 9 Aug 2002 10:22:55 +0000 (10:22 +0000)]
Initial project home page
maxcooper [Fri, 9 Aug 2002 10:21:41 +0000 (10:21 +0000)]
Updated for 1.0 release
maxcooper [Fri, 9 Aug 2002 09:04:08 +0000 (09:04 +0000)]
updated to use now-concrete SecurityRealmBase realm class
maxcooper [Fri, 9 Aug 2002 08:36:07 +0000 (08:36 +0000)]
updated license information
fixed some bad JavaDoc comments
made SecurityRealmBase a concrete class
maxcooper [Fri, 9 Aug 2002 08:29:34 +0000 (08:29 +0000)]
Updated license information
maxcooper [Thu, 8 Aug 2002 13:20:46 +0000 (13:20 +0000)]
Initial revision