Bug 48645 - RequestUtil.URLDecode(byte[] bytes, String enc)
Summary: RequestUtil.URLDecode(byte[] bytes, String enc)
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 6.0.20
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-31 04:36 UTC by Feng Peng
Modified: 2010-02-22 19:40 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Feng Peng 2010-01-31 04:36:17 UTC
the enc is not used in the implementation

  public static String URLDecode(byte[] bytes, String enc) {
        return URLDecode(bytes, null, false);
    }
Comment 1 Mark Thomas 2010-01-31 04:58:44 UTC
Thanks for the report. This has been fixed in trunk and proposed for 6.0.x
Comment 2 Mark Thomas 2010-02-22 19:40:20 UTC
This has been fixed in 6.0.x and will be included in 6.0.25 onwards.