-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
PathEditor
has historically accumulated a rather nuanced code path where it tries to handle Spring resource resolution, file URLs, NIO path URIs as well as NIO path Strings. The latter is a fallback under certain conditions which led to a regression and an immediate revision in 5.3.x (#26575/#26702). Following up on that, we can restore an optimization that the original fix (#26575) had, namely to shortcut non-file resolution toward an NIO path String.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement