DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17671>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17671 [PATCH] CLI Traversal Enhancements Summary: [PATCH] CLI Traversal Enhancements Product: Cocoon 2 Version: Current CVS Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Attached is code for enhancements to the CLI to reduce the number of times it needs to render a page. Using the option to prevent checking of extensions, it is now possible to generate a site generating each page only once. This patch also includes the code to allow the configuration of the CLI using an xconf file, as was provided in this bug (simply because I don't know how to do otherwise): http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17553 This code appears to try to check pages that begin with #, javascript: or http://. I plan to prevent this, and probably sort other things too, but I'd like to see what people think of this code before I do anything else. The code for scanning an options file may now be redundant - I did it before adding the xconf code. Is it needed? Upayavira