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
Christopher L. Shannon (cshannon)
450cabe4ea
https://issues.apache.org/jira/browse/AMQ-6482
...
Adding a timeout for websocket sends to prevent the transport thread
from getting stuck and blocking. The default is 30 seconds.
2016-11-04 12:56:20 -04:00
Christopher L. Shannon (cshannon)
946c9454d5
proposed websocket fix
2016-11-04 12:56:20 -04:00
Hadrian Zbarcea
be24a133ef
This closes #88 (merged as a65ac586
). More file permissions fixes.
2016-11-03 14:26:34 -04:00
Hadrian Zbarcea
d5a929c0d2
This closes #205 . Won't fix. (fix even more file permissions)
2016-11-03 14:11:40 -04:00
Hadrian Zbarcea
d54d046b8a
This closes #185 . Won't fix. (fix more file permissions)
2016-11-03 11:54:33 -04:00
Christopher L. Shannon (cshannon)
06e929f101
https://issues.apache.org/jira/browse/AMQ-6397
...
Setting the HTTP timeout for all HttpClients instead of just on send
2016-08-17 09:35:18 -04:00
Christopher L. Shannon (cshannon)
06a21dbbb3
[maven-release-plugin] prepare for next development iteration
2016-08-02 09:03:37 -04:00
Christopher L. Shannon (cshannon)
71cbc65283
[maven-release-plugin] prepare release activemq-5.14.0
2016-08-02 09:02:54 -04:00
Christopher L. Shannon (cshannon)
bd442a3388
https://issues.apache.org/jira/browse/AMQ-6343
...
On MQTT Websocket close, a LWT message will be properly sent if
configured and a disconnect packet was not received
2016-07-05 18:13:45 +00:00
Christopher L. Shannon (cshannon)
96494f74c7
https://issues.apache.org/jira/browse/AMQ-6346
...
Prevent concurrent access to the MQTT protocol handlers which can lead
to a tansport level deadlock
2016-07-05 17:50:03 +00:00
Timothy Bish
31c55f7510
https://issues.apache.org/jira/browse/AMQ-6339
...
Add support for AMQP client to connect using WebSockets.
2016-06-30 14:52:40 -04:00
Timothy Bish
5ba8679083
Allow for the connection to close without getting the ERROR frame
2016-06-16 11:20:59 -04:00
Timothy Bish
71893f1434
Allow the HTTP test to have extra time to wait for all messages to
...
arrive as the transmission rate is much slower.
2016-05-10 10:59:12 -04:00
Timothy Bish
e47edd7a28
https://issues.apache.org/jira/browse/AMQ-6262
...
Ensure that the connection check task is stopped once commands pass
through the inactivity monitor to prevent the transport from being
closed for no reason.
2016-04-25 17:05:09 -04:00
Dejan Bosanac
34eb1ee959
https://issues.apache.org/jira/browse/AMQ-6259 - mqtt-over-ws configuration
2016-04-19 16:02:45 +02:00
Timothy Bish
30d6ad72fa
NO-JIRA Allow for the disconnect call in the test to fail as the short
...
keepAlive interval can trigger a shutdown of the socket before we have a
chance to write the disconnect depending on the timing.
2016-03-17 14:08:09 -04:00
Christopher L. Shannon (cshannon)
e375af3810
https://issues.apache.org/jira/browse/AMQ-6182
...
Adding missing License header
2016-03-01 16:01:58 +00:00