kinman      2002/10/09 14:31:24

  Modified:    jsr152/examples/WEB-INF web.xml
               jsr152/examples/jsp2/misc config.jsp config.txt
  Log:
  - Modified the examples to use el-ignore and scripting-invalid
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml   7 Oct 2002 18:09:58 -0000       1.3
  +++ web.xml   9 Oct 2002 21:31:24 -0000       1.4
  @@ -202,9 +202,9 @@
            </description>
            <display-name>JSPConfiguration</display-name>
            <url-pattern>/jsp2/misc/config.jsp</url-pattern>
  -         <el-enabled>false</el-enabled>
  +         <el-ignored>true</el-ignored>
            <page-encoding>ISO-8859-1</page-encoding>
  -         <scripting-enabled>false</scripting-enabled>
  +         <scripting-invalid>true</scripting-invalid>
            <include-prelude>/jsp2/misc/prelude.jspf</include-prelude>
            <include-coda>/jsp2/misc/coda.jspf</include-coda>
        </jsp-property-group>
  
  
  
  1.2       +2 -2      jakarta-servletapi-5/jsr152/examples/jsp2/misc/config.jsp
  
  Index: config.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/misc/config.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.jsp        7 Sep 2002 00:48:00 -0000       1.1
  +++ config.jsp        9 Oct 2002 21:31:24 -0000       1.2
  @@ -7,9 +7,9 @@
       <ul>
         <li>Uses &lt;include-prelude&gt; to include the top banner.</li>
         <li>Uses &lt;include-coda&gt; to include the bottom banner.</li>
  -      <li>Uses &lt;scripting-enabled&gt; false to disable 
  +      <li>Uses &lt;scripting-invalid&gt; true to disable 
          &lt;% scripting %&gt; elements</li>
  -      <li>Uses &lt;el-enabled&gt; false to disable ${EL} elements</li>
  +      <li>Uses &lt;el-ignored&gt; true to disable ${EL} elements</li>
         <li>Uses &lt;page-encoding&gt; ISO-8859-1 to set the page encoding (though 
this is the default anyway)</li>
       </ul>
       There are various other configuration options that can be used.
  
  
  
  1.2       +2 -2      jakarta-servletapi-5/jsr152/examples/jsp2/misc/config.txt
  
  Index: config.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/misc/config.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.txt        7 Sep 2002 00:48:00 -0000       1.1
  +++ config.txt        9 Oct 2002 21:31:24 -0000       1.2
  @@ -7,9 +7,9 @@
       <ul>
         <li>Uses &lt;include-prelude&gt; to include the top banner.</li>
         <li>Uses &lt;include-coda&gt; to include the bottom banner.</li>
  -      <li>Uses &lt;scripting-enabled&gt; false to disable 
  +      <li>Uses &lt;scripting-invalid&gt; true to disable 
          &lt;% scripting %&gt; elements</li>
  -      <li>Uses &lt;el-enabled&gt; false to disable ${EL} elements</li>
  +      <li>Uses &lt;el-ignored&gt; true to disable ${EL} elements</li>
         <li>Uses &lt;page-encoding&gt; ISO-8859-1 to set the page encoding (though 
this is the default anyway)</li>
       </ul>
       There are various other configuration options that can be used.
  
  
  

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

Reply via email to