trinidad-config.xml's parser should greedily trim white spaces for some 
properties
----------------------------------------------------------------------------------

                 Key: TRINIDAD-638
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-638
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.0.2-core, 1.2.2-core
            Reporter: Simon Lessard
            Priority: Minor


Currently, the parser does not get rid of leading and trailing white spaces 
greedily enough, resulting in some bad configuration setting for correct 
looking XML file. Namely, the following will result in an error:

<skin-family>
  #{view.locale.language == 'en' ? 'someEnglishSkin' : 'someOtherSkin'}
</skin-family>

while the following works:

<skin-family>#{view.locale.language == 'en' ? 'someEnglishSkin' : 
'someOtherSkin'}</skin-family>

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

Reply via email to