https://issues.apache.org/bugzilla/show_bug.cgi?id=45666





--- Comment #2 from Konstantin Kolinko <[EMAIL PROTECTED]>  2008-08-31 13:33:59 
PST ---
Created an attachment (id=22504)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22504)
Demonstrates issue #45666

See /WEB-INF/tags/tag.tag

To demonstrate the issue, access the /index.jsp page.

Expected result:
A page with "Hello world!" message.

Actual result (in tc6.0):
"HTTP Status 500" error page - java.lang.StackOverflowError

Replacing "include("/include.html", false);" call in tag.tag with
include("/include.html"); displays the "Hello world!" message as expected.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to