Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import bean definitions using classpath*: resource location [SPR-6366] #11032

Closed
spring-projects-issues opened this issue Nov 16, 2009 · 1 comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Nov 16, 2009

Dave Syer opened SPR-6366 and commented

Cannot import bean definitions using classpath*: resource location. Somewhere between RC1 and RC2 the behaviour of <import resource="classpath*:..."/> changed so that it is now treated as a relative resource, where clearly it is not.


Affects: 3.0 RC2

Issue Links:

Referenced from: commits 7ac0e2b, 66939de

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Nov 16, 2009

Dave Syer commented

Looks like this change came from #10432. We can still use the old ResourcePatternUtils.isUrl() as an initial test, and then if that fails try the new approach. That way I think everyone will be happy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant