Open erkkikeranen opened 5 years ago
It might be a while before I can take a look at this, but if you have time to open a PR (even if it's just a tart), I'd be happy to work with you to get it in a good state to merge.
It looks like the setStatus
method became setStatusCode
: https://www.eclipse.org/jetty/javadoc/9.4.12.v20180830/org/eclipse/jetty/websocket/servlet/ServletUpgradeResponse.html#setStatusCode-int-
Would it be possible to upgrade the jetty-adapter to 1.7.1 and jetty-websocket dependencies to support 9.4.x?
The current dependencies have some vulnerabities:
jetty-util-9.2.24.v20180105.jar CVE-2017-7656, CVE-2017-7658, CVE-2017-7657, CVE-2017-9735, CVE-2018-12536
websocket-client-9.2.24.v20180105.jar CVE-2017-7656, CVE-2017-7658, CVE-2017-7657, CVE-2017-9735, CVE-2018-12536
I tried to manually force them in my project:
But faced some issues:
Anyway, thanks for this great library - it's a perfect fit for our project. Keep up the good work!