Deactivate development mode in FOP servlet
[gpl/argeo-suite.git] / org.argeo.app.servlet.publish / src / org / argeo / app / servlet / publish / FopServlet.java
index b0c2f636d5f63ae39e86112690b98e8ebe3990bb..b389883a23e6de2223cd17c9cc4cd88992502aa3 100644 (file)
@@ -81,7 +81,7 @@ public class FopServlet extends HttpServlet {
                Content content = session.get(path);
 
                // dev only
-               final boolean DEV = true;
+               final boolean DEV = false;
                if (DEV) {
                        try (InputStream in = xslUrl.openStream()) {
                                Source xslSource = new StreamSource(in);