You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an idea for improvement that would have prevented something like #1083 from happening.
In that issue, Servlet API 3.1 introduced two new abstract methods to ServletOutputStream that were unimplemented in our code -- and everything was OK until someone tried to call one of them.
I believe that muzzle should fail for an instrumentation if one of our classes that implements/extends some lib/framework class has missing methods.
The text was updated successfully, but these errors were encountered:
This is an idea for improvement that would have prevented something like #1083 from happening.
In that issue, Servlet API 3.1 introduced two new abstract methods to
ServletOutputStream
that were unimplemented in our code -- and everything was OK until someone tried to call one of them.I believe that muzzle should fail for an instrumentation if one of our classes that implements/extends some lib/framework class has missing methods.
The text was updated successfully, but these errors were encountered: