Discussion:
[jira] [Created] (COCOON3-120) NekoGenerator is loosing encoding
Thorsten Scherler (JIRA)
2013-02-18 13:37:12 UTC
Permalink
Thorsten Scherler created COCOON3-120:
-----------------------------------------

Summary: NekoGenerator is loosing encoding
Key: COCOON3-120
URL: https://issues.apache.org/jira/browse/COCOON3-120
Project: Cocoon 3
Issue Type: Bug
Components: cocoon-optional
Reporter: Thorsten Scherler


We need to be able to change the default-encoding of the NekoGenerator.

--
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
Francesco Chicchiriccò (JIRA)
2013-02-18 13:41:12 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò updated COCOON3-120:
-------------------------------------------

Fix Version/s: 3.0.0-beta-1
Post by Thorsten Scherler (JIRA)
NekoGenerator is loosing encoding
----------------------------------
Key: COCOON3-120
URL: https://issues.apache.org/jira/browse/COCOON3-120
Project: Cocoon 3
Issue Type: Bug
Components: cocoon-optional
Reporter: Thorsten Scherler
Fix For: 3.0.0-beta-1
We need to be able to change the default-encoding of the NekoGenerator.
--
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
Thorsten Scherler (JIRA)
2013-02-18 13:47:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thorsten Scherler closed COCOON3-120.
-------------------------------------

Resolution: Fixed
Post by Thorsten Scherler (JIRA)
NekoGenerator is loosing encoding
----------------------------------
Key: COCOON3-120
URL: https://issues.apache.org/jira/browse/COCOON3-120
Project: Cocoon 3
Issue Type: Bug
Components: cocoon-optional
Reporter: Thorsten Scherler
Fix For: 3.0.0-beta-1
We need to be able to change the default-encoding of the NekoGenerator.
--
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
Hudson (JIRA)
2013-02-18 14:13:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580618#comment-13580618 ]

Hudson commented on COCOON3-120:
--------------------------------

Integrated in Cocoon 3.0 #235 (See [https://builds.apache.org/job/Cocoon%203.0/235/])
COCOON3-120
Making nekoGenerator configurable. You can now inject the default encoding via the sitemap like:
<map:generate src="{global:host}.html" type="html">
<map:parameter name="default-encoding" value="UTF-8"/>
</map:generate> (Revision 1447255)

Result = SUCCESS
thorsten : http://svn.apache.org/viewvc/?view=rev&rev=1447255
Files :
* /cocoon/cocoon3/trunk/cocoon-optional/src/main/java/org/apache/cocoon/optional/pipeline/components/sax/neko/NekoGenerator.java
Post by Thorsten Scherler (JIRA)
NekoGenerator is loosing encoding
----------------------------------
Key: COCOON3-120
URL: https://issues.apache.org/jira/browse/COCOON3-120
Project: Cocoon 3
Issue Type: Bug
Components: cocoon-optional
Reporter: Thorsten Scherler
Fix For: 3.0.0-beta-1
We need to be able to change the default-encoding of the NekoGenerator.
--
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
Hudson (JIRA)
2013-02-19 13:21:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON3-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581256#comment-13581256 ]

Hudson commented on COCOON3-120:
--------------------------------

Integrated in Cocoon 3.0 #236 (See [https://builds.apache.org/job/Cocoon%203.0/236/])
COCOON3-120
Making nekoGenerator configurable. You can now inject the default encoding via spring like:
<bean name="generator:html" class="org.apache.cocoon.optional.pipeline.components.sax.neko.NekoGenerator" scope="prototype" >
<property name="defaultEncoding" value="UTF-8"/>
</bean> (Revision 1447674)

Result = SUCCESS
thorsten : http://svn.apache.org/viewvc/?view=rev&rev=1447674
Files :
* /cocoon/cocoon3/trunk/cocoon-optional/src/main/java/org/apache/cocoon/optional/pipeline/components/sax/neko/NekoGenerator.java
Post by Thorsten Scherler (JIRA)
NekoGenerator is loosing encoding
----------------------------------
Key: COCOON3-120
URL: https://issues.apache.org/jira/browse/COCOON3-120
Project: Cocoon 3
Issue Type: Bug
Components: cocoon-optional
Reporter: Thorsten Scherler
Fix For: 3.0.0-beta-1
We need to be able to change the default-encoding of the NekoGenerator.
--
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
Loading...