2017-03-30 11:02 GMT+03:00 Jan Vávra <[email protected]>: > 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: [email protected] For additional commands, e-mail: [email protected]
