<mapping path ="/*/??_??/account/**" decorator="/WEB-INF/decorators/single_column.ftd"/>
<mapping path ="/*/??_??/*/user/profile/edit/*/" decorator="/WEB-INF/decorators/smallest_column.ftd"/>
When I use the url /brasil/BR_pt/account/user/profile/edit/skill/, the first one is selected where I would expect the second one to be selected.
Both are matching, and the second one is longer, so I would assume it to be thought of as more specific. How to handle conflicting decorators best?
Marc