compressing plain text component

View: New views
5 Messages — Rating Filter:   Alert me  

compressing plain text component

by Felipe Gaucho :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I activated compression in Glassfish and it seems to work fine for
most of the components, but text/plain seems not to work.

YSlow keep complaining that "plain text component" are not compressed

my compression mime types:

text/plain,text/html,text/xml,application/json,application/xml,application/xhtml+xml,image/gif,image/png,application/x-pointplus,application/x-javascript

is it a bug ? or I missed something ?

the test URL : http://fgaucho.dyndns.org:8080/arena-jsf20/







--
Looking for a client application for this service:
http://fgaucho.dyndns.org:8080/arena-http/wadl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: compressing plain text component

by Jeanfrancois Arcand-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Salut,

have you configured the minCompression value? You txt file are probably
too small and Grizzly send them directly. It is v3, right?

A+

-- Jeanfrancois

Felipe Gaúcho wrote:

> I activated compression in Glassfish and it seems to work fine for
> most of the components, but text/plain seems not to work.
>
> YSlow keep complaining that "plain text component" are not compressed
>
> my compression mime types:
>
> text/plain,text/html,text/xml,application/json,application/xml,application/xhtml+xml,image/gif,image/png,application/x-pointplus,application/x-javascript
>
> is it a bug ? or I missed something ?
>
> the test URL : http://fgaucho.dyndns.org:8080/arena-jsf20/
>
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: compressing plain text component

by Felipe Gaucho :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I tried to reduce the size, but it didn't work anyway...

on the header I can see the size bigger than the minimum ..

On Sun, Nov 8, 2009 at 1:58 AM, Jeanfrancois Arcand
<Jeanfrancois.Arcand@...> wrote:

> Salut,
>
> have you configured the minCompression value? You txt file are probably too
> small and Grizzly send them directly. It is v3, right?
>
> A+
>
> -- Jeanfrancois
>
> Felipe Gaúcho wrote:
>>
>> I activated compression in Glassfish and it seems to work fine for
>> most of the components, but text/plain seems not to work.
>>
>> YSlow keep complaining that "plain text component" are not compressed
>>
>> my compression mime types:
>>
>>
>> text/plain,text/html,text/xml,application/json,application/xml,application/xhtml+xml,image/gif,image/png,application/x-pointplus,application/x-javascript
>>
>> is it a bug ? or I missed something ?
>>
>> the test URL : http://fgaucho.dyndns.org:8080/arena-jsf20/
>>
>>
>>
>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>



--
Looking for a client application for this service:
http://fgaucho.dyndns.org:8080/arena-http/wadl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: compressing plain text component

by Jeanfrancois Arcand-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Salut,

Felipe Gaúcho wrote:
> I tried to reduce the size, but it didn't work anyway...
>
> on the header I can see the size bigger than the minimum ..

Which version are you using? v3? I suspect we have a configuration issue
and the value is not set properly. can you file an issue?

A+

-- Jeanfrancois




>
> On Sun, Nov 8, 2009 at 1:58 AM, Jeanfrancois Arcand
> <Jeanfrancois.Arcand@...> wrote:
>> Salut,
>>
>> have you configured the minCompression value? You txt file are probably too
>> small and Grizzly send them directly. It is v3, right?
>>
>> A+
>>
>> -- Jeanfrancois
>>
>> Felipe Gaúcho wrote:
>>> I activated compression in Glassfish and it seems to work fine for
>>> most of the components, but text/plain seems not to work.
>>>
>>> YSlow keep complaining that "plain text component" are not compressed
>>>
>>> my compression mime types:
>>>
>>>
>>> text/plain,text/html,text/xml,application/json,application/xml,application/xhtml+xml,image/gif,image/png,application/x-pointplus,application/x-javascript
>>>
>>> is it a bug ? or I missed something ?
>>>
>>> the test URL : http://fgaucho.dyndns.org:8080/arena-jsf20/
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: compressing plain text component

by Felipe Gaucho :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok,

I am using b71

Sent from my iPhone

On 08.11.2009, at 02:06, Jeanfrancois Arcand <Jeanfrancois.Arcand@...
 > wrote:

> Salut,
>
> Felipe Gaúcho wrote:
>> I tried to reduce the size, but it didn't work anyway...
>> on the header I can see the size bigger than the minimum ..
>
> Which version are you using? v3? I suspect we have a configuration  
> issue and the value is not set properly. can you file an issue?
>
> A+
>
> -- Jeanfrancois
>
>
>
>
>> On Sun, Nov 8, 2009 at 1:58 AM, Jeanfrancois Arcand
>> <Jeanfrancois.Arcand@...> wrote:
>>> Salut,
>>>
>>> have you configured the minCompression value? You txt file are  
>>> probably too
>>> small and Grizzly send them directly. It is v3, right?
>>>
>>> A+
>>>
>>> -- Jeanfrancois
>>>
>>> Felipe Gaúcho wrote:
>>>> I activated compression in Glassfish and it seems to work fine for
>>>> most of the components, but text/plain seems not to work.
>>>>
>>>> YSlow keep complaining that "plain text component" are not  
>>>> compressed
>>>>
>>>> my compression mime types:
>>>>
>>>>
>>>> text/plain,text/html,text/xml,application/json,application/
>>>> xml,application/xhtml+xml,image/gif,image/png,application/x-
>>>> pointplus,application/x-javascript
>>>>
>>>> is it a bug ? or I missed something ?
>>>>
>>>> the test URL : http://fgaucho.dyndns.org:8080/arena-jsf20/
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>> ---
>>> ------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@...
>>> For additional commands, e-mail: users-help@...
>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...