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
, 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
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
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/
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
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
>
>
>
&
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
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&
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
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
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:
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
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
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
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
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
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:
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
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:
>
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
+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
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
>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'
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
24 matches
Mail list logo