m�n 2003-06-02 klockan 14.31 skrev Gerard Eviston: > > In the long run this should probably be using a more expressive format > > syntax to allow other information than the original URL to be > > inserted into the redirected URL. > > Can you please take a look at the attached patch - not sure if it's The Right > Thing but it adds functionality for extra info in the URL.
Looking reasonable, but data inserted into URLs need to be URL escaped with rfc1738_escape_part() (not rfc1738_escape) before it is inserted into the URL or else there will be issues in most uses.. while data inserted into error pages need to be escaped by rfc1738_escape(). Regards Henri -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB
