<. Hi �ric! .> Tuesday, September 21, 2004, 4:42:40 PM, you wrote:
B�> hmmm.. new version = old bugs fixed, but new bugs to deal with... B�> I'm afraid to ask, but is it possible to only have this module ? -- my B�> limited understanding of inner working of Cocoon suggest that the .jar B�> containig this class could replace the one I use for 2.1.5.. or am i just B�> naive ? Yeah, it's possible. If code of this modules doesn't depend on other changes it will work fine. I think it doesen't, because code is simple. So go on and try to copy: http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/modules/input/URLEncodeModule.java http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/modules/input/URLDecodeModule.java to your local copy of 2.1.5 src and rebuild. Then add this: <component-instance class="org.apache.cocoon.components.modules.input.URLEncodeModule" logger="core.modules.input" name="url-encode"/> <component-instance class="org.apache.cocoon.components.modules.input.URLDecodeModule" logger="core.modules.input" name="url-decode"/> to your web-inf/cocoon.xconf (to the modules section) And they should work fine. But before wait few minutes, a will try play with sample you provided. -- Best regards <. g[R]eK mailto:[EMAIL PROTECTED] .> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
