You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/01/16 23:40:28 UTC

svn commit: r612600 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/changelog.xml webapps/examples/jsp/tagplugin/if.jsp

Author: markt
Date: Wed Jan 16 14:40:16 2008
New Revision: 612600

URL: http://svn.apache.org/viewvc?rev=612600&view=rev
Log:
Fix bug 43344. Typo in if.jsp example. Patch provided by Tim Nowaczyk.

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/examples/jsp/tagplugin/if.jsp

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=612600&r1=612599&r2=612600&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Jan 16 14:40:16 2008
@@ -31,12 +31,6 @@
   +1: jfclere
   -1: fhanik - Can we add the 'package' directive to make the package match the dir structure
 
-  Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43344
-  Fix typo in if.jsp example
-  http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/tagplugin/if.jsp?r1=610946&r2=610945&pathrev=610946
-  +1: markt, fhanik, pero
-  -1: 
-
   Fix Windows installer issue that was including files when it should not
   http://svn.apache.org/viewvc?rev=611660&view=rev
   +1: markt, fhanik

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=612600&r1=612599&r2=612600&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Jan 16 14:40:16 2008
@@ -206,6 +206,10 @@
   <subsection name="Webapps">
     <changelog>
       <fix>
+        <bug>43344</bug>: Fix typo in if.jsp example. Patch provided by Tim
+        Nowaczyk. (markt)
+      </fix>
+      <fix>
         <bug>43611</bug>: Provide an error message if user tries to upload a war
         for a context defined in server.xml rather than failing silently.
         (markt/jim)

Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/tagplugin/if.jsp
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/jsp/tagplugin/if.jsp?rev=612600&r1=612599&r2=612600&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/examples/jsp/tagplugin/if.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/examples/jsp/tagplugin/if.jsp Wed Jan 16 14:40:16 2008
@@ -25,7 +25,7 @@
     </br>
     <a href="notes.html">Plugin Introductory Notes<font <font color="#0000FF"></a>
     <br/>
-    <a href="howto.html">Brief Instructions for Wrieting Plugins<font color="#0000FF"></a>
+    <a href="howto.html">Brief Instructions for Writing Plugins<font color="#0000FF"></a>
     <br/> <br/>
     <hr>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org