You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by cr...@locus.apache.org on 2000/07/01 22:04:51 UTC

cvs commit: jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports implicitImportServlet.html

craigmcc    00/07/01 13:04:51

  Modified:    src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports
                        implicitImportServlet.html
  Log:
  Correct the golden file for the "Implicit Import Servlet" test, which
  previously assumed that a RequestDispatcher.forward() would cause the
  output of the new page, follwed by the old page, when used in a JSP page.
  This was Tomcat 3.1's (incorrect) behavior, which has now been corrected.
  
  As of today, Tomcat 3.2dev passes 100% of the Watchdog tests.  Catalina
  will also, as soon as it is corrected to deal with changes in JSP class
  loading that have been introduced recently.
  
  Revision  Changes    Path
  1.2       +1 -14     jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports/implicitImportServlet.html
  
  Index: implicitImportServlet.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/clients/org/apache/jcheck/jsp/client/core_syntax/directives/page/imports/implicitImportServlet.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- implicitImportServlet.html	2000/01/27 18:50:01	1.1
  +++ implicitImportServlet.html	2000/07/01 20:04:50	1.2
  @@ -3,17 +3,4 @@
   HTTP/1.0
   
      </body>
  -   </html><html>
  -<body>
  -                
  -
  -<!-- language =java and we check if implicit  import works-->
  -
  -
  -
  -
  -
  -
  -</body>
  -</html>   
  -     
  \ No newline at end of file
  +   </html>
  \ No newline at end of file