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 2018/11/29 09:46:50 UTC

svn commit: r1847704 - /tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java

Author: markt
Date: Thu Nov 29 09:46:49 2018
New Revision: 1847704

URL: http://svn.apache.org/viewvc?rev=1847704&view=rev
Log:
Fix issues reported by CI

Modified:
    tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java

Modified: tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java?rev=1847704&r1=1847703&r2=1847704&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java (original)
+++ tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java Thu Nov 29 09:46:49 2018
@@ -128,7 +128,6 @@ public class HeartbeatListener implement
     /**
      * Set the list of Proxies that send is requests, when not empty it toogles
      * the multi to off. A SetHandler heartbeat must be existing in httpd.conf.
-     * 
      *
      * @param proxyList the list of proxy, format "address:port,address:port".
      */
@@ -140,15 +139,17 @@ public class HeartbeatListener implement
     protected String proxyURL = "/HeartbeatListener";
 
     /**
-     * @return the URL specified in <Location/> for the SetHandler heartbeat.
+     * @return the URL specified in &lt;Location/&gt; for the SetHandler heartbeat.
      */
     public String getProxyURL() { return proxyURL; }
 
     /**
      * Set the URL of receiver in httpd. That is the location used in
-     * <Location "/HeartbeatListener">
+     * <pre>
+     * &lt;Location "/HeartbeatListener"&gt;
      *    SetHandler heartbeat
-     * </Location>
+     * &lt;/Location&gt;
+     * </pre>
      * All proxies MUST use the same location.
      *
      * @param proxyURL a String with the URL starting with /



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


Re: svn commit: r1847704 - /tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java

Posted by jean-frederic clere <jf...@gmail.com>.
On 29/11/2018 11:04, Mark Thomas wrote:
> On 29/11/2018 09:56, jean-frederic clere wrote:
>> On 29/11/2018 10:46, markt@apache.org wrote:
>>> Author: markt
>>> Date: Thu Nov 29 09:46:49 2018
>>> New Revision: 1847704
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1847704&view=rev
>>> Log:
>>> Fix issues reported by CI
>>>
>>
>> Thanks
> 
> np
> 
> I was was nice to have an easy fix to start the day. At least I know I
> will have achieved something. Next on my list is the TLS 1.0 issue with
> NIO and the latest OpenSSL and I'm not sure how much progress I am going
> to be able to make on that.

I did a quick try, that looks hard :-(

-- 
Cheers

Jean-Frederic

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


Re: svn commit: r1847704 - /tomcat/trunk/java/org/apache/catalina/ha/backend/HeartbeatListener.java

Posted by Mark Thomas <ma...@apache.org>.
On 29/11/2018 09:56, jean-frederic clere wrote:
> On 29/11/2018 10:46, markt@apache.org wrote:
>> Author: markt
>> Date: Thu Nov 29 09:46:49 2018
>> New Revision: 1847704
>>
>> URL: http://svn.apache.org/viewvc?rev=1847704&view=rev
>> Log:
>> Fix issues reported by CI
>>
> 
> Thanks

np

I was was nice to have an easy fix to start the day. At least I know I
will have achieved something. Next on my list is the TLS 1.0 issue with
NIO and the latest OpenSSL and I'm not sure how much progress I am going
to be able to make on that.

Mark

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