mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Hint to browser that configuration list should not be cached.
This commit is contained in:
@@ -53,6 +53,9 @@ public class ConfigurationList extends HttpServlet {
|
||||
return;
|
||||
}
|
||||
|
||||
// Do not cache
|
||||
response.setHeader("Cache-Control", "no-cache");
|
||||
|
||||
// Write XML
|
||||
response.setHeader("Content-Type", "text/xml");
|
||||
PrintWriter out = response.getWriter();
|
||||
|
Reference in New Issue
Block a user