rlubke 02/01/28 16:20:35
Modified: src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects
checkApplication.html checkConfig.html
checkException.html checkOut.html checkPage.html
checkPageContext.html checkRequest.html
checkResponse.html checkSession.html
Log:
- content push from CTS
Revision Changes Path
1.2 +3 -8
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkApplication.html
Index: checkApplication.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkApplication.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkApplication.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkApplication.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,15 +1,10 @@
<html>
<title>checkApplication Test </title>
<body>
-
-<!-- checking for application object state -->
-
-true
-<br>
- true
+<!-- checking for application object state -->
+true<br>
+bilbo<br>
</body>
</html>
-
-
1.2 +3 -4
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkConfig.html
Index: checkConfig.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkConfig.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkConfig.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkConfig.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,12 +1,11 @@
<html>
<title>checkConfig Test </title>
<body>
-
+
<!-- checking for config object state -->
true
<br>
- true
+hobbit<br>
+gollum<br>
</body>
</html>
-
-
1.2 +2 -3
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkException.html
Index: checkException.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkException.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkException.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkException.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,10 +1,9 @@
<html>
-<title>checkException Test </title>
+<title>checkException</title>
<body>
+
<!-- checking for exception object state -->
true
</body>
</html>
-
-
1.2 +1 -1
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkOut.html
Index: checkOut.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkOut.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkOut.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkOut.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,7 +1,7 @@
<html>
<title>checkOut</title>
<body>
-
+
<!-- checking for out object type -->
true
</body>
1.2 +3 -2
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkPage.html
Index: checkPage.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkPage.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkPage.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkPage.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,8 +1,9 @@
<html>
<title>checkPage</title>
<body>
-
+
<!-- checking for page object type -->
-true
+true<br>
+true<br>
</body>
</html>
1.2 +4 -2
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkPageContext.html
Index: checkPageContext.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkPageContext.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkPageContext.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkPageContext.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,8 +1,10 @@
<html>
<title>checkPageContext</title>
<body>
-
+
<!-- checking for pageContext object type -->
-true
+true<br>
+true<br>
+
</body>
</html>
1.2 +2 -2
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkRequest.html
Index: checkRequest.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkRequest.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkRequest.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkRequest.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,12 +1,12 @@
<html>
<title>checkRequest</title>
<body>
-
+
<!-- checking for request object type -->
true
<br>
- <!-- request object used to access getProtocol -->
+<!-- request object used to access getProtocol -->
HTTP/1.0
<br>
1.2 +3 -4
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkResponse.html
Index: checkResponse.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkResponse.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkResponse.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkResponse.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,11 +1,10 @@
<html>
<title>checkResponse</title>
<body>
-
+
<!-- checking for response object type -->
-true
-<br>
- true
+true<br>
+true<br>
</body>
</html>
1.2 +1 -3
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkSession.html
Index: checkSession.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkSession.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkSession.html 9 Oct 2000 22:45:53 -0000 1.1
+++ checkSession.html 29 Jan 2002 00:20:34 -0000 1.2
@@ -1,7 +1,7 @@
<html>
<title>checkSession Test </title>
<body>
-
+
<!-- checking for Session object state -->
true
<br>
@@ -10,5 +10,3 @@
<br>
</body>
</html>
-
-
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>