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

Violeta Georgieva <violet...@apache.org> changed:

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

--- Comment #1 from Violeta Georgieva <violet...@apache.org> ---
Hello,

In Javamelody web fragment, the filter MonitoringFilter must specify dispatcher
type ASYNC.

Regards,
Violeta


E.g.
    <filter-mapping>
        <filter-name>javamelody</filter-name>
        <url-pattern>/*</url-pattern>
                <dispatcher>REQUEST</dispatcher>
                <dispatcher>ASYNC</dispatcher>
    </filter-mapping>

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to