[jboss-jira] [JBoss JIRA] (AS7-2991) Gzip compression support
Hendy Irawan (JIRA)
jira-events at lists.jboss.org
Mon Apr 9 11:17:48 EDT 2012
[ https://issues.jboss.org/browse/AS7-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682469#comment-12682469 ]
Hendy Irawan commented on AS7-2991:
-----------------------------------
For those who wonder how to check if compression is working:
{code}
ceefour at annafi:~$ curl --raw --compressed -s http://localhost:9080/ -o - | wc -c
1259
ceefour at annafi:~$ curl --raw -s http://localhost:9080/ -o - | wc -c
2432
{code}
So, yes, JBoss 7.1.1 HTTP compression is definitely working for me.
> Gzip compression support
> ------------------------
>
> Key: AS7-2991
> URL: https://issues.jboss.org/browse/AS7-2991
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Web
> Affects Versions: 7.0.2.Final
> Environment: Any.
> Reporter: Humberto Ferreira da Luz Jr.
> Assignee: Remy Maucherat
> Labels: compression, gzip
> Fix For: 7.1.1.Final
>
> Attachments: 2991.patch
>
>
> Since JBoss AS 7 there's no support for gzip compression.
> I think that's an important feature which reduces substantially the page size.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list