On Tue, Oct 12, 2004 at 09:01:04AM -0600, Robert Harper wrote:
: http://localhost:8080/ctimpact/usr/1234567890/.properties,
: I would get the contents of that file. This is not acceptable.

So far, so good.

What about putting the <web-resource-name> and <url-pattern> inside
</web-resource-collection> tags?  That works for me:

   <security-constraint>
      <web-resource-collection>
         <web-resource-name>Subscriber Area</web-resource-name>
         <url-pattern>/access/subscriber/*</url-pattern>
      </web-resource-collection>

      <auth-constraint>
         <role-name> ....


-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to