Markus KARG

Results 557 comments of Markus KARG

Please support the use case described in the original descirption, as it is counter-intuitive that this will attach a firewall but not detach it in turn. Thanks.

Kindly requesting to continue our discussion *here*. :-) In particular the question is: What to do with *custom* annotations like `@Tracing` (where possible the annotation author wants to treat it...

> Shouldn't a JAX-RS API for retrieving the effective annotations for a given resource method always use the JAX-RS annotation inheritance rules? Just thinking out loudly. I'm not 100% myself...

Regarding singular / plural: Agreed, we should go with plural. Whether or not we have to deal with custom algorithms at all: I agree that is something missing in the...

> Ok, I've done some more research into this, and I don't think `@Inject UriInfo` was ever supported by Payara. > > See [eclipse-ee4j/jersey#5100](https://github.com/eclipse-ee4j/jersey/issues/5100) > > I am assuming that...

After deeper tests I need to slightly correct the description of this bug. The nature of the bug could better be described like this: * HTTP/2 *respects* the `Timeout` setting,...

The different interpretation of the settings in HTTP/1.1 vs HTTP/2 is not covered *anywhere* in the user manual, and is completely *counterintuitive*: As you can see, dependend on the protocol,...

Giving your explanations a second thought I need to say that what Payara does in the HTTP/2 case is simply a bug: * As long as at least one request...

> I tested the connection timeout for HTTP/1.1 and found no issues. However, for HTTP/2, the problem appears to be a connection timeout being triggered rather than a request timeout....