users@jersey.java.net

Response.Status (doc?) error

From: Robert Koberg <rob_at_koberg.com>
Date: Fri, 4 Dec 2009 08:07:03 -0800

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