JDK HTTP server authentication
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / http / CmsAuthenticator.java
index 54849fc03912a127a9506bd745979115bcbf708d..04312eca3d8abcb573c446f6be45eb434191a244 100644 (file)
@@ -69,7 +69,7 @@ public class CmsAuthenticator extends Authenticator {
        }
 
        protected boolean authIsRequired(HttpExchange httpExchange) {
-               return false;
+               return true;
        }
 
        protected LoginContext processUnauthorized(HttpExchange httpExchange) {