[
http://jira.magnolia-cms.com/browse/MGNLSTK-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Gange updated MGNLSTK-694:
----------------------------------
Summary: ETKRootVirtualURIMapping should only bootstraps on Author
instance. (was: ETKRootVirtualURIMapping should only be bootstraps on Author
instance.)
> ETKRootVirtualURIMapping should only bootstraps 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
> Priority: Major
>
> 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/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------