DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35228>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35228 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2005-07-19 16:13 ------- I applied the patch to 2.1 but did a few changes. Disabling the interpolation features on each logicsheet individually is overkill. A pair of global flags is enough in order to give a fast way out in case someone has problems with existing XSPs. So I moved the flags to AbstractMarkupLanguage and left them to be set as Parameterizable. Making them accessible with getters also allowed to reduce the very long argument lists in the orginal patch. There was a Java1.5 feature (String.contains) used. Please bear in mind that Cocoon 2.1 should run with Java1.3 and Cocoon 2.2 must be Java1.4 compatible. Otherwise that is great stuff and I hope to see more of it. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
