https://issues.apache.org/bugzilla/show_bug.cgi?id=49221
Summary: javax.servlet.http.Cookie.setDomain uses default
charset
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Servlet & JSP API
AssignedTo: [email protected]
ReportedBy: [email protected]
javax.servlet.http.Cookie.setDomain(String pattern)
has the following code:
domain = pattern.toLowerCase();
The result of this depends on the default Locale; it would be safer to use a
fixed locale, e.g. Local.ENGLISH.
--
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]