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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From [EMAIL PROTECTED]  2005-06-29 15:14 -------
There is nothing in the sitemap cutting the prefix off:

<map:match pattern="**test.xml">
  ...
     <map:part src="cocoon:/{1}../test.xml" strip-root="true"/>

resulting in eternal loop, which gives stack overflow, and a blank page. For
finite recursion, each recursion step has to shorten an uri, example:

<map:match pattern="*/**test.xml">
  ...
     <map:part src="cocoon:/{2}/test.xml" strip-root="true"/>


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

Reply via email to