| Author |
Message |
|
|
According to the javaee specification (JSR-154 spec, i assume) getHeader(String name) and similar should handle the name parameter case-insensitive. ServletEnvironmentRequest handles it case sensitive.
Is it possible to get a fix for that? Or do one need to write a workaround for that?
|
 |
|
|
|
Make sure you have JAVA_HOME set [correctly].
|
 |
|
|
Check this:
http://jira.icefaces.org//browse/ICE-2152
Mike Lawrence [08/Oct/07 01:21 PM]
Adding emptySessionPath="true" attribute to the connector element in the tomcat conf/server.xml file seems to fix this problem
|
 |
|
|