Issue Type: Bug Bug
Affects Versions: 4.5.12
Assignee: Unassigned
Components: templating
Created: 09/Oct/13 11:40 AM
Description:

Some of the images that we have in our media repository don't get served properly. They throw a PathNotFoundException.

This is caused by an attempt to access the size property which they don't have.

In the Magnolia 4.4.12 version this does not happen.
The difference is caused by that in info.magnolia.module.templating.RenderingFilter

String sizeString = atom.getAttribute("size"); //$NON-NLS-1$

Returns an empty string on no size property and in version 4.5.12
info.magnolia.rendering.engine.RenderingFilter

Property sizeProperty = atom.getProperty("size");

throws a PathNotFoundException



    
Environment: OS X, Java 6, Mysql
Project: Magnolia
Labels: VPRO
Priority: Neutral Neutral
Reporter: Rico Jansen
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]>
----------------------------------------------------------------

Reply via email to