fixed blocking requests to resources with no auth-constraint
authormaxcooper <maxcooper>
Mon, 12 Aug 2002 01:34:28 +0000 (01:34 +0000)
committermaxcooper <maxcooper>
Mon, 12 Aug 2002 01:34:28 +0000 (01:34 +0000)
commite872ceb0132a7c5df59d043377156534c81ea6fe
treedd9e902aac9cf8c8e1bc01a928b470b6a1893713
parent973157be29cc6351297b372e907bb3c112cad347
fixed blocking requests to resources with no auth-constraint
added http-method support
src/share/org/securityfilter/config/SecurityConfig.java
src/share/org/securityfilter/config/SecurityConstraint.java
src/share/org/securityfilter/config/WebResourceCollection.java
src/share/org/securityfilter/filter/MatchableURLPattern.java
src/share/org/securityfilter/filter/SavedRequest.java [new file with mode: 0644]
src/share/org/securityfilter/filter/SecurityFilter.java
src/share/org/securityfilter/filter/SecurityRequestWrapper.java