00350: authorization doesn't work across proxies

Summary: authorization doesn't work across proxies
Created: 2005-03-02 12:55
Status: Closed
Category: Bug
From: Pm
Assigned:
Priority: 4
Version: 2.0.beta25
OS:

Description: Noted by eidolon on irc -- if PmWiki is sitting behind a proxy server then it doesn't generate an appropriate authorization form in session-based authorizations.

The problem is the use of REQUEST_URI versus $PageUrl in the session form. But it's not easily fixed by just using $PageUrl -- one has to preserve any query string parameters as well.