You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Scott Ellentuch <ap...@ttsg.com> on 1999/04/14 23:52:49 UTC

mod_rewrite/4247: mod_rewrite of cgi's looses information passed to cgi

>Number:         4247
>Category:       mod_rewrite
>Synopsis:       mod_rewrite of cgi's looses information passed to cgi
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Apr 14 17:10:01 PDT 1999
>Last-Modified:
>Originator:     apache@ttsg.com
>Organization:
apache
>Release:        1.3.6
>Environment:
BSDI 4.0.1, shipped compiler
>Description:
I have the following :


RewriteEngine On
RewriteRule ^/lcgi-bin/wwwjoin/admin/www800.cgi http://aserver.karupspc.com/lcgi
-bin/wwwjoin/admin/www800.cgi [R,L]
RewriteRule ^/lcgi-bin/wwwjoin/signup.cgi http://aserver.karupspc.com/lcgi-bin/w
wwjoin/signup.cgi [R,L]
RewriteRule ^/lcgi-bin/ttsgvalidate.cgi http://aserver.karupspc.com/lcgi-bin/tts
gvalidate.cgi [R,L] 

However, whenever I access http://bserver.karupspc.com/lcgi-bin/wwwjoin/signup.cgi
it'll redirect to http://aserver.karupspc.com/lcgi-bin/wwwjoin/signup.cgi but
not pass any of the form data.
>How-To-Repeat:
Create form, put rules in server b, access form on server b, when it redirects to
server a all data is lost.
>Fix:
No
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]