I submitted a patch to fix this a little while ago ( added a few lines to
FileUtil.java in the org.apache.tomcat.util directory ) to tomcat-dev. As
far as I know the patches have been applied to 4.0, but not yet applied to
3.2.x . If another copy of the patch is needed, just let me know and I can
resend it.


David Weinrich


----- Original Message -----
From: BugRat Mail System
To: [EMAIL PROTECTED]
Sent: Tuesday, January 09, 2001 04:39
Subject: BugRat Report #723 has been filed.


Bug report #723 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/723>

REPORT #723 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment:
   Release: 3.2
   JVM Release: Java 2 SDK 1.3
   Operating System: NT 4
   OS Release: service pack 5
   Platform: Windows NT

Synopsis:
Escaped URL's are not recognized by Tomcat

Description:
Spaces in URL's and URI's should use an escaped encoding.
See http://www.ietf.org/rfc/rfc2396.txt

For example, "%20" is the escaped encoding for the US-ASCII space character.

When a URL is escaped correcty, It is recognized by MS IIS server. But
Tomcat is unable
to load the page.


Example:

http://localhost/uniface/copy%20of%20grapha.gif

Loaded by IIS but

The url

http://localhost:8080/uniface/copy%20of%20grapha.gif

Gives an error with Tomcat.




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


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

Reply via email to