2017-03-30 11:02 GMT+03:00 Jan Vávra <va...@602.cz>:
> Hello,
>  I have written a custom Realm and I need to access to the request headers.
> The authentication should be computed from client certificate + id from
> custom http header X-IdUser. Can I somehow access to the HTTPServletRequest
> instance  ?

Not possible, by design.

An Authenticator (a valve) can access request and its headers. A Realm cannot.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to