You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2009/06/19 10:19:07 UTC

[jira] Created: (GERONIMO-4698) Jetty7 could not handle the not existed temp path

Jetty7 could not handle the not existed temp path
-------------------------------------------------

                 Key: GERONIMO-4698
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4698
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Jetty
    Affects Versions: 2.2
            Reporter: Ivan
             Fix For: 2.2


While starting the module dojo-legacy, Jetty failed to create the temp path passed in. Like d:/g/var/jetty/dojo/0.4.
For it uses dir.mkdir() not mkdirs() to create the folder.

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


[jira] Updated: (GERONIMO-4698) Jetty7 could not handle the non-existed temp path

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

Ivan updated GERONIMO-4698:
---------------------------

    Summary: Jetty7 could not handle the non-existed temp path  (was: Jetty7 could not handle the not existed temp path)

> Jetty7 could not handle the non-existed temp path
> -------------------------------------------------
>
>                 Key: GERONIMO-4698
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4698
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 2.2
>            Reporter: Ivan
>             Fix For: 2.2
>
>
> While starting the module dojo-legacy, Jetty failed to create the temp path passed in. Like d:/g/var/jetty/dojo/0.4.
> For it uses dir.mkdir() not mkdirs() to create the folder.

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


[jira] Commented: (GERONIMO-4698) Jetty7 could not handle the non-existed temp path

Posted by "Ivan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722134#action_12722134 ] 

Ivan commented on GERONIMO-4698:
--------------------------------

Commit the workaround codes At revision: 786754.
So, it seems that it is better to do this in Jetty7's codes.
Do we need to open a JIRA to Jetty7, any comment ?
Thanks !

> Jetty7 could not handle the non-existed temp path
> -------------------------------------------------
>
>                 Key: GERONIMO-4698
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4698
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 2.2
>            Reporter: Ivan
>             Fix For: 2.2
>
>
> While starting the module dojo-legacy, Jetty failed to create the temp path passed in. Like d:/g/var/jetty/dojo/0.4.
> For it uses dir.mkdir() not mkdirs() to create the folder.

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


[jira] Resolved: (GERONIMO-4698) Jetty7 could not handle the non-existed temp path

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

Ivan resolved GERONIMO-4698.
----------------------------

    Resolution: Fixed
      Assignee: Ivan

Update the changes with replacing all the '/' with '_', so that make sure only one single folder is needed.
Commit the changes at revision: 787181

> Jetty7 could not handle the non-existed temp path
> -------------------------------------------------
>
>                 Key: GERONIMO-4698
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4698
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 2.2
>            Reporter: Ivan
>            Assignee: Ivan
>             Fix For: 2.2
>
>
> While starting the module dojo-legacy, Jetty failed to create the temp path passed in. Like d:/g/var/jetty/dojo/0.4.
> For it uses dir.mkdir() not mkdirs() to create the folder.

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