Re: AW: euro character problem with tomcat compression Filter

2002-12-02 Thread Amy Roh
t; > Other idea ? > > Thx, Sergio. > > - Original Message - > From: "Torsten Fohrer" <[EMAIL PROTECTED]> > To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> > Sent: Thursday, November 28, 2002 11:26 AM > Subject: AW: AW: e

AW: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Torsten Fohrer
, 28. November 2002 12:50 > An: Tomcat Developers List > Betreff: Re: AW: euro character problem with tomcat compression Filter > > > The problem I comment, did not occurs before setting on the > compressionFilter. > > I've changed also the request.setCharacterEncoding t

Re: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Sergio
lt;[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 11:26 AM Subject: AW: AW: euro character problem with tomcat compression Filter ok... but if you set response content-type to text/html; charset: iso-8859-15, pages shows correctly with euro symbols in konqueror, netscape 4, ie and

AW: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Torsten Fohrer
Gesendet: Donnerstag, 28. November 2002 10:17 > An: Tomcat Developers List > Betreff: Re: AW: euro character problem with tomcat compression Filter > > > And failing that perhaps cp1252 if you are a windowz kind of guy. > > I find this page helpful: > http://czyborra.com/

Re: AW: euro character problem with tomcat compression Filter

2002-11-28 Thread Martin Algesten
rer [mailto:[EMAIL PROTECTED]] > > Gesendet: Donnerstag, 28. November 2002 08:28 > > An: 'Tomcat Developers List' > > Betreff: AW: euro character problem with tomcat compression Filter > > > > > > > > try, to set the response encoding

AW: euro character problem with tomcat compression Filter

2002-11-27 Thread Torsten Fohrer
sorry, iso-8859-15 > -Ursprüngliche Nachricht- > Von: Torsten Fohrer [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 28. November 2002 08:28 > An: 'Tomcat Developers List' > Betreff: AW: euro character problem with tomcat compression Filter > > > &

AW: euro character problem with tomcat compression Filter

2002-11-27 Thread Torsten Fohrer
try, to set the response encoding to 8559-15 cu Torsten > -Ursprüngliche Nachricht- > Von: Sergio [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 27. November 2002 21:18 > An: 'Tomcat Developers List' > Betreff: euro character problem with tomcat compression

euro character problem with tomcat compression Filter

2002-11-27 Thread Sergio
Hí techies! I'm having problems adding the tomcat compression Filter version 4.0.3 to my webapp. Some characters (like euro symbol ) that are printed in my jsp page with a method which return a field of a MSSQLServer table, are printed with the '?' symbol. I&

problem with Compression Filter

2002-07-11 Thread Dimitri Valdin
Hello (Amy), I have found yet another problem with compression filter. If jsp page uses include action: then a new request is send to server. The result will be compressed and then compressed once again in the calling page, which make the result look pretty ugly ;-) I have found a

DO NOT REPLY [Bug 10444] - Lack of i18n in compression filter

2002-07-05 Thread bugzilla
gzilla/show_bug.cgi?id=10444 Lack of i18n in compression filter --- Additional Comments From [EMAIL PROTECTED] 2002-07-05 13:48 --- Created an attachment (id=2272) Patch to fix problem -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: &l

DO NOT REPLY [Bug 10444] New: - Lack of i18n in compression filter

2002-07-03 Thread bugzilla
gzilla/show_bug.cgi?id=10444 Lack of i18n in compression filter Summary: Lack of i18n in compression filter Product: Tomcat 4 Version: 4.0.2 Final Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority:

compression filter flushBuffer

2002-03-03 Thread Greg Wilkins
The CompressionServletResponseWrapper.flushBuffer method does not flush the writer if it exists. A PrintWriter may buffer some characters, so the method should be: public void flushBuffer() throws IOException { // System.out.println("flush buffer @ CompressionServletResponseWrapp

Compression Filter

2002-02-25 Thread Greg Wilkins
The CompressionServletResponseWrapper class needs the following methods added: > public void setHeader(String name, String value) > { > if (!"Content-Length".equalsIgnoreCase(name)) > super.setHeader(name,value); > } > > public void setIntHeader(String

Re: Re:Réf. : RE: Proposal for Compression Filter example

2001-03-21 Thread Amy Roh
I have already committed the code to tomcat-4.0 CVS. You can get it from webapps\examples\web-inf\classes\compressionFilters\ Cheers, Amy > > Hi Amy, > > I would really appreciate if you could mail me the source code for the > compression filter that you are referring to i

Re: Re:Réf. : RE: Proposal for Compression Filter example

2001-03-21 Thread Amy Roh
I have already committed the code to tomcat-4.0 CVS. You can get it from webapps\examples\web-inf\classes\compressionFilters\ Cheers, Amy > Hi Amy, > > I would really appreciate if you could mail me the source code for the > compression filter that you are referring to in y

Re: Re:Réf. : RE: Proposal for Compression Filter example

2001-03-21 Thread Amy Roh
I have already committed the code to tomcat-4.0 CVS. You can get it from webapps\examples\web-inf\classes\compressionFilters\ Cheers, Amy > Hi Amy, > > I would really appreciate if you could mail me the source code for the > compression filter that you are referring to in y

Re: Réf. : RE: Proposal for Compression Filter example

2001-03-21 Thread Amy Roh
Quoting "JULE, Nicolas - DSIA" <[EMAIL PROTECTED]>: > > > > De :Craig R. McClanahan@craigmcc le 20/03/2001 23:31 > Pour : tomcat-dev@[EMAIL PROTECTED]@SMTP@Hays Hub > cc : > Faxer à: > Objet : RE:

Re: Proposal for Compression Filter example

2001-03-21 Thread Pier P. Fumagalli
Amy Roh <[EMAIL PROTECTED]> wrote: > Hi, > > I created an example web application using Filter technology and would like to > add to Tomcat 4 example webapps. This example includes Data Compression > Filter > which compresses ServletResponse according to the thre

Réf. : RE: Proposal for Compression Filter example

2001-03-21 Thread JULE, Nicolas - DSIA
De :Craig R. McClanahan@craigmcc le 20/03/2001 23:31 Pour : tomcat-dev@[EMAIL PROTECTED]@SMTP@Hays Hub cc : Faxer à: Objet : RE: Proposal for Compression Filter example On Tue, 20 Mar 2001, GOMEZ Henri wrote: >

Re: Proposal for Compression Filter example

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001, Amy Roh wrote: > Hi, > > I created an example web application using Filter technology and would like to > add to Tomcat 4 example webapps. This example includes Data Compression Filter > which compresses ServletResponse according to the threshold tha

RE: Proposal for Compression Filter example

2001-03-20 Thread Chen, Hao Han
+1 regards, haohan -Original Message- From: Amy Roh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 5:05 AM To: [EMAIL PROTECTED] Subject: Proposal for Compression Filter example Hi, I created an example web application using Filter technology and would like to add to

RE: Proposal for Compression Filter example

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001, GOMEZ Henri wrote: > >I created an example web application using Filter technology > >and would like to > >add to Tomcat 4 example webapps. This example includes Data > >Compression Filter > >which compresses ServletResponse according to

RE: Proposal for Compression Filter example

2001-03-20 Thread GOMEZ Henri
>I created an example web application using Filter technology >and would like to >add to Tomcat 4 example webapps. This example includes Data >Compression Filter >which compresses ServletResponse according to the threshold >that can be set by >users. I think it'

Proposal for Compression Filter example

2001-03-20 Thread Amy Roh
Hi, I created an example web application using Filter technology and would like to add to Tomcat 4 example webapps. This example includes Data Compression Filter which compresses ServletResponse according to the threshold that can be set by users. I think it'll be a good example usa