You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "David Sean Taylor (JIRA)" <je...@portals.apache.org> on 2007/07/05 19:37:04 UTC

[jira] Created: (JS2-745) File System Page Manager does not accept folders with dots

File System Page Manager does not accept folders with dots
----------------------------------------------------------

                 Key: JS2-745
                 URL: https://issues.apache.org/jira/browse/JS2-745
             Project: Jetspeed 2
          Issue Type: Bug
    Affects Versions: 2.1.1
            Reporter: David Sean Taylor
            Assignee: David Sean Taylor
             Fix For: 2.1.1


The Castor (File System Page) Manager does not accept folders with dots from all APIs
When determing if a resource is a folder or a file, we were simply checking for dots "." in the path
This is not good enough, as valid folder names can contain dots

-- 
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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Resolved: (JS2-745) File System Page Manager does not accept folders with dots

Posted by "David Sean Taylor (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Sean Taylor resolved JS2-745.
-----------------------------------

    Resolution: Fixed

Instead of checking for dots in path to determine if resource is a folder, we now let the file system determine it

> File System Page Manager does not accept folders with dots
> ----------------------------------------------------------
>
>                 Key: JS2-745
>                 URL: https://issues.apache.org/jira/browse/JS2-745
>             Project: Jetspeed 2
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: David Sean Taylor
>            Assignee: David Sean Taylor
>             Fix For: 2.1.1
>
>
> The Castor (File System Page) Manager does not accept folders with dots from all APIs
> When determing if a resource is a folder or a file, we were simply checking for dots "." in the path
> This is not good enough, as valid folder names can contain dots

-- 
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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org