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

Resolve on demand the path from the request uri #3359

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Conversation

violetagg
Copy link
Member

HttpInfos#fullPath and HttpInfos#path may throw IllegalArgumentException if the request uri violates RFC2396

Frameworks that use Reactor Netty may have their own request uri parser, therefor Reactor Netty will resolve on demand the path from the request uri.

reactor.netty.http.HttpInfos#fullPath and reactor.netty.http.HttpInfos#path
may throw IllegalArgumentException if the request uri violates RFC2396

Frameworks that use Reactor Netty may have their own request uri parser,
therefor Reactor Netty will resolve on demand the path from the request uri.
@violetagg violetagg added type/enhancement A general enhancement warn/behavior-change Breaking change of publicly advertised behavior labels Jul 18, 2024
@violetagg violetagg added this to the 1.2.0-M5 milestone Jul 18, 2024
@violetagg violetagg merged commit 8375b0e into main Jul 19, 2024
14 checks passed
@violetagg violetagg deleted the resolve-path branch July 19, 2024 08:02
violetagg added a commit that referenced this pull request Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement warn/behavior-change Breaking change of publicly advertised behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant