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

Add inspection of HTTP return codes in REST proxy #36

Closed
timmolter opened this issue Jan 23, 2013 · 2 comments
Closed

Add inspection of HTTP return codes in REST proxy #36

timmolter opened this issue Jan 23, 2013 · 2 comments

Comments

@timmolter
Copy link
Member

The REST proxy uses practically unchanged (just a bit simplified) HttpTemplate, which uses URLConnection that is really a HttpURLConnection, which has a getResponseCode() method. But HttpTemplate doesn't currently check the response code or provide means to access it through the rest framework.

@timmolter
Copy link
Member Author

I added response code log at debug level.

@timmolter
Copy link
Member Author

merge with #38

earce pushed a commit that referenced this issue Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant