ServletRequestListener is called outside the jndi context scope setting
-----------------------------------------------------------------------
Key: GERONIMO-2949
URL: https://issues.apache.org/jira/browse/GERONIMO-2949
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: Jetty
Affects Versions: 2.0-M3
Reporter: David Jencks
Assigned To: David Jencks
Fix For: 2.0-beta1
ServletRequestListener is called in ContextHandler directly, before going
through our interceptor stack that sets the jndi context. So looking stuff up
doesn't work. Injection does work because that is done by our code. I'm not
sure how to fix this... maybe we can take over the request listeners.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.