Jan Luehe
Jan Luehe
Has there been any consideration given to restore/preserve the whitespace character separating the `charset=` from the semicolon (trailing the MIME type) in the `Content-Type` header? Or could this be made...
See https://github.com/eclipse/transformer/issues/606
See https://github.com/eclipse/transformer/issues/355#issuecomment-2112682325 for motivation
When migrating from Jersey 1.x to Jersey 2.x, what is the replacement of `com.sun.jersey.api.client.TerminatingClientHandler` or the more generic `com.sun.jersey.api.client.ClientHandler`? Is there a similar concept in Jersey 2, and if not,...