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:
parent
cf09f69e53
commit
a8e9be3a94
|
@ -13,12 +13,13 @@ jetty-7.3.2-SNAPSHOT
|
||||||
+ 341006 Move inner enums out into separate file
|
+ 341006 Move inner enums out into separate file
|
||||||
+ 341105 Stack trace is printed for an ignored exception
|
+ 341105 Stack trace is printed for an ignored exception
|
||||||
+ 341145 WebAppContext MBean attribute serverClasses returns empty value
|
+ 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
|
+ 341206 Stop order is wrong in HandlerWrapper
|
||||||
+ 341255 org.eclipse.http usage in AJP/SessionId linkage
|
+ 341255 org.eclipse.http usage in AJP/SessionId linkage
|
||||||
+ Added extra session removal test
|
|
||||||
+ 341386 Remote close not detected by HttpClient
|
+ 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
|
jetty-7.3.1.v20110307 7 March 2011
|
||||||
+ 316382 Support a more strict SSL option with certificates
|
+ 316382 Support a more strict SSL option with certificates
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
ContextHandler: URI Context
|
ContextHandler: URI Context
|
||||||
aliases: True if alias checking is performed on resource
|
aliases: True if alias checking is performed on resource
|
||||||
allowNullPathInfo: Checks if the /context is not redirected to /context/
|
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
|
classPath: RO: The file classpath
|
||||||
compactPath: True if URLs are compacted to replace the multiple '/'s with a single '/'
|
compactPath: True if URLs are compacted to replace the multiple '/'s with a single '/'
|
||||||
connectorNames: Names and ports of accepted connectors
|
connectorNames: Names and ports of accepted connectors
|
||||||
|
@ -10,10 +8,8 @@ contextAttributes: RO:MBean: Map of context attributes
|
||||||
contextPath: URI prefix of context
|
contextPath: URI prefix of context
|
||||||
displayName: RO: Display name of the Context
|
displayName: RO: Display name of the Context
|
||||||
errorHandler: MObject: The error handler to use for the context
|
errorHandler: MObject: The error handler to use for the context
|
||||||
eventListeners: The context event listeners
|
|
||||||
initParams: Initial Parameter map for the context
|
initParams: Initial Parameter map for the context
|
||||||
maxFormContentSize: The maximum content size
|
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): MBean:ACTION: remove context attribute
|
||||||
removeContextAttribute(java.lang.String)[0]: name: The attribute name
|
removeContextAttribute(java.lang.String)[0]: name: The attribute name
|
||||||
resourceBase: Document root for the context
|
resourceBase: Document root for the context
|
||||||
|
|
Loading…
Reference in New Issue