-
### What is the feature you are proposing?
I am trying to use `hc` with `unjs/ofetch`. Ofetch makes it quite easy to implement a jwt refresh flow, retries, interceptor, etc.. Technically, it does wor…
-
-
I'm trying to test my interceptor logic, whether calling the error reporter (like Sentry), showing toast error, and resetting the auth state if we received a 401 response from our server. The problem …
-
PersistenceContext is not injected in EJB interceptors, and throws NullPointerException when I try to access the EntityManager.
This issue forces me to rewrite all the interceptors.
``` Java
public c…
agori updated
4 years ago
-
It seems it is not possible, contrary to what the docs say, to have multiple subjects for an interceptor to listen to.
I have `INTERCEPTOR_FUNBEAT_USER_MIGRATION: "1;http.post.auth.token,http.post.a…
-
```
Instead of e.g.:
Timer timer = new Timer();
requestInjection(timer); // injects e.g. a Logger
bindInterceptor(Matchers.any(), Matchers.annotatedWith(Timed.class), timer);
...it would be ni…
-
EJB interceptors of a transactional EJB bean should be executed inside the same transaction of the intercepted bean. In BeanTest this doesn't happen because it seems that the TransactionalInterceptor …
agori updated
9 years ago
-
```
The fact that interception doesn't apply to AssistedInject-created classes
violates the principal of least astonishment. At a minimum, we should blow
up if the user's code would have had intercept…
-
Hi
I am working with cpfloadingbar using interceptor. I have few charts with filter when i apply filter or change to other chart cpfloadingbar does not show up at times.can any help me with suggestio…
-
Adding interceptors to Netable will be necessary for working with our mocking libraries.
I think we can be pretty flexible here and offload most of the work to the actual interceptors, but we need …