[forge-issues] [JBoss JIRA] (FORGE-552) Escaping of selected characters doesn't work

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Mon Apr 23 12:10:18 EDT 2012


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

Lincoln Baxter III commented on FORGE-552:
------------------------------------------

Hmmm. Actually yes, that's a good idea. It would probably need to depend on OsUtils - https://github.com/forge/core/blob/master/shell-api/src/main/java/org/jboss/forge/shell/util/OSUtils.java
                
> Escaping of selected characters doesn't work
> --------------------------------------------
>
>                 Key: FORGE-552
>                 URL: https://issues.jboss.org/browse/FORGE-552
>             Project: Forge
>          Issue Type: Bug
>          Components: Forge Build
>    Affects Versions: 1.0.2.Final
>         Environment: Ubuntu 10.04 i686
>            Reporter: Jevgeni Zelenkov
>
> This is related to the https://issues.jboss.org/browse/FORGE-43 issue.
> The following characters in file names should be escaped by the forge completion:
> \* ? = ' " { } \ $ ! & ; ( ) < > |
> also: TAB-char (yes, I know it is stupid, but possible)
> First two (*, ?) are used internally as wildcard chars, so should be allowed to be used escaped as well as unescaped.
> = char doesn't need to be escaped neither on linux nor on windows but somehow forge fails to work with files containing = (at least on my ubuntu).
> Windows has a slightly different set of chars to be escaped (from wikipedia, not actually tested):
> ' " = & | ( ) < > ^
> This issue is added for completeness.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list