Skip to content

Feature: Adding Child-parent path in same mapping #152

@ronodhirSoumik

Description

@ronodhirSoumik

Currently as per documentation, strict wildcard rule has to be followed for each URL path mapping-
<mapping path="/a" decorator="decorator.jsp"/>
<mapping path="/a/*" decorator="decorator.jsp"/>

Can we add this feature of mapping both parent-child in same configuration?
<mapping path="/a/*" decorator="decorator.jsp" includeParentPath = true/> \\to consider both \a and path after /a
<mapping path="/a/*" decorator="decorator.jsp" includeParentPath = false/> \\to consider only path after /a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions