You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2016/01/27 15:33:39 UTC

[jira] [Comment Edited] (SLING-5455) Add helper class to construct valid paths

    [ https://issues.apache.org/jira/browse/SLING-5455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119305#comment-15119305 ] 

Robert Munteanu edited comment on SLING-5455 at 1/27/16 2:33 PM:
-----------------------------------------------------------------

Moved under bundles/extensions/commons in [r1727058|https://svn.apache.org/r1727058]

_edit_: typo


was (Author: rombert):
Moved under bundles/extensions/commons in [rr1727058|https://svn.apache.org/r1727058]

> Add helper class to construct valid paths
> -----------------------------------------
>
>                 Key: SLING-5455
>                 URL: https://issues.apache.org/jira/browse/SLING-5455
>             Project: Sling
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Robert Munteanu
>            Assignee: Robert Munteanu
>            Priority: Minor
>             Fix For: Commons 1.0.0
>
>
> When working with paths it's easy to combine two valid paths into an invalid one. For instance
> * '/parent/' + '/child' -> '/parent//child'
> * '/parent' + 'child' -> '/parentchild'
> We should add a simple helper class which allows to build paths, with a fluent syntax.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)