location parsing might incorrectly rely on the URL API [SPR-6332] #10998
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Costin Leau opened SPR-6332 and commented
It's worth double checking whether the way resource locations are parsed throughout Spring rely on the URL API or not since the former can create false positives. Using the URI API is a better solution as it doesn't perform validation.
Issue Links:
The text was updated successfully, but these errors were encountered: