Merge branch 'unstable' into loadable-websocket-support

This commit is contained in:
Michael Jumper
2012-03-07 19:48:28 -08:00
5 changed files with 112 additions and 72 deletions

View File

@@ -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();