Merge branch 'jetty-9.2.x' into jetty-9.3.x
This commit is contained in:
commit
e82592fe9c
|
@ -273,7 +273,7 @@ public class WebAppProvider extends ScanningAppProvider
|
||||||
Resource resource = Resource.newResource(app.getOriginId());
|
Resource resource = Resource.newResource(app.getOriginId());
|
||||||
File file = resource.getFile();
|
File file = resource.getFile();
|
||||||
if (!resource.exists())
|
if (!resource.exists())
|
||||||
throw new IllegalStateException("App resouce does not exist "+resource);
|
throw new IllegalStateException("App resource does not exist "+resource);
|
||||||
|
|
||||||
String context = file.getName();
|
String context = file.getName();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue