mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
Merge branch 'unstable' into loadable-websocket-support
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