The following reply was made to PR config/145; it has been noted by GNATS.

From: Marc Slemko <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: config/145
Date: Sun, 27 Apr 1997 21:35:47 -0600 (MDT)

 
 ---------- Forwarded message ----------
 Date: Sun, 27 Apr 1997 15:46:41 -0600 (MDT)
 From: Marc Slemko <[EMAIL PROTECTED]>
 To: [EMAIL PROTECTED]
 Subject: Re: Changed information for PR config/145 (fwd)
 
 ---------- Forwarded message ----------
 Date: Sun, 16 Feb 1997 11:23:06 -0500 (EST)
 From: Eric Litman <[EMAIL PROTECTED]>
 To: [EMAIL PROTECTED]
 Subject: Re: Changed information for PR config/145
 
 # 
 # Synopsis: POST to directory mapped to CGI appears as GET
 # 
 # State-Changed-From-To: open-analyzed
 # State-Changed-By: marc
 # State-Changed-When: Sun Feb 16 02:27:34 PST 1997
 # State-Changed-Why:
 # Can you please send me the exact configuration directives
 # and paths/URLs you are trying to access that show this
 # problem?
 
 Config directives:
 
 DirectoryIndex index.html index.cgi
 ScriptAlias /m/eclips/cgi /e
 
 somefile.html:
        
        <form method=POST action="/">
        ...input variables...
        </form>
 
 Details:
 In '/' resides index.cgi, a symlink to /m/eclips/cgi/uadmin, which
 functions as I would expect when accessed directly. However, when I POST
 to it as '/', the REQUEST_METHOD is in fact GET, no data is sent to
 stdin of the script, and QUERY_STRING is empty.
 
 Let me know if you need anything more.
 
 Thanks!
 
 </eal>
 
 -- 
 Eric A. Litman           Viaduct Technologies, Inc.            Bethesda, MD
 CEO                        http://www.viaduct.com            (301) 493-0220
            digital cellular (PCS) info: http://www.celltalk.com
 
 

Reply via email to