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 2004/11/11 05:24:25 UTC

DO NOT REPLY [Bug 32173] New: - CLI does not respect properly

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=32173>.
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=32173

CLI does not respect <exclude> properly

           Summary: CLI does not respect <exclude> properly
           Product: Cocoon 2
           Version: Current SVN 2.2
          Platform: Other
               URL: http://marc.theaimsgroup.com/?l=xml-cocoon-
                    users&m=109995459828208&w=2
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: brondsem@apache.org


test.xml:
... <a href="foo/bar.baz">It</a> ...

cli.xconf:
...
   <exclude pattern="foo/**"/>
   <exclude pattern="**foo/**"/>
   <exclude pattern="foo/bar.baz"/>
   <exclude pattern="**foo/bar.baz"/>
...

And I still get this error:
X [0]           foo/bar.baz   BROKEN: No pipeline matched request: foo/bar.baz