Böhringer Jochen wrote:
> So I think the request object I modify does not reflect its changes to the 
> CoyoteRequest the BasicAuthenticator reads the values from. Is there a 
> solution to modify the CoyoteRequest?

Sounds like you are heading in the right direction. You can access the
headers via

request.getCoyoteRequest().getMimeHeaders()

To see what you can do, look at
http://svn.apache.org/repos/asf/tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/MimeHeaders.java

HTH,

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to