Skip to content

extractJarFileURL throws java.lang.IllegalArgumentException: URI is not hierarchical [SPR-2921] #7607

@spring-projects-issues

Description

@spring-projects-issues

Raimund Dettmer opened SPR-2921 and commented

The latest comment of #7414 did not make it into Spring 2.0.1

org.springframework.util.ResourceUtils.extractJarFileURL(URL)

Line 230 should be:
return new URL(FILE_URL_PREFIX + '/' + jarFile);


Affects: 2.0.1

2 votes, 3 watchers

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions