Hello all,

we are writing a custom request handler and we need to implement some
business logic according to some HTTP headers.

I see there is no easy way to access HTTP headers from the request handler.

Moreover it seems to me that the HTTPServletness is lost way before the
custom request handler comes in the game.

Is there any way to access HTTP headers from within the request handler?

Thanks,
Giovanni

Reply via email to