Bug 470 - FAIL positiveForward.jsp and positiveInclude.jsp BugRat Report#796
Summary: FAIL positiveForward.jsp and positiveInclude.jsp BugRat Report#796
Status: UNCONFIRMED
Alias: None
Product: Watchdog
Classification: Unclassified
Component: Servlet (show other bugs)
Version: unspecified
Hardware: HP All
: P1 normal (vote)
Target Milestone: ---
Assignee: Ryan Lubke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-17 19:16 UTC by Jim Fitzwater
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomcat Developers Mailing List 2001-01-17 19:16:36 UTC
In compareWeek
        FAIL*** : Rtok1 = </html><html>, Etok2 = </html>
ERROR (false,true)in : GET /jsp-tests/jsp/engine/PageContext/positiveForward.jsp HTTP/1.0
====================Expecting:
<html>
<title>forward</title>
<body>
SUCCESS

</body>
</html>
====================Got:
<html>^M
<title>forward</title>^M
<body>^M
SUCCESS
^M
</body>^M
</html><html>^M
<title>positiveForward</title>^M
<body>^M
^M

====================
FAIL GET /jsp-tests/jsp/engine/PageContext/positiveForward.jsp HTTP/1.0

-------------------------------------------------------------------------------------------------------
In compareWeek
        FAIL*** : Rtok1 = <title>forward</title>, Etok2 = <title>positiveInclude</title>
ERROR (false,true)in : GET /jsp-tests/jsp/engine/PageContext/positiveInclude.jsp HTTP/1.0
====================Expecting:
<html>
<title>positiveInclude</title>
<body>

<!-- this is to test if include() method works -->
<!-- using pageContext object to include -->
<html>
<title>forward</title>
<body>
SUCCESS

</body>
</html>


</body>
</html>

====================Got:
<html>^M
<title>forward</title>^M
<body>^M
SUCCESS
^M
</body>^M
</html><html>^M
<title>positiveInclude</title>^M
<body>^M
^M
<!-- this is to test if include() method works -->^M
<!-- using pageContext object to include -->^M
^M
^M
^M
</body>^M
</html>^M

====================
FAIL GET /jsp-tests/jsp/engine/PageContext/positiveInclude.jsp HTTP/1.0