[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7822) Deployment from workspace metadata does not work when workspace path contains space character

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Mon Dec 13 09:43:53 EST 2010


    [ https://issues.jboss.org/browse/JBIDE-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569628#comment-12569628 ] 

Snjezana Peco commented on JBIDE-7822:
--------------------------------------

URLEncoder isn't appropriate because it encodes the complete string (it encodes ':' from "file:/", for instance). 
Windows file separator (\\) has to be converted to / because URL specification doesn't allow \\. If we wouldn't do this conversion URI.toASCIIString() would encode \\  and we would get an invalid url.
We can do this conversion only for Windows.

> Deployment from workspace metadata does not work when workspace path contains space character
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-7822
>                 URL: https://issues.jboss.org/browse/JBIDE-7822
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.2.0.Beta2
>         Environment: WinXP, Linux x86
>            Reporter: Dominik Pospisil
>            Assignee: Snjezana Peco
>            Priority: Critical
>             Fix For: 3.2.0.CR1
>
>         Attachments: o.j.ide.eclipse.as.core.patch
>
>
> Deployment from workspace metadata does not work when workspace path contains space character.
> Steps to reproduce:
> 1) create empty workspace on a path containing space character
> 2) create web project
> 3) try to deploy on a server with workspace metadata deployment
> No error logged, but nothing happens. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list