316557 OSGi HttpService is not available because context handlers files are not deployed
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1991 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
b65e7debb2
commit
c513f3ef00
|
@ -1,4 +1,4 @@
|
|||
jetty-7.1.4.v20100609
|
||||
jetty-7.1.4.v20100610
|
||||
+ 298551 SslSocketConnector does not need keystore stream
|
||||
+ 295715 AbstractSessionManager decoupled from Context
|
||||
+ 292326 Stop continuations if server is stopped.
|
||||
|
@ -24,6 +24,7 @@ jetty-7.1.4.v20100609
|
|||
+ 316334 Breaking change on org.eclipse.jetty.client.HttpExchange
|
||||
+ 316399 Debug output in MultiPartFilter
|
||||
+ 316413 Restarting webapp for packed war fails
|
||||
+ 316557 OSGi HttpService is not available because context handlers files are not deployed
|
||||
+ JETTY-547 Delay close after shutdown until request read
|
||||
+ JETTY-1231 Support context request log handler
|
||||
|
||||
|
|
|
@ -733,7 +733,7 @@ public class WebappRegistrationHelper
|
|||
webAppContext.setServerClasses(null);
|
||||
}
|
||||
|
||||
context.start();
|
||||
_provider.addContext(context);
|
||||
return context;
|
||||
}
|
||||
finally
|
||||
|
|
Loading…
Reference in New Issue