Le 6/11/2016 à 23:35, Thorsten Glaser a écrit : > Unfortunately, the new version of guacamole I’ve been working > with Natureshadow on (with my Teckids hat worn) requires the > websocket API from libtomcat7-java. > > I don’t know enough to comment on this (I just barely made the > package compile), so I’d welcome someone from the Java team > looking at both upstream code and packaging of… > > Vcs-Git: > https://anonscm.debian.org/git/debian-edu/pkg-team/guacamole-client.git > > … and help us with that, so the new guacamole can hopefully land > in stretch.
I got a quick look, you'll have another problem with jetty8 since it has been removed too (it relied on tomcat7). I see that there are 3 websocket implementations, for Jetty 8, Jetty 9 and Tomcat 7. Are the three absolutely needed? Is supporting only Jetty 9 a viable alternative? Emmanuel Bourg