Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 91433 invoked from network); 26 Feb 2004 15:52:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Feb 2004 15:52:11 -0000 Received: (qmail 25079 invoked by uid 500); 26 Feb 2004 15:51:57 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 25049 invoked by uid 500); 26 Feb 2004 15:51:57 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 25024 invoked from network); 26 Feb 2004 15:51:57 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 26 Feb 2004 15:51:57 -0000 Received: (qmail 4082 invoked by uid 50); 26 Feb 2004 15:52:23 -0000 Date: 26 Feb 2004 15:52:23 -0000 Message-ID: <20040226155223.4081.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 27260] New: - Stackoverflow using xslt from subsitemap with cocoon://-protocol X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=27260 Stackoverflow using xslt from subsitemap with cocoon://-protocol Summary: Stackoverflow using xslt from subsitemap with cocoon://- protocol Product: Cocoon 2 Version: 2.1.4 Platform: PC URL: http://localhost:8888/anything.except.test OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: core AssignedTo: dev@cocoon.apache.org ReportedBy: askild@xangeli.com When upgrading from 2.1.3 to 2.1.4 I got an infinite loop in my application that resulted in out-of-memory. I have narrowed it down to the following simple test-case. This simple test eventually results in a stackoverflow at my system, running WinXP with suns j2sdk1.4.2_02. The testcase works in 2.1.3, so to me this seems to have been introduced in 2.1.4. If I change "cocoon://test/test.xslt" to "http://localhost/test/test.xslt" in the parent sitemap the problem vanishes. Accessing "http://localhost:8888/anything.except.test" results in an stackoverflow Snippet of main sitemap: ------------------------- Snippet of sub-sitemap in test/: ---------- test.xml in test/ ----------------- Hello world?? test.xslt in test/ ------------------