316413 - Restarting webapp for packed war fails
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1982 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
bd0adbe4c2
commit
c9c56853b5
|
@ -23,6 +23,7 @@ jetty-7.1.4.v20100609
|
|||
+ 316254 Implement @DeclareRoles
|
||||
+ 316334 Breaking change on org.eclipse.jetty.client.HttpExchange
|
||||
+ 316399 Debug output in MultiPartFilter
|
||||
+ 316413 Restarting webapp for packed war fails
|
||||
+ JETTY-547 Delay close after shutdown until request read
|
||||
+ JETTY-1231 Support context request log handler
|
||||
|
||||
|
|
|
@ -360,6 +360,7 @@ public class WebInfConfiguration implements Configuration
|
|||
public void unpack (WebAppContext context) throws IOException
|
||||
{
|
||||
Resource web_app = context.getBaseResource();
|
||||
_preUnpackBaseResource = context.getBaseResource();
|
||||
|
||||
if (web_app == null)
|
||||
{
|
||||
|
@ -461,7 +462,7 @@ public class WebInfConfiguration implements Configuration
|
|||
Log.debug("webapp=" + web_app);
|
||||
}
|
||||
|
||||
_preUnpackBaseResource = context.getBaseResource();
|
||||
|
||||
|
||||
// Do we need to extract WEB-INF/lib?
|
||||
Resource web_inf= web_app.addPath("WEB-INF/");
|
||||
|
|
Loading…
Reference in New Issue