https://issues.apache.org/bugzilla/show_bug.cgi?id=48645
Summary: RequestUtil.URLDecode(byte[] bytes, String enc)
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
the enc is not used in the implementation
public static String URLDecode(byte[] bytes, String enc) {
return URLDecode(bytes, null, false);
}
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]