You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/06/24 22:18:31 UTC

[Bug 61215] New: NoSuchMethodException in JMX Proxy when accessing to RemoteAddrValve MBeans

https://bz.apache.org/bugzilla/show_bug.cgi?id=61215

            Bug ID: 61215
           Summary: NoSuchMethodException in JMX Proxy when accessing to
                    RemoteAddrValve MBeans
           Product: Tomcat 9
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Manager
          Assignee: dev@tomcat.apache.org
          Reporter: alexis.hassler@sewatech.fr
  Target Milestone: -----

The RemoteAddrValve class has some new boolean attributes (addConnectorPort,
invalidAuthenticationWhenDeny, addConnectorPort, invalidAuthenticationWhenDeny)
but the accessors are not mbean-friendly. 'is' should be used instead of 'get'.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61215] NoSuchMethodException in JMX Proxy when accessing to RemoteAddrValve MBeans

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61215

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
This has been fixed in:
- trunk for 9.0.0.M23 onwards
- 8.5.x for 8.5.17 onwards
- 8.0.x for 8.0.45 onwards
- 7.0.x for 7.0.79 onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61215] NoSuchMethodException in JMX Proxy when accessing to RemoteAddrValve MBeans

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61215

--- Comment #1 from Alexis Hassler <al...@sewatech.fr> ---
PR sent (#66) : 
- replace the getInvalidAuthenticationWhenDeny with
isInvalidAuthenticationWhenDeny in RequestFilterValve 
- replace getAddConnectorPort with isAddConnectorPort in RemoteAddrValve

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org