ASF Bugzilla – Attachment 28176 Details for
Bug 52488
there is a common typo exipre
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tomcat-6.0.35-typo.patch fixes the typos
tomcat-6.0.35-typo.patch (text/plain), 3.59 KB, created by
prockter
on 2012-01-19 12:28:29 UTC
(
hide
)
Description:
tomcat-6.0.35-typo.patch fixes the typos
Filename:
MIME Type:
Creator:
prockter
Created:
2012-01-19 12:28:29 UTC
Size:
3.59 KB
patch
obsolete
>diff -up apache-tomcat-6.0.35-src/java/org/apache/catalina/ha/session/DeltaManager.java.typo apache-tomcat-6.0.35-src/java/org/apache/catalina/ha/session/DeltaManager.java >--- apache-tomcat-6.0.35-src/java/org/apache/catalina/ha/session/DeltaManager.java.typo 2012-01-19 12:19:47.000000000 +0000 >+++ apache-tomcat-6.0.35-src/java/org/apache/catalina/ha/session/DeltaManager.java 2012-01-19 12:20:25.000000000 +0000 >@@ -1381,7 +1381,7 @@ public class DeltaManager extends Cluste > } > > /** >- * Exipre all find sessions. >+ * Expire all find sessions. > */ > public void expireAllLocalSessions() > { >@@ -1405,7 +1405,7 @@ public class DeltaManager extends Cluste > }//end if > }//for > long timeEnd = System.currentTimeMillis(); >- if(log.isDebugEnabled()) log.debug("End expire sessions " + getName() + " exipre processingTime " + (timeEnd - timeNow) + " expired direct sessions: " + expireDirect + " expired direct sessions: " + expireIndirect); >+ if(log.isDebugEnabled()) log.debug("End expire sessions " + getName() + " expire processingTime " + (timeEnd - timeNow) + " expired direct sessions: " + expireDirect + " expired direct sessions: " + expireIndirect); > > } > >diff -up apache-tomcat-6.0.35-src/java/org/apache/catalina/ha/session/mbeans-descriptors.xml.typo apache-tomcat-6.0.35-src/java/org/apache/catalina/ha/session/mbeans-descriptors.xml >--- apache-tomcat-6.0.35-src/java/org/apache/catalina/ha/session/mbeans-descriptors.xml.typo 2012-01-19 12:20:35.000000000 +0000 >+++ apache-tomcat-6.0.35-src/java/org/apache/catalina/ha/session/mbeans-descriptors.xml 2012-01-19 12:21:24.000000000 +0000 >@@ -290,7 +290,7 @@ created by this Manager" > <attribute > name="expireSessionsOnShutdown" > is="true" >- description="exipre all sessions cluster wide as one node goes down" >+ description="expire all sessions cluster wide as one node goes down" > type="boolean"/> > <attribute > name="notifyListenersOnReplication" >@@ -385,7 +385,7 @@ created by this Manager" > </operation> > <operation > name="expireAllLocalSessions" >- description="Exipre all active local sessions and replicate the invalid sessions" >+ description="Expire all active local sessions and replicate the invalid sessions" > impact="ACTION" > returnType="void"> </operation> > <operation >@@ -555,7 +555,7 @@ created by this Manager" > <attribute > name="expireSessionsOnShutdown" > is="true" >- description="exipre all sessions cluster wide as one node goes down" >+ description="expire all sessions cluster wide as one node goes down" > type="boolean"/> > <attribute > name="notifyListenersOnReplication" >diff -up apache-tomcat-6.0.35-src/java/org/apache/catalina/tribes/membership/McastServiceImpl.java.typo apache-tomcat-6.0.35-src/java/org/apache/catalina/tribes/membership/McastServiceImpl.java >--- apache-tomcat-6.0.35-src/java/org/apache/catalina/tribes/membership/McastServiceImpl.java.typo 2011-11-28 10:22:45.000000000 +0000 >+++ apache-tomcat-6.0.35-src/java/org/apache/catalina/tribes/membership/McastServiceImpl.java 2012-01-19 12:23:08.000000000 +0000 >@@ -353,7 +353,7 @@ public class McastServiceImpl > for (int i = 0; i < expired.length; i++) { > final MemberImpl member = expired[i]; > if (log.isDebugEnabled()) >- log.debug("Mcast exipre member " + expired[i]); >+ log.debug("Mcast expire member " + expired[i]); > try { > Thread t = new Thread() { > public void run() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52488
: 28176