Bug report #650 has just been filed.

You can view the report at the following URL:

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

REPORT #650 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: 3.1.1,3.2.1,3.3
   JVM Release: 1.3
   Operating System: NT
   OS Release: 4 SP6
   Platform: WINDOWS

Synopsis: 
RequestUtil.getCharsetFromContentType(String) does not strip " characters from 
returned string

Description:
HttpServletRequestFacade.getReader() throws a UnsupportedEncodingException during a 
PROPFIND request. The charset encoding returned from Request.getCharacterEncoding() 
has " characters surrounding the string. The 
RequestUtil.getCharsetFromContentType(String) method eventually returns the charset. 
It should remove the leading and trailing " characters before returning.

Title: BugRat Report # 650

BugRat Report # 650

Project: Tomcat Release: 3.1.1,3.2.1,3.3
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: serious
Confidence: public

Submitter: Rick Rupp ( [EMAIL PROTECTED] )
Date Submitted: Dec 21 2000, 06:15:54 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
RequestUtil.getCharsetFromContentType(String) does not strip " characters from returned string
Environment: (jvm, os, osrel, platform)
1.3, NT, 4 SP6, WINDOWS

Additional Environment Description:

Report Description:
HttpServletRequestFacade.getReader() throws a UnsupportedEncodingException during a PROPFIND request. The charset encoding returned from Request.getCharacterEncoding() has " characters surrounding the string. The RequestUtil.getCharsetFromContentType(String) method eventually returns the charset. It should remove the leading and trailing " characters before returning.

How To Reproduce:
null

View this report online...

Reply via email to