[Bug 65281] Tomcat does not process correctly Etag and send HTTP 400 error code

2021-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65281

Mark Thomas  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INVALID

--- Comment #9 from Mark Thomas  ---
This is not a Tomcat issue. I have manually tested this (with Telnet) and
Tomcat happily accepts the following request:

GET /tomcat.svg HTTP/1.1
Host: localhost:8080
If-Modified-Since: Mon, 03 May 2021 20:24:44 GMT
If-None-Match: W/"67795-1620035809000"

and correctly returns a 304 response.

It is clear from the headers in the provided attachments that the application
has at least one component providing caching. I suspect the issue is somewhere
in that code.

Please do not re-open this issue unless you can provide a valid HTTP request
that incorrectly generates a 400 response when sent to a clean Apache Tomcat
install.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 65277] org.apache.coyote.ajp.AjpProcessor.service Error processing request java.lang.NullPointerException

2021-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65277

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEEDINFO|RESOLVED

--- Comment #4 from Mark Thomas  ---
This looks like an application issue (retaining and using a reference to the
request and/or response after the processing of that request/response has
completed).

The increasing database connections indicate that the application also has a
connection leak.

The users mailing list is the place to ask for help with those types of issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 65277] org.apache.coyote.ajp.AjpProcessor.service Error processing request java.lang.NullPointerException

2021-05-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65277

--- Comment #5 from saranya  ---
(In reply to Mark Thomas from comment #4)
> This looks like an application issue (retaining and using a reference to the
> request and/or response after the processing of that request/response has
> completed).
> 
> The increasing database connections indicate that the application also has a
> connection leak.
> 
> The users mailing list is the place to ask for help with those types of
> issues.


Thanks Mark for replying!
But this issue occurs only after upgrading to Tomcat 9 from Tomcat 7. Also with
same Tomcat 9 in TEST environment even after Load test the Oracle session and
Process remains same.
Please throw some light on this:(

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org