RE: Security Realm Limitations (More on protecting PDF documents.

2002-07-02 Thread Cox, Charlie
] Subject: RE: Security Realm Limitations (More on protecting PDF documents. you can use a filter to do this programatically. You can use request.isUserInRole(myrole) to see if they are in a given role. What do you mean my usa filter? Can you point me to docs/examples? you can

RE: Security Realm Limitations (More on protecting PDF documents.)

2002-07-01 Thread Turner, John
This is probably off-topic, but why would you want to do this on the application server level? How will you handle changes to the server.xml or web.xml file? What if there is an error/typo in that file after a change? Will you have to stop/start tomcat for the changes to take effect? Seems to

RE: Security Realm Limitations (More on protecting PDF documents.)

2002-07-01 Thread Cox, Charlie
-Original Message- From: Brad Rhoads [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 5:29 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Security Realm Limitations (More on protecting PDF documents.) Is there an API that so I can update the web.xml

RE: Security Realm Limitations (More on protecting PDF documents.

2002-07-01 Thread brhoads
This is probably off-topic, but why would you want to do this on the application server level? How will you handle changes to the server.xml or web.xml file? What if there is an error/typo in that file after a change? Will you have to stop/start tomcat for the changes to take effect?

RE: Security Realm Limitations (More on protecting PDF documents.

2002-07-01 Thread brhoads
List; [EMAIL PROTECTED] Subject: Re: Security Realm Limitations (More on protecting PDF documents.) You can define a different security-restraint for each PDF, and assign the required roles to that: security-constraint web-resource-collection web-resource-namePDF for Group One