QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

Empty response from glassfish for specific page when using GzipResponseFilter #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Short:
For specific pages such as /user/settings.xhtml?userId=3 I am getting an empty 
response (10B, only header is sent, HTTP-200 OK) from glassfish (v. 3.1.2.2).
Deactivating the GzipResponseFilter solves the problem.

Description:
I have been using omnifaces 1.4-SNAPSHOT (using 1.4 since yesterday) for last 
couple of weeks and detected this problem about 1-2 weeks ago; it took me until 
today to find the GzipResponseFilter as the problem. As mentioned, the problem 
only occurs on specific pages of my webapplication - and not in every 
environment, the app works fine running on my windows-glassfish (java 
1.7.0_02), but the error stays on a fresh glassfish on my debian squeeze server 
(java 1.7.0_07). Unfortunately I can't give you any more information - the 
server.log is empty for this reqeust.

Original issue reported on code.google.com by markussc...@gmail.com on 12 Mar 2013 at 10:19

GoogleCodeExporter commented 9 years ago
This is unfortunate.

Can you please try the modified 1.4 version attached?

Original comment by balusc on 12 Mar 2013 at 12:01

Attachments:

GoogleCodeExporter commented 9 years ago
Can you please let me know if it works for you? Then we can abandon 1.4 and 
release an 1.4.1 as soon as possible.

Original comment by balusc on 12 Mar 2013 at 1:40

GoogleCodeExporter commented 9 years ago
I'm on it.

Original comment by markussc...@gmail.com on 12 Mar 2013 at 1:44

GoogleCodeExporter commented 9 years ago
The problem does not appear with that attached omnifaces-1.4.jar.

Original comment by markussc...@gmail.com on 12 Mar 2013 at 2:42

GoogleCodeExporter commented 9 years ago
Great, thanks. Fix is committed 
https://code.google.com/p/omnifaces/source/detail?r=d3abec9038c37ea565beb277cd83
15098b3134d3 and a 1.4.1 release will be provided for download via 
code.google.com soon and a Maven release will be done this tonight.

Original comment by balusc on 12 Mar 2013 at 2:44