Plomino missing VHM config?
Brought to you by:
ebrehault
Via Christian Ledermann:
At http://plomino.site.com/virtual_hosting/manage_edit
we have a VHM mapping that looks like this:
plomino.site.com/mnt/plomino/plone
For doclinks and view batch navigation, the links generated by Plomino look
like this (wrong):
http://plomino.site.com/mnt/plomino/plone/database/AllProjects
instead of this (correct):
http://plomino.site.com/database/AllProjects
It looks like Plomino puts the `object.getPath()` into the URL instead of using
`object.getURL()`.