mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
This commit is contained in:
commit
6b3cb20720
@ -217,8 +217,7 @@ public abstract class Resource implements ResourceFactory
|
||||
{
|
||||
URL url=null;
|
||||
// Try to format as a URL?
|
||||
ClassLoader
|
||||
loader=Thread.currentThread().getContextClassLoader();
|
||||
ClassLoader loader=Thread.currentThread().getContextClassLoader();
|
||||
if (loader!=null)
|
||||
{
|
||||
try
|
||||
@ -250,7 +249,7 @@ public abstract class Resource implements ResourceFactory
|
||||
{
|
||||
url=ClassLoader.getSystemResource(resource);
|
||||
if (url==null && resource.startsWith("/"))
|
||||
url=loader.getResource(resource.substring(1));
|
||||
url=ClassLoader.getSystemResource(resource.substring(1));
|
||||
}
|
||||
|
||||
if (url==null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user