Author: yoavs
Date: Thu Nov 10 18:29:25 2005
New Revision: 332422

URL: http://svn.apache.org/viewcvs?rev=332422&view=rev
Log:
Bugzilla 35982: http://issues.apache.org/bugzilla/show_bug.cgi?id=35982
Modified:
    tomcat/container/tc5.5.x/webapps/admin/resources/mailSessions.jspf
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/webapps/admin/resources/mailSessions.jspf
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/admin/resources/mailSessions.jspf?rev=332422&r1=332421&r2=332422&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/admin/resources/mailSessions.jspf 
(original)
+++ tomcat/container/tc5.5.x/webapps/admin/resources/mailSessions.jspf Thu Nov 
10 18:29:25 2005
@@ -25,8 +25,10 @@
         <logic:present name="checkboxes">
           <td scope="row"><div align="center" class="table-normal-text">
             <label for="mailSessions"></label>
-            <input type="checkbox" name="mailSessions"
-                  value="<%= mailSession %>" styleId="mailSessions">
+            <!-- mailSession has double quotes internally, use single quotes 
for value -->
+            <!-- See Bugzilla 35982: 
http://issues.apache.org/bugzilla/show_bug.cgi?id=35982 -->
+            <input type="checkbox" name="mailSessions" styleId="mailSession"
+                  value='<%= mailSession %>' />
           </td>
         </logic:present>
         <td scope="row"><div align="left" class="table-normal-text">

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=332422&r1=332421&r2=332422&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu Nov 10 18:29:25 2005
@@ -138,6 +138,9 @@
         <bug>36336</bug>: Check WAR extension in both upper and lower case, as 
suggested by
         A. Grasoff. (yoavs)
       </fix>
+      <fix>
+        <bug>35982</bug>: Can't delete mail sessions in admin webapp. (yoavs)
+      </fix>
     </changelog>
   </subsection>
 </section>



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

Reply via email to