ETKRootVirtualURIMapping should only be bootstrappes on Author instance.
------------------------------------------------------------------------
Key: MGNLSTK-694
URL: http://jira.magnolia-cms.com/browse/MGNLSTK-694
Project: Magnolia Standard Templating Kit
Issue Type: Bug
Components: base system
Affects Versions: 1.3.5
Reporter: Christian Ringele
Assignee: Ondřej Chytil
The ETKRootVirtualURIMapping is used in
'/modules/adminInterface/virtualURIMapping/default' and set to this property by
the ETKModuleVersionHandler:
{code}
private CheckAndModifyPropertyValueTask setDefaultVirtualURIMapping = new
CheckAndModifyPropertyValueTask("ETK default virtual uri mapping", "",
"config", "/modules/adminInterface/virtualURIMapping/default", "class",
DefaultVirtualURIMapping.class.getName(),
ETKRootVirtualURIMapping.class.getName());
{code}
But the ETKRootVirtualURIMapping makes only sense on a author system, and not
on a public.
Therefore it should only be set to the property by the VersionHandler on a
author system.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------