[
http://jira.magnolia.info/browse/MAGNOLIA-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029#action_17029
]
Gregory Joseph commented on MAGNOLIA-2112:
------------------------------------------
Our original implementation was case-sensitive, while this fix delegates to the
{{isNodeType()}} method of {{javax.jcr.Node}}, which doesn't specifiy its
case-sensitiveness (so it is assumed it IS case sensitive)
So I'll changed MockContent in order for it to be case-sensitive as well now.
> DefaultContent.isNodeType() does not delegate to the jcr node
> -------------------------------------------------------------
>
> Key: MAGNOLIA-2112
> URL: http://jira.magnolia.info/browse/MAGNOLIA-2112
> Project: Magnolia
> Issue Type: Bug
> Components: core
> Affects Versions: 3.5.4
> Reporter: Philipp Bracher
> Assignee: Philipp Bracher
> Fix For: 3.6
>
>
> The current implementation checks only against the primary type name while
> the jcr equivalent is more sophisticated. It works for mixins as well as for
> sub types
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------