You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2007/05/14 17:08:16 UTC

[jira] Created: (VFS-153) Ignore .. at the top level

Ignore .. at the top level
--------------------------

                 Key: VFS-153
                 URL: https://issues.apache.org/jira/browse/VFS-153
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: 1.1
            Reporter: Adam Heath
            Priority: Trivial
         Attachments: feature_ignore-dot-dot-at-top-level.patch

Change UriParser, to ignore .. at the top-level, instead of throwing an exception.  This makes it behave more like unix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-153) Ignore .. at the top level

Posted by "Mario Ivankovits (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495731 ] 

Mario Ivankovits commented on VFS-153:
--------------------------------------

I don't feel comfortable to change things like this ... other to comment about it?
What do the URI spec mean in such case? Not that we are URI spec compliant, but we shouldn't implement new stuff which is totally against it.

> Ignore .. at the top level
> --------------------------
>
>                 Key: VFS-153
>                 URL: https://issues.apache.org/jira/browse/VFS-153
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: 1.1
>            Reporter: Adam Heath
>            Priority: Trivial
>         Attachments: feature_ignore-dot-dot-at-top-level.patch
>
>
> Change UriParser, to ignore .. at the top-level, instead of throwing an exception.  This makes it behave more like unix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-153) Ignore .. at the top level

Posted by "Adam Heath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath updated VFS-153:
---------------------------

    Attachment: feature_ignore-dot-dot-at-top-level.patch

Against svn 501759.

> Ignore .. at the top level
> --------------------------
>
>                 Key: VFS-153
>                 URL: https://issues.apache.org/jira/browse/VFS-153
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: 1.1
>            Reporter: Adam Heath
>            Priority: Trivial
>         Attachments: feature_ignore-dot-dot-at-top-level.patch
>
>
> Change UriParser, to ignore .. at the top-level, instead of throwing an exception.  This makes it behave more like unix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-153) Ignore .. at the top level

Posted by "Adam Heath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496038 ] 

Adam Heath commented on VFS-153:
--------------------------------

So, why not  just use URI/URL directly?  It has all this specified.  What additional features does FileName give?

> Ignore .. at the top level
> --------------------------
>
>                 Key: VFS-153
>                 URL: https://issues.apache.org/jira/browse/VFS-153
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: 1.1
>            Reporter: Adam Heath
>            Priority: Trivial
>         Attachments: feature_ignore-dot-dot-at-top-level.patch
>
>
> Change UriParser, to ignore .. at the top-level, instead of throwing an exception.  This makes it behave more like unix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org