Hi Mark and Chris,

Thank you for your reply.  We are using the latest version of* Firefox
110.1*.   I have installed Live HTTP Header Live add-on and I see
*NS_ERROR_ABORT
and the request is stalled in the browser (the 204 status code is never
shown in the Network tab).     This applies to any GET call resulting in a
204 error.  * I will see if I can make it publicly accessible so you guys
can take a look.  I don't understand the Firefox HTTP logs, and I cannot
attach them to this email which may give a clue.


But the tomcat access log state request was completed successfully:

[08/Mar/2023:18:09:24 +0000] 10.42.144.222 -
https-jsse-nio-127.0.0.1-8443-exec-78 Administrator "GET
/versa/ncs-services/vnms/analyticgroup/all?timestamp=1678299946494
HTTP/2.0" *204* - 86ms 85ms

https://10.40.207.140/versa/ncs-services/vnms/analyticgroup/all?timestamp=1678299226297
Host: 10.40.207.140
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0)
Gecko/20100101 Firefox/110.0
Accept: application/json
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Referer: https://10.40.207.140/versa/
Content-Type: application/json
Connection: keep-alive
Cookie: VD-CSRF-TOKEN=08d3954c-65a5-4b09-91fe-8b62840ed735;
JSESSIONID=D3A79AFA242D423F44A8B0A87EC8CE3C;
atmosphere-%2Fversa%2Fpubsub%2Fwarning%2FAdministrator=%7B%22ts%22%3A1678299225779%7D;
atmosphere-%2Fversa%2Fpubsub%2Fnotifications%2Fcom.versa.alarm.event=%7B%22ts%22%3A1678299225779%7D;
last_visited_page=director/workflows/create-controller
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin

*NS_ERROR_ABORT*


*Then, *I build 9.0.72 src code *without HTTP2 no Content commit, and
firefox worked ( I just replace tomcat-coyote.jar) .  What is your
suggestion we do next? *

Thanks,

Bhavesh



On Wed, Mar 8, 2023 at 8:28 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> Bhavesh,
>
> On 3/7/23 22:07, Bhavesh Mistry wrote:
> > Hi Mark Thomas and Tomcat Team,
> >
> > We have a strange issue with Tomcat 9.0.72.  All 204 response does not
> > complete in firefox.  It works in the Chrome browser.  If we downgrade
> > the tomcat version is less than .72. Everything works on all browsers.
> >
> >
> >
> https://github.com/apache/tomcat/commit/b7a21f2d6fa73f932e9d01874936e5b6b32503fb
> <
> https://github.com/apache/tomcat/commit/b7a21f2d6fa73f932e9d01874936e5b6b32503fb
> >
> >
> > Tomcat Change Log:
> >
> > 66442 <https://bz.apache.org/bugzilla/show_bug.cgi?id=66442>: When an
> > HTTP/2 response must not include a body, ensure that the end of stream
> > flag is set on the headers frame and that no data frame is sent. (markt)
> >
> >
> >
> > You can see the fist request does not complete at all:
> > image.png
> >
> >
> > Can you please check this in firefox 2?  We tried the older version of
> > firefox 2 same issue.
>
> Do you really mean "Firefox 2" as in "Firefox Version 2" from 2006?
>
> I wouldn't expect Firefox 2 to be able to use HTTP/2 at all.
>
> -chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to