Creating a bypass of type info.magnolia.voting.voters.URIPatternVoter makes
installation un-usable
--------------------------------------------------------------------------------------------------
Key: MAGNOLIA-4132
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-4132
Project: Magnolia
Issue Type: Bug
Security Level: Public
Affects Versions: 4.5.1
Reporter: Kimmo Björnsson
Priority: Critical
It's just to create a bypass of type URIPatternVoter and all requests renders
this error. This is a blocking bug for us since much of our application design
relies on this.
{code}
java.lang.NullPointerException
info.magnolia.voting.voters.URIPatternVoter.boolVote(URIPatternVoter.java:63)
info.magnolia.voting.voters.AbstractBoolVoter.vote(AbstractBoolVoter.java:63)
info.magnolia.voting.DefaultVoting.vote(DefaultVoting.java:57)
info.magnolia.cms.filters.AbstractMgnlFilter.bypasses(AbstractMgnlFilter.java:127)
info.magnolia.cms.filters.AbstractMgnlFilter.matches(AbstractMgnlFilter.java:98)
info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper.matches(SafeDestroyMgnlFilterWrapper.java:100)
info.magnolia.cms.filters.MgnlFilterDispatcher.doDispatch(MgnlFilterDispatcher.java:66)
info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:108)
info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:94)
{code}
--
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]>
----------------------------------------------------------------