Hi,
Probably not the right place, but in javax.ws.rs.core.Response.Status, at
https://jsr311.dev.java.net/nonav/javadoc/index.html
the status for 'moved permanently' is incorrect, at least in the javadoc. It indicates:
MOVED_PERMANENTLY
303 See Other, see HTTP/1.1 documentation.
when 303 is for 'see other'. It should be the int 301. Or is there a reason why it is 303? (since they seem to be the same?)
best,
-Rob