mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +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