Re: Forms Field Widget, Date Converter and IE10
Maybe it will be of use for someone... Maybe even for me, many days from now. Anyway: problem with js function in file cocoon-ajax-impl-1.0.0.jar\org\apache\cocoon\dojo\resources\src\xml\Parse.js The condition if (dojo.render.html.capable && dojo.render.html.ie && node.scopeName != "HTML") should be changed to if (dojo.render.html.capable && dojo.render.html.ie && node.scopeName != "HTML" && node.scopeName !== undefined) Now IE10 should work properly with Dojo in cocoon. -- View this message in context: http://cocoon.10839.n7.nabble.com/Forms-Field-Widget-Date-Converter-and-IE10-tp57947p58186.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
Re: cocoon-auth configuration - cocoon 2.2
Thanks, I saw these examples and used them, but I can't get the authentication procedure to work. There are no errors, but no authentication also... Strange. I'll try to use extensive debug and post the results here, if it will be something interesting... -- View this message in context: http://cocoon.10839.n7.nabble.com/cocoon-auth-configuration-cocoon-2-2-tp57579p57588.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
cocoon-auth configuration - cocoon 2.2
Hi Everybody cocoon-auth block. I guess I searched just everywhere, but I couldn't find any sample with configuration of PipelineSecurityHandler - there is only example of SimpleSecurityHandler. Where can I find an example with using of PipelineSecurityHandler? Or any detailed documentation would be helpful. -- View this message in context: http://cocoon.10839.n7.nabble.com/cocoon-auth-configuration-cocoon-2-2-tp57579.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org