On Mon, 16 Jul 2007 8:44 pm, Praveen Ray wrote:
How would I read the xml data sent, in a mod-perl2 response Handler?
$r->param() wouldn't help since the Request Type is not set to
"application/x-www-form-urlencoded"
I'm thinking some way to reading raw-data using $r and then parsing it
myself i
Hello Everyone
I've a javascript client library sending text/xml data like this:
var myRequest = new jsx3.net.Request();
myRequest.open("POST","http://myServlet";);
myRequest.send(myDocument.getXML());
where jxs3.net.Request is an abstraction built over XMLHttp(It's
Tibco GI javascript library i
On Jul 16, 2007, at 3:53 PM, Thomas Hilbig wrote:
Does anyone have any MP code to extend the
functionality of the mod_autoindex to include a new
filter that is based on files that are before or after
a last-modified date?
Please excuse my lack of MP handler experience, I
don't know how easy (o
Raymond Wan wrote:
I'm not an expert on this, but looked into this briefly as I was worried
about the level of support. From asking around, it seems that you can
install 32-bit Linux on a 64-bit machine, but of course, you lose all
the benefits of the 64 bits (access to larger disks and more m
Does anyone have any MP code to extend the
functionality of the mod_autoindex to include a new
filter that is based on files that are before or after
a last-modified date?
Please excuse my lack of MP handler experience, I
don't know how easy (or not) this would be. It seems
that this kind of filt