Hi,
the only difference, caused by that commit is the response for the
following request:
HTTP GET /atmosphere-rest-chat/chat?0 HTTP/1.1
The original (rev<4220) returns [1], rev >= 4220 returns [2].
As you see in the later, Grizzly added additional Content-Type header.
According to wireshark the rest of communication for both revisions
goes absolutely the same way.
So, as I understand, something unexpected is happening on a client
side (browser or javascript), so it doesn't tolerate content-type
header, or its value. Is it possible to fix on a client side?
Thanks.
WBR,
Alexey.
[1]
HTTP/1.1 200 OK
server: grizzly/1.9.19
Expires: -1
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Transfer-Encoding: chunked
Date: Fri, 23 Apr 2010 21:35:34 GMT
834
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-- Welcome to the Atmosphere Framework. To work with all the
browsers when suspending connection, Atmosphere must output some data
to makes WebKit based browser working.-->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
[2]
HTTP/1.1 200 OK
server: grizzly/1.9.19
Expires: -1
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Type: text/plain; charset=iso-8859-1
Transfer-Encoding: chunked
Date: Fri, 23 Apr 2010 21:27:59 GMT
834
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-- Welcome to the Atmosphere Framework. To work with all the
browsers when suspending connection, Atmosphere must output some data
to makes WebKit based browser working.-->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!--
--------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
On Apr 23, 2010, at 19:06 , Sebastien Dionne wrote:
> Always fails >= 4420
>
> Always works with revisions below 4420.
>
>
>> On Apr 23, 2010 1:03 PM, "Oleksiy Stashok"
>> <Oleksiy.Stashok_at_sun.com> wrote:
>>
>> Hi,
>>
>> I'm not saying that it's definitely not a Grizzly issue, it could
>> be :)
>>
>> But not sure how rev. 4420 caused that.
>> BTW, the default content-type, which we set if non was set before
>> (unless it's not explicitly changed) is: "text/plain;
>> charset=iso-8859-1".
>> Sebastien, is this bug constantly reproducible, it *always* fails?
>>
>> Thanks.
>>
>> WBR,
>> Alexey.
>>
>>
>> On Apr 23, 2010, at 18:14 , jfarcand wrote:
>>
>> > Salut,
>> >
>> > On 23/04/10 12:22 AM, Oleksiy Stashok wrote:
>> >>
>> >> Hi Sebastien,
>> >>
>> >> that fix was req...
>>
>> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>>
>