jax-rs-api
jax-rs-api copied to clipboard
Added status code 308
Added status code 308
Fixes issue #573
RFC 7538 describes the behavior of the HTTP status code 308. While this RFC is quite new it solves an actual problem regarding POST redirections.
And it completes quite well the 307 status code found in the HTTP 1.1 RFC (previously described in the obsolete RFC 2616).
Looks good to me.
@pavelbucek : Can you kindly review the PR ?