hi
i'm currently using a version of downloadmanager, and was running  
into the problem that any filename with a '+' in it causes  
RetrieveAuthPage to fail.

for instance, blah+.txt leads to the following error, while blah-.txt  
or blah.txt download successfully.

        PmWiki can't process your request
        ?requested file not found
        We are sorry for any inconvenience.

this is what the code in download manager looks like:
$page = RetrieveAuthPage($pagename, $auth, true, READPAGE_CURRENT);
if (!$page) Abort("?cannot read $pagename");

is RetrieveAuthPage working the way it should? any idea on whether  
there's a workaround for this?
will i need to filter my users' filenames to remove any plusses (+)  
in them?

thanks
adam

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to