Issue Type: Bug Bug
Affects Versions: 4.5.6
Assignee: Unassigned
Attachments: mgnl-no-respond-trace.txt
Components: core
Created: 23/May/13 11:43 AM
Description:

We are running in to an issue where we get stuck until we go OOM due to some bad handling when the classloader provides URLs such as http://something/.
The issue comes from the fact that the code gets all the URLs the current classloader provides but doesn't seem to handle them properly knowing that it is a URLClassLoader that very well might provide http:// based URLs.

In our case our classloader will provide a url like http://something.something:0/. This is then passed through the info.magnolia.cms.util.ClasspathResourcesUtil.sanitizeToFile(URL) method which will strip this down to /.

The result of this is that the info.magnolia.cms.util.ClasspathResourcesUtil.collectFiles(Collection<String>, File, Filter) method will collect every file on the whole system.

Project: Magnolia
Priority: Blocker Blocker
Reporter: Tomas Brimor
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to