mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
6ba3bb54a0
isUnreserved and isSubDelimiter are usually checked together. It helps to have a shortcut with an efficient lookup. See gh-33639