I gotta quit working in trunk all the time. setRedirectRef(...) does the same thing in 1.0.5, but is deprecated in trunk (1.1 and forward), I assume because Location: gets used for other things than redirects (e.g. creates).
----- Original Message ----- From: "Jim Alateras" <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, September 6, 2007 10:10:31 PM (GMT-0500) America/New_York Subject: Re: setting the location header > response.setStatus(Status.SUCCESS_CREATED); > response.setLocationRef(yourCreatedURIString); > Is the setLocationRef method part of 1.0.5 release? cheers </jima>

