-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove duplicated HTTP body size limit check #35513
Conversation
(copied from zulip) That's the opposite. That would be the management one to remove, and only if it's mounted on a router having it already. |
02d6165
to
8b11209
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should work as expected now.
Does your case pass?
@cescoffier it does with the |
Yes, because your route must be the first. |
-2 is the body-size-check. |
I think we should start having constants (and documentation) around these numbers. |
Makes sense. Want me to do that in this PR or better have a follow-up? |
Let's do it in another PR. That one is ready from my POV. |
Can you rebase? It should be good to go. |
Also removes the duplicate addition of the body-size-limit enforcer.
8b11209
to
5bee7fc
Compare
Sure, done. |
Failing Jobs - Building 5bee7fc
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 Windows #- Failing: integration-tests/smallrye-context-propagation
📦 integration-tests/smallrye-context-propagation✖
|
Thanks! |
As discussed in quarkusio#35513 it is beneficial to have the route order marks defined as constants. This change introduces a class containing nearly all these constants, except the extension specific values.
As discussed in quarkusio#35513 it is beneficial to have the route order marks defined as constants. This change introduces a class containing nearly all these constants, except the extension specific values.
As discussed in quarkusio#35513 it is beneficial to have the route order marks defined as constants. This change introduces a class containing nearly all these constants, except the extension specific values.
As discussed in quarkusio#35513 it is beneficial to have the route order marks defined as constants. This change introduces a class containing nearly all these constants, except the extension specific values.
As discussed in quarkusio#35513 it is beneficial to have the route order marks defined as constants. This change introduces a class containing nearly all these constants, except the extension specific values.
Also removes the duplicate addition of the body-size-limit enforcer.