[MAGNOLIA-5056] I18nNodeWrapper should throw PathNotFoundException if the property doesn't exist Created: 23/May/13  Updated: 19/May/22  Resolved: 19/May/22

Status: Closed
Project: Magnolia
Component/s: core
Affects Version/s: 4.5.7
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: Tobias Mattsson Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: next
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Description   

To follow the contract of Node.getProperty() it must not return null. When it does this leads to a NPE.

Here's a stacktrace for attempting to find a missing mgnl:template property.

Caused by: java.lang.NullPointerException
at info.magnolia.jcr.wrapper.DelegatePropertyWrapper.getString(DelegatePropertyWrapper.java:163)
at info.magnolia.cms.core.MetaData.getStringProperty(MetaData.java:408)
at info.magnolia.cms.core.MetaData.getTemplate(MetaData.java:322)

In 4.5 the call ends up in info.magnolia.cms.core.NonExistingNodeData#getJCRProperty() which always returns null.

In 5.0 i believe this doesn't happen because info.magnolia.cms.i18n.AbstractI18nContentSupport#getProperty doesn't seem to ever return null. Please double-check to make sure.



 Comments   
Comment by Roman Kovařík [ 19/May/22 ]

Hello,

This ticket is now marked as closed due to one of the following reasons:

  • A long period of inactivity
  • Uses an old or Beta version of an application, module, or framework that we no longer support
  • The issue is no longer reproducible or has been fixed in later versions

If you are still facing a problem or consider this issue still relevant, please feel free to re-open the ticket and we will reach out to you.

Thank you,
The Magnolia Team

Generated at Mon Feb 12 04:01:34 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.