My apologies for asking what I think should be obvious.
I am using POST to upload files. Works great. When I'm done, I want to
return to a standard GET URL. To do this, I am using:
response.redirectTemporary(newLoc);
My new location is a restlet route (of course!). It appears that the
redirect is getting a POST (remember I'm inside of a POST), and not a GET.
How do I redirect, setLocation, etc. so that the next URL is a GET?
P.S., I tried "?method=get", but I suppose that's getting ignored because
I'm not in a GET.
Thanks much,
Cliff Binstock
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1335863