nacho       01/03/09 19:00:56

  Modified:    src/examples/jsp/cal calendar.html
               src/examples/jsp/colors clr.html
               src/examples/jsp/checkbox cresult.html
               src/examples/jsp/sessions crt.html
               src/examples/jsp/dates date.html
               src/examples/jsp/error er.html
               src/examples/jsp/simpletag foo.html
               src/examples/jsp/forward fwd.html
               src/examples/jsp/include inc.html
               src/examples/jsp/jsptoserv jts.html
               src/examples/jsp/plugin plugin.html
               src/examples/jsp/security security.html
               src/examples/jsp/snp snoop.html
  Log:
  Fix for <http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=271>
  
  JSP Examples fail to show source. BugRat Report#494
  
  Submitted by : [EMAIL PROTECTED] (Hans Schmid)
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tomcat/src/examples/jsp/cal/calendar.html
  
  Index: calendar.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/cal/calendar.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- calendar.html     1999/10/20 20:39:18     1.2
  +++ calendar.html     2001/03/10 03:00:54     1.3
  @@ -13,9 +13,9 @@
   <p><font color="#0000FF"><a href="login.html"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
   <h2> Source Code for Calendar Example. <br>
  -<h3><a href="cal1.txt">cal1.jsp<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/cal/cal1.jsp">cal1.jsp<font 
color="#0000FF"></a>
     </font> </h3>
  -<h3><a href="cal2.txt">cal2.jsp<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/cal/cal2.jsp">cal2.jsp<font 
color="#0000FF"></a>
     </font> </h3>
   
   <br>
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/colors/clr.html
  
  Index: clr.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/colors/clr.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- clr.html  1999/10/20 23:17:15     1.2
  +++ clr.html  2001/03/10 03:00:54     1.3
  @@ -12,7 +12,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="colors.html"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="colors.txt">Source Code for Color Example<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/colors/colrs.jsp">Source Code for Color 
Example<font color="#0000FF"></a>
     </font> </h3>
   
   <h3><a href="ColorGameBean.html">Property Sheet for ColorGameBean
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/checkbox/cresult.html
  
  Index: cresult.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/checkbox/cresult.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cresult.html      1999/10/20 20:39:52     1.2
  +++ cresult.html      2001/03/10 03:00:54     1.3
  @@ -12,7 +12,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="check.html"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="checkresult.txt">Source Code for Checkbox Example<font 
color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/checkbox/checkresult.jsp">Source Code 
for Checkbox Example<font color="#0000FF"></a>
     </font> </h3>
   
   <h3><a href="CheckTest.html">Property Sheet for CheckTest
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/sessions/crt.html
  
  Index: crt.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/sessions/crt.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- crt.html  1999/10/20 23:20:11     1.2
  +++ crt.html  2001/03/10 03:00:54     1.3
  @@ -12,7 +12,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="carts.html"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="carts.txt">Source Code for Cart Example<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/sessions/carts.jsp">Source Code for Cart 
Example<font color="#0000FF"></a>
     </font> </h3>
   
   <h3><a href="DummyCart.html">Property Sheet for DummyCart
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/dates/date.html
  
  Index: date.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/dates/date.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- date.html 1999/10/20 23:17:46     1.2
  +++ date.html 2001/03/10 03:00:54     1.3
  @@ -12,7 +12,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="date.jsp"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="date.txt">Source Code for Date Example<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/dates/date.jsp">Source Code for Date 
Example<font color="#0000FF"></a>
     </font> </h3>
   
   </body>
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/error/er.html
  
  Index: er.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/error/er.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- er.html   1999/10/20 23:18:12     1.2
  +++ er.html   2001/03/10 03:00:55     1.3
  @@ -12,7 +12,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="error.html"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="err.txt">Source Code for Error Example<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/error/err.jsp">Source Code for Error 
Example<font color="#0000FF"></a>
     </font> </h3>
   
   </body>
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/simpletag/foo.html
  
  Index: foo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/simpletag/foo.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- foo.html  1999/11/08 03:13:21     1.2
  +++ foo.html  2001/03/10 03:00:55     1.3
  @@ -11,7 +11,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="foo.jsp"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="foo.txt">Source Code for the Simple Tag Example<font 
