[undertow-dev] Top level access to servlet request

Jack Ding z29ding at uwaterloo.ca
Fri Jul 8 11:59:52 EDT 2016


Hi,

Is there a method or workaround that would allow the the initial level
Handler (e.g., PathHandler) for an undertow server access
HttpServletRequest and HttpServletResponse? I am trying to switch our
server from Embedded Jetty, in which the initial handler does some
processing using the HttpServletRequest and Response before matching and
delegating to the appropriate ServletContextHandler, however in Undertow it
seems these are not created (via ServletRequestContext) until after the
matching.


Thank you,


Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20160708/970d0c43/attachment.html 


More information about the undertow-dev mailing list