You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Will McKinley (JIRA)" <ji...@apache.org> on 2008/06/03 18:22:45 UTC

[jira] Created: (CXF-1626) CodegenUtils.java needs to use URLDecoder to decode path for Windows

CodegenUtils.java needs to use URLDecoder to decode path for Windows
--------------------------------------------------------------------

                 Key: CXF-1626
                 URL: https://issues.apache.org/jira/browse/CXF-1626
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.0.6
         Environment: Windows XP, running Maven embedder in Netbeans.
            Reporter: Will McKinley


Getting FileNotFoundException from CodegenUtils because it is translating spaces in path to %20 ascii encoding.

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


[jira] Commented: (CXF-1626) CodegenUtils.java needs to use URLDecoder to decode path for Windows

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603140#action_12603140 ] 

Daniel Kulp commented on CXF-1626:
----------------------------------

Is there a full stack trace for this?




> CodegenUtils.java needs to use URLDecoder to decode path for Windows
> --------------------------------------------------------------------
>
>                 Key: CXF-1626
>                 URL: https://issues.apache.org/jira/browse/CXF-1626
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0.6
>         Environment: Windows XP, running Maven embedder in Netbeans.
>            Reporter: Will McKinley
>
> Getting FileNotFoundException from CodegenUtils because it is translating spaces in path to %20 ascii encoding.

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


[jira] Resolved: (CXF-1626) CodegenUtils.java needs to use URLDecoder to decode path for Windows

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

Daniel Kulp resolved CXF-1626.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.9
                   2.1.3


This is resolved.  As part of  CXF-1753, the CodegenUtils stuff was completely illiminated.

> CodegenUtils.java needs to use URLDecoder to decode path for Windows
> --------------------------------------------------------------------
>
>                 Key: CXF-1626
>                 URL: https://issues.apache.org/jira/browse/CXF-1626
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0.6
>         Environment: Windows XP, running Maven embedder in Netbeans.
>            Reporter: Will McKinley
>             Fix For: 2.1.3, 2.0.9
>
>
> Getting FileNotFoundException from CodegenUtils because it is translating spaces in path to %20 ascii encoding.

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