You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/03/05 14:20:48 UTC

DO NOT REPLY [Bug 17671] New: - [PATCH] CLI Traversal Enhancements

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: cocoon-dev@xml.apache.org
        ReportedBy: uv@upaya.co.uk


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