[ 
http://jira.xwiki.org/jira/browse/XWIKI-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Vincent Drean updated XWIKI-2102:
--------------------------------------

        Summary: Document.addAttachment allows the use of incorrect filenames  
(was: Document.addAttachment removes the given file extension (removes all 
dots))
    Description: 
since it uses 
- clearName(filename, false, false, getXWikiContext());
should be :
- clearName(filename, false, true, getXWikiContext());

> Document.addAttachment allows the use of incorrect filenames
> ------------------------------------------------------------
>
>                 Key: XWIKI-2102
>                 URL: http://jira.xwiki.org/jira/browse/XWIKI-2102
>             Project: XWiki Core
>          Issue Type: Bug
>    Affects Versions: 1.2.1, 1.3 M1
>            Reporter: Jean-Vincent Drean
>            Priority: Minor
>
> since it uses 
> - clearName(filename, false, false, getXWikiContext());
> should be :
> - clearName(filename, false, true, getXWikiContext());

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to