-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Open
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: waiting-for-feedbackWe need additional information before we can continueWe need additional information before we can continuestatus: waiting-for-triageAn issue we've not yet triaged or decided onAn issue we've not yet triaged or decided on
Description
While reading the files inside jar I am using ResourcePatternResolver.getResources.
Its returning UrlResource[].
But if any file name having + sign then UrlResource.getFilename removing the + sign and replacing it with space.
sample+filename.json
I think its because of
return (filename != null ? URLDecoder.decode(filename, StandardCharsets.UTF_8) : null);Why we are using decode and any work around?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: waiting-for-feedbackWe need additional information before we can continueWe need additional information before we can continuestatus: waiting-for-triageAn issue we've not yet triaged or decided onAn issue we've not yet triaged or decided on