DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28248>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28248 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From [EMAIL PROTECTED] 2005-09-28 09:53 ------- I'm facing the same problem on OC4J 10G (9.0.4.0.1). What happens is that response.setLocale(locale); is called as many times as formatDate (or formatNumber) is in the JSP, thus it provokes a header overflow (I analysed the traffic with Ethereal and you see as much a 20 Content-Language headers in the response). It works on Tomcat 4.1.30, but it is not a prove that it works because may be Tomcat ignores all the response.setLocale but the first what Oracle does not do. In the spec it it said that : "Sets the locale of the response, setting the headers (including the Content- Type's charset) as appropriate. This method should be called before a call to getWriter(). By default, the response locale is the default locale for the server." Nothing more. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
