Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-10741638: Add logger to print onHttpHeaderError details #54

Open
wants to merge 1 commit into
base: support/2.3.x
Choose a base branch
from

Conversation

panizzag
Copy link

Added logger to print onHttpHeaderError details when HttpErrorException is thrown.

This logger will print the following information:

DEBUG 2022-02-21 20:14:16,013 [http.listener.10 SelectorRunner] [processor: ; event: ] org.glassfish.grizzly.http.HttpServerFilter:
HttpResponsePacket (
  status=414
  reason=Request-URI Too Long
  protocol=HTTP/1.1
  content-length=0
  committed=true
  headers=[
      Content-Length=0]
)

Added logger to print onHttpHeaderError details when HttpErrorException is thrown
@panizzag panizzag requested a review from a team as a code owner February 23, 2022 12:58
@panizzag panizzag added the enhancement New feature or request label Feb 23, 2022
@panizzag panizzag changed the title Add logger to print onHttpHeaderError details W-10741638: Add logger to print onHttpHeaderError details Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant