-
Notifications
You must be signed in to change notification settings - Fork 552
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: vert-x3/vertx-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.24
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vert-x3/vertx-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.25
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 30 files changed
- 3 contributors
Commits on Jan 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 54649c7 - Browse repository at this point
Copy the full SHA 54649c7View commit details
Commits on Jan 23, 2026
-
Fix request absolute URI handling (#2833) (#2842)
* Fix request absolute URI handling When a request uses an absolute request target with scheme and host parts, the current absoluteURI() method simply concatenates the Host header value and the request target URI. For example, with the following request: ``` GET http://www.example.com:1234/path HTTP/1.1 Host: www.example.com:1234 ``` The result of HttpServerRequest.absoluteURI() would then be: `http://www.example.com:1234www.example.com:1234/path` With this change, when the request target is absolute, only the path (and query) are added to the Host value: `http://www.example.com:1234/path` Fixes #2830 * Update vertx-web/src/main/java/io/vertx/ext/web/impl/ForwardedParser.java --------- Co-authored-by: Thierry Monney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ec7457 - Browse repository at this point
Copy the full SHA 5ec7457View commit details
Commits on Jan 28, 2026
-
OpenAPIHolderImpl.resolveExternalRef throws java.lang.IllegalStateExc…
…eption See #2844 To prevent from a recursive update of the same key in the externalSolvingRefs, avoid computeIfAbsent and continue walking the references path only when an uncompleted future has effectively been put in the map. Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34d4481 - Browse repository at this point
Copy the full SHA 34d4481View commit details -
Revert "OpenAPIHolderImpl.resolveExternalRef throws java.lang.Illegal…
…StateException" This reverts commit 34d4481.
Configuration menu - View commit details
-
Copy full SHA for 992c4e3 - Browse repository at this point
Copy the full SHA 992c4e3View commit details
Commits on Jan 31, 2026
-
OpenAPIHolderImpl.resolveExternalRef throws java.lang.IllegalStateExc…
…eption (#2845) See #2844 To prevent from a recursive update of the same key in the externalSolvingRefs, avoid computeIfAbsent and continue walking the references path only when an uncompleted future has effectively been put in the map. Signed-off-by: Thomas Segismont <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be71c18 - Browse repository at this point
Copy the full SHA be71c18View commit details
Commits on Feb 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 798aea3 - Browse repository at this point
Copy the full SHA 798aea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89f11c - Browse repository at this point
Copy the full SHA c89f11cView commit details
Commits on Feb 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 30d906a - Browse repository at this point
Copy the full SHA 30d906aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.5.24...4.5.25