quickly test a block using maven-jetty-plugin.
Robby
From: Robby Pelssers [mailto:robby.pelss...@nxp.com]
Sent: Wednesday, June 06, 2012 1:37 PM
To: dev@cocoon.apache.org
Subject: RE: issue with form encoding C2.2
One step closer to proving the issue:
The SettingsBeanFactoryPostProcessor.java preInit
.UrlResource@5795}"URL
[jar:file:/c:/development/mavenrepository/org/apache/cocoon/cocoon-core/2.2.0/cocoon-core-2.2.0.jar!/META-INF/cocoon/properties/core.properties]"
From: Robby Pelssers [mailto:robby.pelss...@nxp.com]
Sent: Wednesday, June 06, 2012 1:27 PM
To: dev@cocoon.apache.org
S
the spring
configurator and I suspect this will confirm the issue. Will get back on this
today.
Robby
From: Javier Puerto [mailto:jpue...@gmail.com]
Sent: Wednesday, June 06, 2012 1:23 PM
To: dev@cocoon.apache.org
Subject: Re: issue with form encoding C2.2
Hi Robby,
Maybe it's help
Hi Robby,
Maybe it's helps, by default Tomcat uses ISO-8859-1 for URL encoding so GET
parameters will be affected.
http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q1
We had similar issues before and was fixed configuring the Tomcat connector
as UTF-8.
Salu2
2012/6/6 Robby Pelssers
> I did
I did found a workaround by the way…
If you add an extra request parameter called cocoon-form-encoding and set it to
utf-8 it will work
Snippet from RequestProcessor.java:
protected Environment getEnvironment(String uri,
HttpServletRequest req,