ClassCastException in ServletRequestHandler.setProperty()
---------------------------------------------------------
Key: JXPATH-120
URL: https://issues.apache.org/jira/browse/JXPATH-120
Project: Commons JXPath
Issue Type: Bug
Reporter: Emmanuel Bourg
Fix For: 1.3
Setting a property on a JXPath context bound to a ServletRequest throws a
ClassCastException. The request parameter in
ServletRequestHandler.setProperty() should be cast into a
ServletRequestAndContext instead of a ServletRequest.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.