[jboss-jira] [JBoss JIRA] (AS7-4469) SSLValve bundle in JBossWeb doesn't respect Servlet 3.0 spec
wiktorowski maximilien (JIRA)
jira-events at lists.jboss.org
Wed Apr 11 11:54:47 EDT 2012
wiktorowski maximilien created AS7-4469:
-------------------------------------------
Summary: SSLValve bundle in JBossWeb doesn't respect Servlet 3.0 spec
Key: AS7-4469
URL: https://issues.jboss.org/browse/AS7-4469
Project: Application Server 7
Issue Type: Bug
Components: Web
Affects Versions: 7.1.0.Final
Reporter: wiktorowski maximilien
Assignee: Remy Maucherat
org.apache.catalina.valves.SSLValve bundled in org.jboss.as.web module set javax.servlet.request.key_size as a String, Servlet 3.0 spec states it should be an Integer.
Then i got ClassCastException when I'm using it in my app.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list