users@jersey.java.net

Re: [Jersey] Response.Status (doc?) error

From: Marc Hadley <Marc.Hadley_at_Sun.COM>
Date: Fri, 04 Dec 2009 12:09:05 -0500

Thanks for spotting this, its fixed in 1.1:

https://jsr311.dev.java.net/nonav/releases/1.1/index.html

I must have forgotten to update the docs at the "latest" link which I'll fix now.

Marc

On Dec 4, 2009, at 11:07 AM, Robert Koberg wrote:

> 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
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>