[ 
https://issues.apache.org/jira/browse/TOBAGO-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754611#comment-13754611
 ] 

Hudson commented on TOBAGO-1298:
--------------------------------

SUCCESS: Integrated in tobago-trunk #1091 (See 
[https://builds.apache.org/job/tobago-trunk/1091/])
TOBAGO-1298: Re-implement TobagoConfigParser
TOBAGO-1171: Support for the Content Security Policy (CSP) 
- config: new it's possible to add or replace resource entries
- config: replace by empty list disables CSP
- CSP is enabled by default, now (lofwyr: 
http://svn.apache.org/viewvc/?view=rev&rev=1518930)
* 
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/config/TobagoConfig.java
* 
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigFragment.java
* 
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java
* 
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
* 
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigSorter.java
* 
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java
* 
/myfaces/tobago/trunk/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-2.0.xsd
* 
/myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/internal/config/TobagoConfigMergingUnitTest.java
* /myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-0.xml
* /myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-1.xml
* /myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-2.0.xml
* /myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-merge-0.xml
* /myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-merge-1.xml
* /myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-merge-2.xml
* 
/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
* 
/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-object/object.js
* 
/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/PageRenderer.java
* 
/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml

                
> Re-implement TobagoConfigParser
> -------------------------------
>
>                 Key: TOBAGO-1298
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1298
>             Project: MyFaces Tobago
>          Issue Type: Task
>          Components: Core
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>
> The new parser uses plain Java (SAX) for reading the configuration.
> So, we no longer need the "digester".
> Removing the old TobagoThemeParser. The tobago-theme.xml is part of 
> tobago-config.xml since Tobago 1.5.x

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to