Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JerseyInvocation should override toString() #4270

Open
thomasmey opened this issue Sep 23, 2019 · 1 comment
Open

JerseyInvocation should override toString() #4270

thomasmey opened this issue Sep 23, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@thomasmey
Copy link

Hi,

JerseyInvocation should override toString() with a sensible implementation. so if you log a given JerseyInvocation object it should at least print the request URI and the method of the contained requestContext.

@jansupol
Copy link
Contributor

jansupol commented Oct 4, 2019

Hi, sure, we would welcome your PR.

@jansupol jansupol added the enhancement New feature or request label Oct 4, 2019
thomasmey added a commit to thomasmey/jersey-1 that referenced this issue Apr 9, 2020
Override toString() with a sensible implementation.
So if you log a given JerseyInvocation object at least the request method and
URI of the contained requestContext is printed.

See issue eclipse-ee4j#4270
thomasmey added a commit to thomasmey/jersey-1 that referenced this issue Apr 19, 2020
Override toString() with a sensible implementation.
So if you log a given JerseyInvocation object at least the request method and
URI of the contained requestContext is printed.

See issue eclipse-ee4j#4270

Signed-off-by: Thomas Meyer <[email protected]>
thomasmey pushed a commit to thomasmey/jersey-1 that referenced this issue Apr 19, 2020
Override toString() with a sensible implementation.
So if you log a given JerseyInvocation object at least the request method and
URI of the contained requestContext is printed.

See issue eclipse-ee4j#4270

Signed-off-by: Thomas Meyer <[email protected]>
thomasmey pushed a commit to thomasmey/jersey-1 that referenced this issue Apr 25, 2020
Override toString() with a sensible implementation.
So if you log a given JerseyInvocation object at least the request method and
URI of the contained requestContext is printed.

See issue eclipse-ee4j#4270

Signed-off-by: Thomas Meyer <[email protected]>
jansupol pushed a commit that referenced this issue May 11, 2020
Override toString() with a sensible implementation.
So if you log a given JerseyInvocation object at least the request method and
URI of the contained requestContext is printed.

See issue #4270

Signed-off-by: Thomas Meyer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants