[GitHub] tomcat issue #68: Fix #61224 - Make the GlobalRequestProcessor mbeans read-o...

2017-06-26 Thread hasalex
Github user hasalex commented on the issue: https://github.com/apache/tomcat/pull/68 Thanks for fixing (and merging) the PR It worked on my machine ;) I'll have to learn more on the build process. --- If your project is set up for it, you can reply to this email and have your

[GitHub] tomcat pull request #68: Fix #61224 - Make the GlobalRequestProcessor mbeans...

2017-06-26 Thread hasalex
GitHub user hasalex opened a pull request: https://github.com/apache/tomcat/pull/68 Fix #61224 - Make the GlobalRequestProcessor mbeans read-only You can merge this pull request into a Git repository by running: $ git pull https://github.com/hasalex/tomcat

[GitHub] tomcat pull request #66: Fix bug #61215 : NoSuchMethodException in JMX Proxy...

2017-06-25 Thread hasalex
Github user hasalex closed the pull request at: https://github.com/apache/tomcat/pull/66 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] tomcat issue #66: Fix bug #61215 : NoSuchMethodException in JMX Proxy (Remot...

2017-06-25 Thread hasalex
Github user hasalex commented on the issue: https://github.com/apache/tomcat/pull/66 OK, just discovered the is="false" attribute in mbean-descriptors.xml. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] tomcat pull request #67: Fix #61216 - Enhanced output format of CompositeDat...

2017-06-24 Thread hasalex
GitHub user hasalex opened a pull request: https://github.com/apache/tomcat/pull/67 Fix #61216 - Enhanced output format of CompositeData and TabularData CompositeData are represented as {key1=value1, key2=value2,...}. Ex. java.lang:type=Runtime. TabularData could

[GitHub] tomcat pull request #66: Fix bug #61215 : Bug 61215 - NoSuchMethodException ...

2017-06-24 Thread hasalex
GitHub user hasalex opened a pull request: https://github.com/apache/tomcat/pull/66 Fix bug #61215 : Bug 61215 - NoSuchMethodException in JMX Proxy (RemoteAddrValve) You can merge this pull request into a Git repository by running: $ git pull https://github.com/hasalex

[GitHub] tomcat pull request #65: Fix bug #61214 : NoSuchMethodException in JMX Proxy...

2017-06-24 Thread hasalex
GitHub user hasalex opened a pull request: https://github.com/apache/tomcat/pull/65 Fix bug #61214 : NoSuchMethodException in JMX Proxy (Context MBeans) Remove servlets attribute in the ServletContext mbean description You can merge this pull request into a Git repository

[GitHub] tomcat pull request: Support of Digest authentication in the JNDIR...

2015-11-11 Thread hasalex
GitHub user hasalex opened a pull request: https://github.com/apache/tomcat/pull/24 Support of Digest authentication in the JNDIRealm Digest can be supported when using the userPassword attribute. You can merge this pull request into a Git repository by running: $ git pull