For those of you who are familiar with this you will recognize these
directives that have to be used in Apache to avoid that weird issue with
https links acting like they do not submit to the server at all in IE

 SetEnvIf User-Agent ".*MSIE.*" \
          nokeepalive ssl-unclean-shutdown \
          downgrade-1.0 force-response-1.0

Only I am using Resin. Have any of you have to deal with this and is there a
way to downgrade the protocol in code. This is not directly related to
struts but since I am pretty sure most of you deal with web stuff in Java I
thought this would be a good place to ask.

Thanks

Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to