mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Before RfcUriParser we expected opaque URI's to not have ":/" after the scheme while the new parser expect opaque URI's to not have a slash anywhere after the scheme. This commit restores the previous behavior. Closes gh-34588