Hello,
has anybody successfully used regular expressions for the URL pattern in JRun 3.0 (SP
2a) authentication security constraints?
I'd like to exclude all URLs starting with /app/f* (frames also needed by the login
page) from authentication.
The following is an excerpt from my web.xml file:
<web-resource-collection>
<web-resource-name>testapp</web-resource-name>
<url-pattern>/app/[^f]*</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
<description>testapp</description>
</web-resource-collection>
When setting the URL pattern to
<url-pattern>/app/*</url-pattern>
(without the regular expression), authentication works as expected.
Any other suggestions than moving all the files I want to secure into an own
subdirectory (after spending hours to change all the links referencing them...)?
Thanks in advance
Andreas
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists