You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2008/02/07 07:17:07 UTC

[jira] Created: (SYNAPSE-237) Support Gzip encoding for NIO http/s transports

Support Gzip encoding for NIO http/s transports
-----------------------------------------------

                 Key: SYNAPSE-237
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-237
             Project: Synapse
          Issue Type: Improvement
            Reporter: Asankha C. Perera




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


Re: [jira] Resolved: (SYNAPSE-237) Support Gzip encoding for NIO http/s transports

Posted by indika kumara <in...@gmail.com>.
Runwan

You are correct .Value would not be used when the 'action' is 'remove' . I
just copied this line from the configuration what I test. My mistake .

Thanks
Indika

On Mon, Apr 7, 2008 at 7:36 PM, Ruwan Linton <ru...@gmail.com> wrote:

> Indika,
>
>
> > If synapse wants to forcibly remove GZIP then add
> >      <property name="Content-Encoding" scope="transport" value="gzip"
> > action="remove"/>
> >
> >
> What is the meaning of value attribute, if you need to remove the
> Content-Encoding header, then you do not need to put the value attribute? Is
> that what you meant here, or is there anything more to that?
>
> Thanks,
> Ruwan
>

Re: [jira] Resolved: (SYNAPSE-237) Support Gzip encoding for NIO http/s transports

Posted by Ruwan Linton <ru...@gmail.com>.
Indika,


> If synapse wants to forcibly remove GZIP then add
>      <property name="Content-Encoding" scope="transport" value="gzip"
> action="remove"/>
>
>
What is the meaning of value attribute, if you need to remove the
Content-Encoding header, then you do not need to put the value attribute? Is
that what you meant here, or is there anything more to that?

Thanks,
Ruwan

[jira] Resolved: (SYNAPSE-237) Support Gzip encoding for NIO http/s transports

Posted by "indika priyantha kumara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

indika priyantha kumara resolved SYNAPSE-237.
---------------------------------------------

    Resolution: Fixed

Resolved 

if synapse wants to receive responses as GZIP  then add
<property name="Accept-Encoding" scope="transport" value="gzip"/>
 
if synapse wants to forcibly send GZIP then add
      <property name="Content-Encoding" scope="transport" value="gzip"/>

If synapse wants to forcibly remove GZIP then add
      <property name="Content-Encoding" scope="transport" value="gzip" action="remove"/> 

If the client tell  the he expects GZIP by setting 'Accept-Encoding' , then synapse sends it to server as indicating,synapse is willing to accept GZIP 

> Support Gzip encoding for NIO http/s transports
> -----------------------------------------------
>
>                 Key: SYNAPSE-237
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-237
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Asankha C. Perera
>            Assignee: indika priyantha kumara
>             Fix For: 1.2
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Updated: (SYNAPSE-237) Support Gzip encoding for NIO http/s transports

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera updated SYNAPSE-237:
--------------------------------------

    Fix Version/s: 1.2
         Assignee: indika priyantha kumara

> Support Gzip encoding for NIO http/s transports
> -----------------------------------------------
>
>                 Key: SYNAPSE-237
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-237
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Asankha C. Perera
>            Assignee: indika priyantha kumara
>             Fix For: 1.2
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org