-
Authentication is usually performed via SecurityPolicy::canHandshake. Normally, authentication involves checking external systems (DB, REST-interface, SAML, ...) for exchanging user credentials with a…
-
Example code from `JQueryTestProvider`:
```
javaScript.evaluate(new URL(contextURL + "/jquery-3.2.1.js"));
javaScript.evaluate(new URL(contextURL + "/js/cometd/cometd.js"));
…
-
Subscription for a single topic works successfully but when I try to subscribe to another topic, i get the the exception below :-
```
com.salesforce.emp.connector.CannotSubscribe: Unable to subscri…
-
Since CometD 4 will be JDK 8, we should use Nashorn instead of Rhino for the JavaScript tests.
-
Hi, I am starting adding support for Jetty ReactiveStream HttpClient in Spring Framework 5 as a second engine for our Reactive `WebClient` as an alternative to Reactor Netty (see [SPR-15092](https://j…
-
Currently the documentation uses 3 different ways to cross reference sections:
-
- link:#id[caption]
- xref:id[caption]
We should standardize on just one way to do it.
I think the original Asciidoc…
-
Currently the details that can be assertained during a handshake, via:
```
SecurityPolicy.canHandshake(BayeuxServer server, ServerSession session, ServerMessage message)
```
are limited to bas…
-
I can't get this to work in IE11, it works great in chrome, firefox, and edge. Has anyone else experienced this problem?
DEBUG: Handshake Unsuccessful: {"id":"1","successful":false,"channel":"/meta…
-
As tested in #494 Hoccer XO fails to connect to the talk server with the latest preview of Android L.
Things to investigate/test:
- [x] google current exception for solutions/workarounds
- [x] check …
-
After a review of JettyClientContainerProvider, the commonExecutor and commonBufferPool does not behave in the way intended.
These concepts (introduced in 9.4.6) are not valid as implemented.
Lets…