Antonio Gallardo wrote:
Now, I am facing a new problem in the portal block. I am using 1.3.1_12. Here is the error:
/home/agallardo/workspace/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portlet/ManagedCocoonPortlet.java:382:
decode(java.lang.String) in java.net.URLDecoder cannot be applied to
(java.lang.String,java.lang.String)
env = getEnvironment(servletPath, URLDecoder.decode(uri,
"UTF-8"), request, res);
Please see NetUtils.encode / decode methods; they are added for compatibility with jdk 1.3.
Vadim
