D
delphine.ziegler
Hello,
I have an application on Tomcat and Apache2. I accede to it in https
via an Apache reverse proxy. I have a form that posts the data to a
servlet. When I use IE6 and Firefox, I have no problem. When I use IE5,
it doesn't work. My servlet receives no parameter (there is no
parameter when i do a httpservletrequest.getParameterMap). I can accede
to my application in http and it works with IE5. I did snoop on my
server and I noticed that, with IE5, some http headers are doubled (ex
: Accept-Language: fr, fr).
How can I resolve that ?
Thanks...
Delphine
I have an application on Tomcat and Apache2. I accede to it in https
via an Apache reverse proxy. I have a form that posts the data to a
servlet. When I use IE6 and Firefox, I have no problem. When I use IE5,
it doesn't work. My servlet receives no parameter (there is no
parameter when i do a httpservletrequest.getParameterMap). I can accede
to my application in http and it works with IE5. I did snoop on my
server and I noticed that, with IE5, some http headers are doubled (ex
: Accept-Language: fr, fr).
How can I resolve that ?
Thanks...
Delphine