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

Jevgeni Zelenkov (JIRA) jira-events at lists.jboss.org
Wed Apr 18 15:05:18 EDT 2012


     [ https://issues.jboss.org/browse/FORGE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jevgeni Zelenkov updated FORGE-552:
-----------------------------------

    Description: 
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.

  was:
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.


    
> 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