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/06/14 02:36:38 UTC

DO NOT REPLY [Bug 9846] - sendRedirect using FTP

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=9846>.
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=9846

sendRedirect using FTP

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From remm@apache.org  2002-06-14 00:36 -------
This works on Tomcat 4.1 (using a modified servlet which does a sendRedirect to
your URL):

GET /examples/servlet/HelloWorldExample HTTP/1.1
Host: localhost:8080

HTTP/1.1 302 Moved Temporarily
Content-Type: text/html
Location: ftp://ftptest:ftptest@vhnet.nlm.nih.gov/
Transfer-Encoding: chunked
Date: Fri, 14 Jun 2002 00:26:51 GMT
Server: Apache Coyote HTTP/1.1 Connector [1.0]

2ae
<html><head><title>Apache Tomcat/4.1.5 - Error report</title><STYLE><!--H1{font-
family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} H3{f
ont-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;}
BODY{font-family : sans-serif,Arial,Tahoma;color : black;background-color : whit
e;} B{color : white;background-color : #0086b2;} HR{color : #0086b2;} --></STYLE
> </head><body><h1>HTTP Status 302 - </h1><HR size="1" noshade><p><b>type</b> St
atus report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The request
ed resource () has moved temporarily to a new location.</u></p><HR size="1" nosh
ade><h3>Apache Tomcat/4.1.5</h3></body></html>
0

This may have been fixed in 4.0.4. If it hasn't it is unlikely it will be fixed
in 4.0.x.

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