Maxim Nesen

Results 68 comments of Maxim Nesen

Could you please rebase your PR on top of the current 2.x? It's updated. And re-push the PR. This will fix the copyright issue. Thank you.

Both listed dependencies: ``` org.glassfish.jersey.containers jersey-container-servlet-core 2.28 org.glassfish.jersey.core jersey-client 2.28 ``` do not use `commons-io` in any version. Or at least I do not see any references to the `commons-io`...

@Lorenzo-Bracci, in the description of the issue you are referring to the commit which introduces ``InputStreamWrapper`` in Jersey. This wrapper had made the issue with the first byte corruption in...

Hi @Lorenzo-Bracci, yes, I've already implemented your reproducer, and you are right—the described case is still not fixed in Jersey. The next logical step would be to fix the issue;...

@Lorenzo-Bracci, I've accepted my own challenge to fix it faster, so I have a PR for it. However, the Eclipse infra is not healthy for a moment, and after it...

I was trying to implement the described situation using a list of Attr(s). And when Attr is implemented with a single String argument constructor, then with the only static method...

I've tried your reproducer as is. As per your instructions running ```mvn clean test``` and it works (without any modifications). I presume you've set it up to fail as is,...

Hi @LordOfTheHouse, the 3.1 versions of Jersey implement JAXRS 3.1 spec, which introduces a default Exception Mapper requirement for every JAXRS implementation. That is why the exception is not thrown...