00597: Attach: to a fully qualified pagename yields upload instead of download

Summary: Attach: to a fully qualified pagename yields upload instead of download
Created: 2005-11-18 09:52
Status: Closed
Category: Bug
From: Henning
Assigned:
Priority: 4
Version: 2.0.11
OS: Windows XP/Apache 2

Description: With direct downloads disabled, Attach: to a fully qualified pagename yields an upload instead of a download though the file in fact exists on the specified page.

This only happens if I use per-page uploads, per-group uploads can be referenced fine.

The URI generated by the calling page is:

  • http://foo.bar/pmwiki.php/QM/Schulungen?action=upload&upname=haccp20030520.ppt

It should be:

  • http://foo.bar/pmwiki.php/QM/Schulungen?action=download&upname=haccp20030520.ppt

It's actually 00588 that is giving me a major headache, but trying to work around that by enabling direct downloads has made me stumble upon this issue.

--Henning November 18, 2005, at 09:54 AM


It works in pmwiki-2.2.0-beta68 now, so I'm closing this PITS.

--Henning February 23, 2009, at 09:01 AM