From a8e9be3a944a90bb9419fe6a07fca7060c6ef605 Mon Sep 17 00:00:00 2001 From: Michael Gorovoy Date: Wed, 30 Mar 2011 23:28:54 +0000 Subject: [PATCH] 341394 Remove 'Unavailable' JMX attributes of WebAppContext MBean git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2939 7e9141cc-0065-0410-87d8-b60c137991c4 --- VERSION.txt | 7 ++++--- .../server/handler/jmx/ContextHandler-mbean.properties | 4 ---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 43b370c2139..db40803d398 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -13,12 +13,13 @@ jetty-7.3.2-SNAPSHOT + 341006 Move inner enums out into separate file + 341105 Stack trace is printed for an ignored exception + 341145 WebAppContext MBean attribute serverClasses returns empty value - + Ensure generated fragment names are unique - + JETTY-1245 Pooled Buffers implementation + 341206 Stop order is wrong in HandlerWrapper + 341255 org.eclipse.http usage in AJP/SessionId linkage - + Added extra session removal test + 341386 Remote close not detected by HttpClient + + 341394 Remove 'Unavailable' JMX attributes of WebAppContext MBean + + JETTY-1245 Pooled Buffers implementation + + Ensure generated fragment names are unique + + Added extra session removal test jetty-7.3.1.v20110307 7 March 2011 + 316382 Support a more strict SSL option with certificates diff --git a/jetty-server/src/main/resources/org/eclipse/jetty/server/handler/jmx/ContextHandler-mbean.properties b/jetty-server/src/main/resources/org/eclipse/jetty/server/handler/jmx/ContextHandler-mbean.properties index f3e2c2a5cb6..faf27f074b3 100644 --- a/jetty-server/src/main/resources/org/eclipse/jetty/server/handler/jmx/ContextHandler-mbean.properties +++ b/jetty-server/src/main/resources/org/eclipse/jetty/server/handler/jmx/ContextHandler-mbean.properties @@ -1,8 +1,6 @@ ContextHandler: URI Context aliases: True if alias checking is performed on resource allowNullPathInfo: Checks if the /context is not redirected to /context/ -attributes: The attributes to set using class Attributes -classLoader: The context classLoader classPath: RO: The file classpath compactPath: True if URLs are compacted to replace the multiple '/'s with a single '/' connectorNames: Names and ports of accepted connectors @@ -10,10 +8,8 @@ contextAttributes: RO:MBean: Map of context attributes contextPath: URI prefix of context displayName: RO: Display name of the Context errorHandler: MObject: The error handler to use for the context -eventListeners: The context event listeners initParams: Initial Parameter map for the context maxFormContentSize: The maximum content size -mimeTypes: The mime types allowed for the context removeContextAttribute(java.lang.String): MBean:ACTION: remove context attribute removeContextAttribute(java.lang.String)[0]: name: The attribute name resourceBase: Document root for the context