[jboss-jira] [JBoss JIRA] Created: (JBREM-810) coyote.RequestMap not storing all request properties in the Map.Entry set
Tom Fennelly (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 07:58:41 EDT 2007
coyote.RequestMap not storing all request properties in the Map.Entry set
-------------------------------------------------------------------------
Key: JBREM-810
URL: http://jira.jboss.com/jira/browse/JBREM-810
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: transport
Affects Versions: 2.2.1.GA
Reporter: Tom Fennelly
Assigned To: Trustin Lee
Priority: Minor
Small thing, but the RequestMap overrides the get method for some of the request properties e.g. "Path" and "HttpVersion". This is fine if the code using the request Map (from InvocationRequest) accesses the properties via the get method. However, if it iterates over the Map.Entry set, these values will come back as null because they're not actually stored in the map entry set.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list