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
This commit is contained in:
Michael Gorovoy 2011-03-30 23:28:54 +00:00
parent cf09f69e53
commit a8e9be3a94
2 changed files with 4 additions and 7 deletions

View File

@ -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

View File

@ -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