You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/22 11:49:46 UTC

DO NOT REPLY [Bug 6641] New: - Download of MS Office docs from protected areas fail with IE

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6641>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6641

Download of MS Office docs from protected areas fail with IE

           Summary: Download of MS Office docs from protected areas fail
                    with IE
           Product: Tomcat 4
           Version: 4.0.2 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: HTTP/1.1 Connector
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: martin@mhengesbach.de


Hi,

when I try to download files with MS Word (for example: 
https://test.iwka.de/protectedarea/test.doc) from a protected area with a MS IE 
5.5 I get the error "the internet page could not be opened. File not found or 
not reachable". When I try to download it from a non protected area it works. 

I have a special hardware constellation:
I have an application server with tomcat 4.0.2 with the standard HTTP 1.1 
connector. And there is another box wich does hardware SSL encryption.
Because of the SSL encryption I have defined the HTTP Connector like that:

<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="80" minProcessors="1" maxProcessors="200" redirectPort="443"
scheme="https" acceptCount="20" debug="0" secure="true" proxyPort="443" />

So, now to the courius things:
- With tomcat 4.0.1 it WORKS!
- When I try it without the SSL encryption it works
- With an other browser (mozilla...) it works

I have looked in the lock files, watched the network traffic with a network 
monitor and so on. I see no differences but something happend with tomcat 4.0.2 
so that it didn't work any more. Any ideas?

Martin

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: DO NOT REPLY [Bug 6641] New: - Download of MS Office docs from protected areas fail with IE

Posted by Remy Maucherat <re...@apache.org>.
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6641
>
> Download of MS Office docs from protected areas fail with IE
>
>            Summary: Download of MS Office docs from protected areas fail
>                     with IE
>            Product: Tomcat 4
>            Version: 4.0.2 Final
>           Platform: PC
>         OS/Version: Linux
>             Status: NEW
>           Severity: Blocker
>           Priority: Other
>          Component: HTTP/1.1 Connector
>         AssignedTo: tomcat-dev@jakarta.apache.org
>         ReportedBy: martin@mhengesbach.de
>
>
> Hi,
>
> when I try to download files with MS Word (for example:
> https://test.iwka.de/protectedarea/test.doc) from a protected area with a
MS IE
> 5.5 I get the error "the internet page could not be opened. File not found
or
> not reachable". When I try to download it from a non protected area it
works.
>
> I have a special hardware constellation:
> I have an application server with tomcat 4.0.2 with the standard HTTP 1.1
> connector. And there is another box wich does hardware SSL encryption.
> Because of the SSL encryption I have defined the HTTP Connector like that:
>
> <Connector className="org.apache.catalina.connector.http.HttpConnector"
> port="80" minProcessors="1" maxProcessors="200" redirectPort="443"
> scheme="https" acceptCount="20" debug="0" secure="true" proxyPort="443" />
>
> So, now to the courius things:
> - With tomcat 4.0.1 it WORKS!
> - When I try it without the SSL encryption it works
> - With an other browser (mozilla...) it works
>
> I have looked in the lock files, watched the network traffic with a
network
> monitor and so on. I see no differences but something happend with tomcat
4.0.2
> so that it didn't work any more. Any ideas?

Sorry, no. This is not a bug report, as it points out to a complex setup
which can't be reproduced by any of the developers. So either investigate it
more until you can point out more precisely what is wrong in 4.0.2, or post
on tomcat-user to see if people have ideas.

Remy


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>