Alberto Ruiz wrote, On 09/10/2007 21:25:
 > 2007/10/7, Dave Anderson <[EMAIL PROTECTED]
 >>
 >> Here is a rough attempt to simply get config entries displayed out
 >> onto the web-based admin page as form fields based on a JSON
 >> version of a ConfigNode based tree.
 >
 > Excellent!  Patched commited to trunk.
 > Any ideas on how to send the changes back to the server?

What about something like..

-------
POST /vserver/default/extension/jpg/directory_root HTTP/1.1
Content-Lenght: 6

/tmp
-------

The only problem would be how to encode the directory paths and the
regular expressions because of the slashes in the URL.. so maybe it
would be better to use something like this:

-------
POST / HTTP/1.1
Content-Lenght: 52

server!default!extension!jpg!directory_root = /tmp
-------

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to