color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/simpletag/foo.jsp">Source Code for the 
Simple Tag Example<font color="#0000FF"></a>
     </font> </h3>
   
   </body>
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/forward/fwd.html
  
  Index: fwd.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/forward/fwd.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fwd.html  1999/10/20 23:18:38     1.2
  +++ fwd.html  2001/03/10 03:00:55     1.3
  @@ -11,7 +11,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="forward.jsp"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="forward.txt">Source Code for Forward Example<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/forward/forward.jsp">Source Code for 
Forward Example<font color="#0000FF"></a>
     </font> </h3>
   
   </body>
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/include/inc.html
  
  Index: inc.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/include/inc.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- inc.html  1999/10/20 23:19:01     1.2
  +++ inc.html  2001/03/10 03:00:55     1.3
  @@ -11,7 +11,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="include.jsp"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="include.txt">Source Code for Include Example<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/include/include.jsp">Source Code for 
Include Example<font color="#0000FF"></a>
     </font> </h3>
   
   </body>
  
  
  
  1.3       +2 -2      jakarta-tomcat/src/examples/jsp/jsptoserv/jts.html
  
  Index: jts.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/jsptoserv/jts.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jts.html  1999/10/20 23:19:27     1.2
  +++ jts.html  2001/03/10 03:00:55     1.3
  @@ -12,10 +12,10 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="jsptoservlet.jsp"><img 
src="../../images/execute.gif" align="right" border="0"></a><a 
href="../index.html"><img src="../../images/return.gif" width="24" height="24" 
align="right" border="0"></a></font></p>
   
  -<h3><a href="jts.txt">Source Code for JSP calling servlet <font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/jsptoservlet/jsptoservlet.jsp">Source 
Code for JSP calling servlet <font color="#0000FF"></a>
     </font> </h3>
   
  -<h3><a href="stj.txt">Source Code for Servlet calling JSP 
  +<h3><a href="/examples/jsp/source.jsp?/jsp/jsptoservlet/hello.jsp">Source Code for 
Servlet calling JSP 
   <font color="#0000FF"></a> </font> </h3>
   
   </body>
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/plugin/plugin.html
  
  Index: plugin.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/plugin/plugin.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.html       1999/10/20 23:19:50     1.2
  +++ plugin.html       2001/03/10 03:00:55     1.3
  @@ -11,7 +11,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="plugin.jsp"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="plugin.txt">Source Code for Plugin Example<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/plugin/plugin.jsp">Source Code for 
Plugin Example<font color="#0000FF"></a>
     </font> </h3>
   
   </body>
  
  
  
  1.3       +3 -3      jakarta-tomcat/src/examples/jsp/security/security.html
  
  Index: security.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/security.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- security.html     2000/10/09 02:38:14     1.2
  +++ security.html     2001/03/10 03:00:56     1.3
  @@ -12,13 +12,13 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="protected/index.jsp"><img 
src="../../images/execute.gif" align="right" border="0"></a><a 
href="../index.html"><img src="../../images/return.gif" width="24" height="24" 
align="right" border="0"></a></font></p>
   
  -<h3><a href="login.txt">Source Code for login/login.jsp<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/security/login/login.jsp">Source Code 
for login/login.jsp<font color="#0000FF"></a>
     </font> </h3>
   
  -<h3><a href="error.txt">Source Code for login/error.jsp<font color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/security/login/error.jsp">Source Code 
for login/error.jsp<font color="#0000FF"></a>
     </font> </h3>
   
  -<h3><a href="index.txt">Source Code for protected/index.jsp<font 
color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/security/protected/index.jsp">Source 
Code for protected/index.jsp<font color="#0000FF"></a>
     </font> </h3>
     
   </body>
  
  
  
  1.3       +1 -1      jakarta-tomcat/src/examples/jsp/snp/snoop.html
  
  Index: snoop.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/snp/snoop.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- snoop.html        1999/10/20 23:20:47     1.2
  +++ snoop.html        2001/03/10 03:00:56     1.3
  @@ -12,7 +12,7 @@
   <body bgcolor="#FFFFFF">
   <p><font color="#0000FF"><a href="snoop.jsp"><img src="../../images/execute.gif" 
align="right" border="0"></a><a href="../index.html"><img 
src="../../images/return.gif" width="24" height="24" align="right" 
border="0"></a></font></p>
   
  -<h3><a href="snoop.txt">Source Code for Request Parameters Example<font 
color="#0000FF"></a>
  +<h3><a href="/examples/jsp/source.jsp?/jsp/snp/snoop.jsp">Source Code for Request 
Parameters Example<font color="#0000FF"></a>
     </font> </h3>
   
   </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to