]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/error/PageNotFound.java
The error page does not need login :-).
[gigi.git] / src / org / cacert / gigi / pages / error / PageNotFound.java
index 0033f2397c74f5894c1f90539ca93662095cc26c..507821caa5559e3df03686e4c0418375f1c1dada 100644 (file)
@@ -18,4 +18,9 @@ public class PageNotFound extends Page {
                getDefaultTemplate().output(resp.getWriter(), Page.getLanguage(req), null);
        }
 
+       @Override
+       public boolean needsLogin() {
+               return false;
+       }
+
 }