[ 
https://issues.apache.org/jira/browse/DIRMINA-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543064
 ] 

Matthew Giedt commented on DIRMINA-478:
---------------------------------------

I actually agree w/ Mark. Being new to MINA I fear that I mis-labeled the zip 
file. It's not a *filter* but a messaging protocol that uses GZip to compress 
the contents being sent inside messages.

Think of it as a replacement for a SOAP environment using GZIP to compress 
messages between client and server.

I don't think that GZIP is well suited to provide a filter layer where the 
continuous byte-stream is compressed / decompressed. 

So, in closing: The code is not a replacement for your compression filter. It 
could possibly be an alternative to the 'TextLineCodecFactory for MINA users 
that need to send large messages. 

That's what I use it for, and it seems to work well.

Regards,
-Matt



> GzipFilter
> ----------
>
>                 Key: DIRMINA-478
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-478
>             Project: MINA
>          Issue Type: New Feature
>          Components: Filter
>    Affects Versions: 1.1.4
>            Reporter: Matthew Giedt
>            Priority: Trivial
>         Attachments: gzip.zip.rename
>
>
> Hi Matt, 
> On Nov 14, 2007 4:47 AM, mgiedt <[EMAIL PROTECTED]> wrote: 
> > 
> > I did some poking around and couldn't find a protocol handler for GZip so I 
> > created this one. Would very much welcome the communities feedback; MINA 
> > team the code is yours to do whatever you wish. (rename the file to 
> > 'gzip.zip', bob's your uncle.) 
> Thank you very much for your contribution first of all! :D 
> However, would you mind if you can create a JIRA issue and attach that 
> file there?  You have to grant license to the ASF for your work 
> (gzip.zip) when you attach a file.  I know it's pain in the butt, but 
> that's the way how legal stuff works. 
> Thanks in advance and best regards, 
> Trustin 

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

Reply via email to