Jerome: That seems like a great solution. I took a look at Response.java and I really like that you also added a setLocationRef() method, but kept setRedirectRef() and getRedirectRef(), both for backwards compatibility and because sometimes those methods really do make sense. Very nice!
Thanks, Avi On 6/30/07, Jerome Louvel <[EMAIL PROTECTED]> wrote:
Hi all, There is indeed some ambiguity in the "redirectRef" property name as it indeed is used for resource creations as well (indicated in the Javadocs). In order to clarify this, I've added a "locationRef" property and deprecated "redirectRef" in SVN trunk. I hope this sounds good to everyone, let me know otherwise. Best regards, Jerome

