Creating an attachment without corresponding parent page should be impossible
-----------------------------------------------------------------------------
Key: JSPWIKI-162
URL: https://issues.apache.org/jira/browse/JSPWIKI-162
Project: JSPWiki
Issue Type: Bug
Components: Core & storage
Reporter: Janne Jalkanen
It's possible to create an attachment without corresponding parent page, if
getFInalPageName() returns true. This is true e.g. when english plurals
checking is on. So, you might think about attaching to "FooBars", but in
reality the page is "FooBar", and you get attachments in the wrong place. This
can happen with bots or badly behaving user agents.
The end result is that the attachments are impossible to delete or manipulate
using the UI.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.