Re: Apache::ASP grabbing STDIN

2004-03-24 Thread scott
w, I would suggest using HTML::Mason install of Apache::ASP with Freeside 1.4.1. -- Scott Langley [EMAIL PROTECTED] Systems Administrator Rural Network Services --Forwarded message -- From: [EMAIL PROTECTED] To: Josh Chamas <[EMAIL PROTECTED]> Subject: Re: Apache::

Re: Apache::ASP grabbing STDIN

2004-03-20 Thread scott
Josh Chamas writes: I did this hack for Apache::ASP so that people could more easily port CGI script by just wrapping <% %> around them. Since Apache::ASP calls read() and consumes the input, I don't see how I could get it to work with Apache::Request, but I am not sure it is something developer

Re: Apache::ASP grabbing STDIN

2004-03-19 Thread Josh Chamas
Stas Bekman wrote: Lincoln might be not very happy to add yet another special case (though you should ask him of course). Perhaps the easier transparent solution is to have Apache::ASP override $r->read()? After all CGI.pm is probably not the only module that will have this problem under A-ASP.