-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue #5605 unconsumed input on sendError #5637
Commits on Nov 10, 2020
-
Issue #5605 unconsumed input on sendError
Add Connection:close if content can't be consumed during a sendError. Processed after the request has returned to the container. Signed-off-by: Greg Wilkins <gregw@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 0cdc78e - Browse repository at this point
Copy the full SHA 0cdc78eView commit details
Commits on Nov 11, 2020
-
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-56…
…05-unconsumed-send-error
Configuration menu - View commit details
-
Copy full SHA for 368b071 - Browse repository at this point
Copy the full SHA 368b071View commit details -
+ Add close on all uncommitted requests when content cannot be consumed.
Configuration menu - View commit details
-
Copy full SHA for 4b934b5 - Browse repository at this point
Copy the full SHA 4b934b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea3c05 - Browse repository at this point
Copy the full SHA 6ea3c05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ad9cc - Browse repository at this point
Copy the full SHA 83ad9ccView commit details
Commits on Nov 12, 2020
-
Updated to be less adventurous
I do not think it was valid to always consumeAll in COMPLETE as this could break upgrades with both 101s and 200s Instead I have reverted to having this consumeAll logic only: + in sendError once control has passed back to the container and we are about to generate an error page. + in front of all the sendRedirection that we do without calling the application first. Extra tests also added
Configuration menu - View commit details
-
Copy full SHA for ef560df - Browse repository at this point
Copy the full SHA ef560dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0e4fe - Browse repository at this point
Copy the full SHA 8c0e4feView commit details
Commits on Nov 14, 2020
-
Testcase for odd sendError(400) issue.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 727b3e1 - Browse repository at this point
Copy the full SHA 727b3e1View commit details -
Fix for odd sendError(400) issue.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59611a4 - Browse repository at this point
Copy the full SHA 59611a4View commit details -
Testcase for odd sendError(400) issue.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7846e0f - Browse repository at this point
Copy the full SHA 7846e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ea4cc - Browse repository at this point
Copy the full SHA 66ea4ccView commit details
Commits on Nov 16, 2020
-
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-56…
…05-unconsumed-send-error
Configuration menu - View commit details
-
Copy full SHA for 0518273 - Browse repository at this point
Copy the full SHA 0518273View commit details -
Configuration menu - View commit details
-
Copy full SHA for c04f31b - Browse repository at this point
Copy the full SHA c04f31bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 901e6dc - Browse repository at this point
Copy the full SHA 901e6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbd5d9 - Browse repository at this point
Copy the full SHA bdbd5d9View commit details -
+ added redirect methods that consumeAll + ensureContentConsumedOrConnectionClose renamed to ensureConsumeAllOrNotPersistent + ensureConsumeAllOrNotPersistent now handles HTTP/1.0 and HTTP/1.1 differently
Configuration menu - View commit details
-
Copy full SHA for cbaf3bf - Browse repository at this point
Copy the full SHA cbaf3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6d60d - Browse repository at this point
Copy the full SHA 9c6d60dView commit details
Commits on Nov 17, 2020
-
+ better javadoc + filter out keep-alive + added more tests
Configuration menu - View commit details
-
Copy full SHA for 5daecad - Browse repository at this point
Copy the full SHA 5daecadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 578a961 - Browse repository at this point
Copy the full SHA 578a961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5f987 - Browse repository at this point
Copy the full SHA 9a5f987View commit details -
+ HttpGenerator removes keep-alive if close present + Use isRedirection
Configuration menu - View commit details
-
Copy full SHA for bff386b - Browse repository at this point
Copy the full SHA bff386bView commit details
Commits on Nov 18, 2020
-
Merge remote-tracking branch 'origin/jetty-9.4.x-400-gzip' into jetty…
…-9.4.x-5605-unconsumed-send-error
Configuration menu - View commit details
-
Copy full SHA for f3a5868 - Browse repository at this point
Copy the full SHA f3a5868View commit details