I grepped the source to see if there were any comments anywhere in Subversion but didn't find any mention of it. I also looked in the issue tracker and Wiki. Is this on the radar?
Weston Ruter
unread,
Sep 25, 2007, 9:17:44 PM9/25/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webf...@googlegroups.com
I have been thinking about that functionality, but I've been having a hard time coming up with a solution that is technically viable. It is straightforward to encode data as application/x-www-form+xml and post it via XMLHttpRequest, but I am unsure of how to do so by means of form submission. Using XMLHttpRequest isn't a viable solution because it cannot redirect the browser to the URL requested (as far as I know).