|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
Hashtable has been replaced by HashMap in base Winstone:
http://code.google.com/p/winstone/source/browse/trunk/winstone/src/main/java/net/winstone/core/listener/Ajp13IncomingPacket.java#139
but it seems that the Jenkins version of Winstone still uses a Hashtable and does not check for null values:
https://github.com/jenkinsci/winstone/blob/master/src/java/winstone/ajp13/Ajp13IncomingPacket.java#L150
and may be related:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52793