Author: markt
Date: Wed Jan 23 09:03:45 2019
New Revision: 1851895

URL: http://svn.apache.org/viewvc?rev=1851895&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63103
Remove the unused source.jsp file and associated tag from the examples web 
application as it is no longer used.

Removed:
    tomcat/trunk/webapps/examples/WEB-INF/classes/examples/ShowSource.java
    tomcat/trunk/webapps/examples/jsp/source.jsp
Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1851895&r1=1851894&r2=1851895&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Jan 23 09:03:45 2019
@@ -1310,7 +1310,6 @@
         <exclude name="security/protected/error.jsp"/>
         <exclude name="security/protected/index.jsp"/>
         <exclude name="security/protected/login.jsp"/>
-        <exclude name="source.jsp"/>
       </fileset>
     </txt2html>
   </target>

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1851895&r1=1851894&r2=1851895&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Jan 23 09:03:45 2019
@@ -154,6 +154,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        <bug>63103</bug>: Remove the unused source.jsp file and associated tag
+        from the examples web application as it is no longer used. (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Tribes">
     <changelog>
       <update>

Modified: tomcat/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld?rev=1851895&r1=1851894&r2=1851895&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld (original)
+++ tomcat/trunk/webapps/examples/WEB-INF/jsp/example-taglib.tld Wed Jan 23 
09:03:45 2019
@@ -29,17 +29,6 @@
     A simple tab library for the examples
   </description>
 
-  <tag>
-    <name>ShowSource</name>
-    <tag-class>examples.ShowSource</tag-class>
-    <description> Display JSP sources </description>
-    <attribute>
-       <name>jspFile</name>
-       <required>true</required>
-       <rtexprvalue>true</rtexprvalue>
-    </attribute>
-  </tag>
-
   <!-- A simple Tag -->
   <!-- foo tag -->
   <tag>



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

Reply via email to