Support for new instruction format, dependency on Apache commons

This commit is contained in:
Michael Jumper
2011-09-10 19:08:42 -07:00
parent e3260ca3e9
commit 12717e038c
3 changed files with 48 additions and 32 deletions

View File

@@ -221,7 +221,7 @@ public abstract class GuacamoleTunnelServlet extends HttpServlet {
tunnel.close();
// End-of-instructions marker
out.write(';');
out.write("0.;");
out.flush();
response.flushBuffer();