Colm O hEigeartaigh
66cb8d4cfb
AMQ-8029 - Place a bound on the data read in MessageServletSupport
2020-08-31 11:19:51 +01:00
Jean-Baptiste Onofré
d2851888bf
Merge pull request #551 from coheigea/AMQ-7513
...
AMQ-7513 - Fix http://activemq.org links
2020-08-11 09:42:43 +02:00
Colm O hEigeartaigh
e3e2fda509
AMQ-8020 - Replace toLowerCase().equals() with equalsIgnoreCase
2020-08-10 16:01:08 +01:00
Christopher L. Shannon (cshannon)
17defa79d4
NO-JIRA: Update branch to 5.17.0-SNAPSHOT after release
2020-07-14 07:27:43 -04:00
Colm O hEigeartaigh
fca3b615eb
AMQ-7513 - Fix http://activemq.org links
2020-07-10 17:29:01 +01:00
Jean-Baptiste Onofré
334476ac63
[maven-release-plugin] prepare for next development iteration
2020-06-25 07:26:41 +02:00
Jean-Baptiste Onofré
86dd78b1aa
[maven-release-plugin] prepare release activemq-5.16.0
2020-06-25 07:26:13 +02:00
Jean-Baptiste Onofré
6908749c2f
Fix version
2020-06-25 07:13:04 +02:00
Jean-Baptiste Onofré
ff2dae82f3
[maven-release-plugin] prepare release activemq-5.16.0
2020-06-24 21:56:52 +02:00
jbonofre
4ed2ba22a9
Cancel 5.16.0 release
2020-06-24 15:19:34 +02:00
Jean-Baptiste Onofré
cd1e9f8697
[maven-release-plugin] prepare for next development iteration
2020-06-23 17:40:26 +02:00
Jean-Baptiste Onofré
2e890c6224
[maven-release-plugin] prepare release activemq-5.16.0
2020-06-23 17:39:53 +02:00
Jean-Baptiste Onofré
d474580a34
Merge pull request #503 from PascalSchumacher/AbstractMQTTSocket#getProtocolConverter_race_condition
...
AMQ-7439: AbstractMQTTSocket#getProtocolConverter: Race condition in …
2020-05-16 07:25:28 +02:00
Jean-Baptiste Onofré
2ec18730c2
Merge pull request #508 from coheigea/AMQ-7440
...
AMQ-7440 - Fix potential race condition in DiscoveryRegistryServlet
2020-05-16 06:22:52 +02:00
jbonofre
910a028fa7
[AMQ-7476] Add http schema in the HTTP registry
2020-05-05 07:33:34 +02:00
Colm O hEigeartaigh
c44be3b0dd
AMQ-7440 - Fix potential race condition in DiscoveryRegistryServlet
2020-03-10 16:12:59 +00:00
Pascal Schumacher
8fa772c8de
AMQ-7439: AbstractMQTTSocket#getProtocolConverter: Race condition in double-checked locking object initialization
...
protocolConverter may be visible to other threads before its properties are set.
2020-03-08 15:09:02 +01:00
jbonofre
0245a3d5c4
[AMQ-7419] Return 405 error code instead of 500 in case of maxFrameSize exceeded on HTTP connector
2020-02-24 14:54:42 +01:00
Daniel Trebbien
b020cba744
Fix some incorrect SLF4J logger calls
...
In some cases, there were an inconsistent number of formatting anchors.
In other cases, formatting anchors were used, but because the
trace/debug/info/warn/error(String, Throwable) variant was used, the
string is a message string rather than a format string.
These issues were found by SLF4J Helper for NetBeans IDE:
http://plugins.netbeans.org/plugin/72557/
2020-02-19 08:26:36 +00:00
Colm O hEigeartaigh
2f9e2b1e83
AMQ-7406 - ActiveMQSslConnectionFactory truststore settings don't work for the HTTPS connector
2020-02-14 14:37:59 +00:00
jbonofre
097506a458
[AMQ-7399] org.apache.activemq.SERIALIZABLE_PACKAGES doesn't include java* by default
2020-02-12 13:43:03 +01:00
Colm O hEigeartaigh
d49370e363
AMQ-7393 - Remove unused Selenium tests
2020-01-28 14:36:15 +00:00
amarkevich
1ced34a383
[AMQ-6556] Support system property proxy settings for HTTP(S) client
...
(cherry picked from commit 746a839809
)
2019-11-18 17:06:03 +01:00
Jean-Baptiste Onofré
f7b08713f3
Merge pull request #305 from amarkevich/AMQ-7069
...
AMQ-7069 HTTP client don't handle XStream deserialization exception
2019-11-17 17:43:26 +01:00
Jean-Baptiste Onofré
1846df4863
Merge pull request #410 from jbonofre/AMQ-7327
...
[AMQ-7327] Use maxFrameSize to limit HTTP content length
2019-11-12 17:30:59 +01:00
Colm O hEigeartaigh
7441c6b603
AMQ-7339 - Fix possible XSS attack in the HttpTunnelServlet
2019-11-08 12:04:57 +00:00
Jean-Baptiste Onofré
397ede661f
[AMQ-7327] Updated unit test around maxFrameSize support on the http transport connector
2019-11-06 17:05:40 +01:00
Jean-Baptiste Onofré
50a94cbf12
[AMQ-7327] Use maxFrameSize to limit HTTP content length
2019-11-06 11:17:34 +01:00
Colm O hEigeartaigh
3f11127567
AMQ-7289 - Fix failing HTTP tests
2019-08-26 15:42:03 +01:00
Jean-Baptiste Onofré
973c78cbec
[AMQ-7249] Upgrade to Jetty 9.4.19.v20190610
2019-08-20 21:44:28 +02:00
Jean-Baptiste Onofré
32ddadc7ab
Merge pull request #362 from suem/master
...
AMQ-6949: SocketTimeoutException when using HTTP transport connector
2019-07-26 11:25:51 +02:00
Colm O hEigeartaigh
85ad5aa1ef
Update HTTPClient and replace deprecated calls
2019-07-17 21:22:16 +01:00
suem
ea0bcc12f7
AMQ-6949: SocketTimeoutException when using HTTP transport connector
...
A default socket timeout of 30 secods for the HTTP client was introduced with the following ticket: https://issues.apache.org/jira/browse/AMQ-6397
This timeout somewhow seems to conflict with the keep alive requests that stays open for arround 30 seconds. I increased the default timeout to 90 seconds and this seems to resolve the problem.
2019-05-29 15:28:30 +02:00
Christopher L. Shannon
e093a8c1d8
NO-JIRA - add missing license headers
2018-10-24 09:01:39 -04:00
Jean-Baptiste Onofré
ba2447e39a
[AMQ-7063] Be able to configure ActiveMQ http transport connector by providing a jetty.xml
2018-10-11 14:47:05 +02:00
amarkevich
b830894e69
AMQ-7069 HTTP client don't handle XStream deserialization exception
2018-10-10 17:00:13 +03:00
Timothy Bish
a21dd40527
AMQ-6823 Ensure that MessagePull is works across HTTP transport
...
The MessagePull command needs to have the transients initialized such
that the pull operation works across transports that use XStream or
other marshaling that doesn't performs custom serialization.
2017-09-25 13:26:18 -04:00
Robbie Gemmell
2e492569db
AMQ-6801: ensure transport listener is set before tripping latch to indicate startup is occuring
2017-09-01 13:00:35 +01:00
Timothy Bish
56bed30c64
AMQ-6765 Add trace logging of start failure exception
...
Log the exception at trace level when start fails.
2017-07-11 15:46:15 -04:00
Christopher L. Shannon (cshannon)
a9fe4e33c3
[maven-release-plugin] prepare for next development iteration
2017-06-27 13:41:28 -04:00
Christopher L. Shannon (cshannon)
5f0d6943cb
[maven-release-plugin] prepare release activemq-5.15.0
2017-06-27 13:41:01 -04:00
Timothy Bish
2490c85fc5
AMQ-6699 Fix STOMP over WS not encoding header values
...
When sending STOMP frames out over WS the marshal isn't doing a proper
encode based on the STOMP version in use and so header values can be
transmitted without proper escaping.
2017-06-14 15:15:09 -04:00
gtully
7cae60eae0
[AMQ-6684] exclude json cat-x transitive dep
2017-05-24 16:19:09 +01:00
Timothy Bish
e69367fbc3
https://issues.apache.org/jira/browse/AMQ-6680
...
Fix handling of incoming MQTT binary data over WS. The handler should
use the MQTTCodec to ensure that partial or packed frames are fully
processed
2017-05-22 12:27:16 -04:00
Timothy Bish
2e2d5ddd3d
https://issues.apache.org/jira/browse/AMQ-6669
...
Respect the wireFormat.maxFrameSize option on WS and WSS transports
allowing binary content larger than 65535
2017-05-04 16:37:53 -04:00
gtully
4f6c55ad67
[AMQ-6571] use browsercompatspec cookie matcher - apply patch from Andrew Flegg with thanks
2017-01-20 14:54:37 +00:00
Christopher L. Shannon (cshannon)
29b4db5c34
https://issues.apache.org/jira/browse/AMQ-6521
...
Fixing support for Jetty 9.3 and Jetty 9.2. The previous attempt at a
fix had the wrong class instance.
2016-12-09 09:47:16 -05:00
Christopher L. Shannon (cshannon)
80f46a8056
https://issues.apache.org/jira/browse/AMQ-6521
...
Adding support for Jetty 9.3 by re-adding in the logic to dynamically
load the correct GzipHandler depending on the version
2016-11-29 11:38:36 -05:00
Christopher L. Shannon (cshannon)
f40532a23d
https://issues.apache.org/jira/browse/AMQ-6491
...
Changing the WebSocket servlet to return a succesful empty response
instead of an error when a GET request is made
2016-11-22 07:27:29 -05:00
Christopher L. Shannon (cshannon)
937b2acd46
https://issues.apache.org/jira/browse/AMQ-6482
...
Adding websocket send timeout to AMQP over websockets
2016-11-04 14:09:26 -04:00