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 sa...@locus.apache.org on 2000/10/04 02:05:59 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/content positiveContenttype.jsp

santosh     00/10/03 17:05:59

  Added:       src/server/jsp-tests/jsp/core_syntax/directives/page/content
                        positiveContenttype.jsp
  Log:
  watchdog 4.0
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/content/positiveContenttype.jsp
  
  Index: positiveContenttype.jsp
  ===================================================================
  <html>
  <title>positiveContenttype</title>
  <body>
  <%
  /**
    Name : positiveContenttype
    Description : Here, the contentType directive is used to set the contentType as text/plain
    and charset as ISO-8859-1.
    Result : Expected to give the same values at javatest side, when these values are trapped.
  **/
  %>
  <%@ page contentType="text/plain;charset=ISO-8859-1" %>
  </body>
  </html>