Re: JAASRealm reference to JAAS Subject

2004-09-20 Thread Martin_Schaefer
This should do the job: import java.security.AccessController; import java.security.AccessControlContext; import javax.security.auth.Subject; ... AccessControlContext context = AccessController.getContext(); Subject subject = Subject.getSubject(context); Regards, Martin [EMAIL PROTECTED]

Re: Using custom CoyoteResponse(Facade)

2004-09-17 Thread Martin_Schaefer
More a question than an answer: Could a servlet filter do the job? Markus Krogemann [EMAIL PROTECTED] schrieb am 17.09.2004, 14:31:51: Dear List, I am having a hard time to figure out how I could fulfill a special requirement in a current project. I could use either tomcat 4.1.x or

Re: Error page problem

2004-09-17 Thread Martin_Schaefer
You probably focused on the rest of your application and didn't notice that the exception occurs in the error page itself. ukr.net [EMAIL PROTECTED] schrieb am 17.09.2004, 16:30:25: Hello! Tomcat 5.0.24 is used. Context contains ordinary jsp and Axis library. There is error page, defined