Benoît Allard
Benoît Allard
Thanks for the hint. That class might be a place to start looking at: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-jersey-2.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxrs/v2_0/JerseyRequestContextInstrumentation.java
Got it. Using a JAX-RS ContainerRequestFilter, one can request the best_matching_pattern. You'll need to _inject_ the ServletRequest to set the attribute. Then you can use the `SentryTracingFilter` out of the...
In #406, I took the `pair` part of this merge-request.
@amitgandole No, sadly, somehow the intent we're waiting on (`ACTION_PAIRING_REQUEST`) doesn't get triggered. @stakutis, did it ever worked ?
@lepture It's a bit more than just a documentation update, as the feature advertised does not work anymore, and there is no way to make it work as described. The...
FYI, I got around the problem by installing `pip-system-certs` (Really, just adding it to my env, no modifications to my sourcecode).
I just bumped to 3.3 (security 6.3), and it seems to work, so I will close that ticket.
I (finally) updated my spring-security dependencies, and LDAP Logins stopped working. My test is working fine, but when running under the application server (tomcat), the different classloader makes it so...
The following AuthenticationProvider wrapper solved the issue for me: ``` java public class ClassLoaderAuthenticationProviderWrapper implements AuthenticationProvider { private final AuthenticationProvider itsAuthenticationProvider; public ClassLoaderAuthenticationProviderWrapper(AuthenticationProvider aAuthenticationProvider) { itsAuthenticationProvider = aAuthenticationProvider; } @Override...
You're correct, it doesn't find all the cards in the pictures.