DO NOT REPLY [Bug 24065] - setLocale() still overrides charset from setContentType().

2003-10-24 Thread bugzilla
gzilla/show_bug.cgi?id=24065 setLocale() still overrides charset from setContentType(). [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 24065] New: - setLocale() still overrides charset from setContentType().

2003-10-23 Thread bugzilla
gzilla/show_bug.cgi?id=24065 setLocale() still overrides charset from setContentType(). Summary: setLocale() still overrides charset from setContentType(). Product: Tomcat 5 Version: 5.0.0 Platform: PC OS/Version: Windows

DO NOT REPLY [Bug 15944] - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-08-05 Thread bugzilla
gzilla/show_bug.cgi?id=15944 Compiled JSP page includes default setContentType() Call when not specified in the JSP page. [EMAIL PROTECTED] changed: What|Removed |Added Stat

DO NOT REPLY [Bug 15944] - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-03-26 Thread bugzilla
gzilla/show_bug.cgi?id=15944 Compiled JSP page includes default setContentType() Call when not specified in the JSP page. --- Additional Comments From [EMAIL PROTECTED] 2003-03-27 05:26 --- You need to use a servlet filter to hide the call to setContentType(). Use somethin

DO NOT REPLY [Bug 15944] - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-01-10 Thread bugzilla
gzilla/show_bug.cgi?id=15944 Compiled JSP page includes default setContentType() Call when not specified in the JSP page. --- Additional Comments From [EMAIL PROTECTED] 2003-01-10 08:53 --- according to jsp spec 1.2, section 2.10.1: jsp pages always generate a setContentType that defau

DO NOT REPLY [Bug 15944] - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-01-09 Thread bugzilla
gzilla/show_bug.cgi?id=15944 Compiled JSP page includes default setContentType() Call when not specified in the JSP page. --- Additional Comments From [EMAIL PROTECTED] 2003-01-10 07:13 --- See also bug #11197. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional

DO NOT REPLY [Bug 15944] - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-01-09 Thread bugzilla
gzilla/show_bug.cgi?id=15944 Compiled JSP page includes default setContentType() Call when not specified in the JSP page. --- Additional Comments From [EMAIL PROTECTED] 2003-01-10 07:01 --- I'm using the optional task jspc in ANT 1.5.1 to compile all JSP pages. Right now, I have

DO NOT REPLY [Bug 15944] - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-01-09 Thread bugzilla
gzilla/show_bug.cgi?id=15944 Compiled JSP page includes default setContentType() Call when not specified in the JSP page. [EMAIL PROTECTED] changed: What|Removed |Added Priority

DO NOT REPLY [Bug 15944] New: - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-01-09 Thread bugzilla
gzilla/show_bug.cgi?id=15944 Compiled JSP page includes default setContentType() Call when not specified in the JSP page. Summary: Compiled JSP page includes default setContentType() Call when not specified in the JSP page. Product: Tomcat 4 Version:

DO NOT REPLY [Bug 13503] New: - JspParseEventListener.java outputs broken setContentType(...) row

2002-10-10 Thread bugzilla
gzilla/show_bug.cgi?id=13503 JspParseEventListener.java outputs broken setContentType(...) row Summary: JspParseEventListener.java outputs broken setContentType(...) row Product: Tomcat 4 Version: 4.0.4 Final Platform: All OS/Versio

DO NOT REPLY [Bug 6223] - setContentType changes HTTP headers to type specfied

2002-03-15 Thread bugzilla
gzilla/show_bug.cgi?id=6223 setContentType changes HTTP headers to type specfied [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 6223] New: - setContentType changes HTTP headers to type specfied

2002-02-04 Thread bugzilla
gzilla/show_bug.cgi?id=6223 setContentType changes HTTP headers to type specfied Summary: setContentType changes HTTP headers to type specfied Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Windows NT/2K Statu

Re: setContentType

2002-02-04 Thread jean-frederic clere
Will Droste wrote: > > OS: W2k > Tomcat: 4.0.1 > Java: 1.3.1 > Using Tomcat as a standalone HTTP/1.1 server. > > Don't know if this is a bug or not.. I do a > setContentType("text/xml;charset=UnicodeLittle") on the response object > and > the respo

setContentType

2002-02-01 Thread Will Droste
OS: W2k Tomcat: 4.0.1 Java: 1.3.1 Using Tomcat as a standalone HTTP/1.1 server. Don't know if this is a bug or not.. I do a setContentType("text/xml;charset=UnicodeLittle") on the response object and the response headers are returned in UnicodeLittle not ASCII. I only expected