This commit is contained in:
Michael Peter Christen 2012-05-18 23:56:40 +02:00
parent ca7de1dbd0
commit 1473e2258e

View File

@ -42,7 +42,8 @@ public class ConfigPortal {
if (post != null) {
// AUTHENTICATE
if (!header.containsKey(RequestHeader.AUTHORIZATION)) {
if (!sb.verifyAuthentication(header)) {
// force log-in
prop.putHTML("AUTHENTICATE","log-in");
return prop;
}