You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/15 17:13:20 UTC

BugRat Report #388 has been filed.

Bug report #388 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/388>

REPORT #388 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: 1.2.2
   Operating System: Linux
   OS Release: RedHat 6.2
   Platform: Intel

Synopsis: 
GET header defaults to be iso-8859-1 encoded which breaks intl' forms passed by GET

Description:
In org.apache.tomcat.service.http.Constants, CharacterEncoding.Default is used to specify the supposed encoding of request URI. while I understand, that this is standard it completely disallows forms with non-8859-1 characters to be sent and processed via GET. It would be nice to be able to specify this encoding on at least per-system basis, it would be cool to be able to set this encoding on per-context basis, but i'm afraid, that by the time of decoding URI, the servlet is not yet known, since it is choosen on the URI basis ;-))