Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] RequestLogHandler in 8.1.12 fails to handle forwarded requests in grails

Joakim Erdfelt-9 wrote
> Also, what does your handler tree look like? 
> ...
> Is your tree similar?

Yes, pretty similar, but we have configured per webapp request log in
context xml file like this:

    <Set name="handler">                                                                                                                              
        <New id="RequestLog"
class="org.eclipse.jetty.server.handler.RequestLogHandler">
            <Set name="requestLog"> 
                <New id="RequestLogImpl"
class="org.eclipse.jetty.server.NCSARequestLog"> 
                      ...
                </New>
            </Set>
        </New>
    </Set>




--
View this message in context: http://jetty.4.x6.nabble.com/RequestLogHandler-in-8-1-12-fails-to-handle-forwarded-requests-in-grails-tp4960952p4960956.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top