Ticket #15082 (new Bug)
Opened 20 months ago
Deletion of objects in folder_contents fails for virtual hosting
Reported by: | mawo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.3 |
Keywords: | VHM, FolderContents | Cc: |
Description
Due to changes of the deleteObjectsByPaths method from Products.CMFPlone.PloneTool in Plone 4.3.3 the deletion of objects through the folder_contents template fails for sites using virtual hosting. The reason is the use of absolute_url_path(). This should be replaced with getPhysicalPath(). As read in different other tickets absolute_url_path() seems not be robust against virtual hosting.
Note: See
TracTickets for help on using
tickets.