mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Fixes #213 - iOS 6 caching bug.
This commit is contained in:
@@ -159,6 +159,9 @@ public abstract class GuacamoleHTTPTunnelServlet extends HttpServlet {
|
|||||||
logger.info("Connection from {} succeeded.", request.getRemoteAddr());
|
logger.info("Connection from {} succeeded.", request.getRemoteAddr());
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
// Ensure buggy browsers do not cache response
|
||||||
|
response.setHeader("Cache-Control", "no-cache");
|
||||||
|
|
||||||
// Send UUID to client
|
// Send UUID to client
|
||||||
response.getWriter().print(tunnel.getUUID().toString());
|
response.getWriter().print(tunnel.getUUID().toString());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user