Subject: | Net::Stomp does not handle stomp+ssl failover URLs correctly |
Date: | Thu, 28 Feb 2019 11:08:55 +1100 |
To: | bug-Net-Stomp [...] rt.cpan.org |
From: | ajb <deguerre [...] gmail.com> |
G'day.
We've noticed an issue in Net::Stomp version 0.57, with failover URLs
of this form:
failover://(stomp+ssl://host1:61614,stomp+ssl://host2:61614)
The regular expression in line 62 doesn't recognise the + sign in the
URI schemes. Fixing that is easy, but then the client doesn't connect
to the failover hosts using SSL.
Thanks,
Andrew Bromage
(an otherwise very satisfied customer!)