Bug 48645

Summary: RequestUtil.URLDecode(byte[] bytes, String enc)
Product: Tomcat 6 Reporter: Feng Peng <pengfeng2000>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.0.20   
Target Milestone: default   
Hardware: PC   
OS: Windows XP   

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.