Пустая страница после входа в WildFly 10

Я развернул приложение на Wildfly 10, которое корректно работает на GlassFish, но я получаю пустую страницу /<context_path>/j_security_check когда я пытаюсь войти. Я просмотрел несколько постов, предлагающих включить заголовки запросов на управление кэшем, но это не решило проблему. Журналы не показывают каких-либо ошибок или соответствующей информации, и я действительно не знаю, что попробовать дальше. Кто-нибудь сталкивался с подобной проблемой?

РЕДАКТИРОВАТЬ 1 Аутентификация работает правильно. Если после этого я пытаюсь получить доступ к защищенному ресурсу, я могу это сделать. Это просто перенаправление после входа в систему, которое не запускается.

РЕДАКТИРОВАТЬ 2 Дамп запроса / ответа:

----------------------------REQUEST---------------------------
               URI=/ecc
characterEncoding=null
     contentLength=-1
       contentType=null
            cookie=EPMSID=sfTmDLw92HjAhwfY7HUei5fzlUbwKjxUg3EhyTMk.d014349
            header=Accept=text/html, application/xhtml+xml, */*
            header=Connection=Keep-Alive
            header=Accept-Language=pt-PT
            header=Accept-Encoding=gzip, deflate
            header=Cookie=EPMSID=sfTmDLw92HjAhwfY7HUei5fzlUbwKjxUg3EhyTMk.d014349
            header=User-Agent=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
            header=Host=localhost:8443
            locale=[pt_PT]
            method=GET
          protocol=HTTP/1.1
       queryString=
        remoteAddr=/127.0.0.1:62990
        remoteHost=sibshare
            scheme=https
              host=localhost:8443
        serverPort=8443
--------------------------RESPONSE--------------------------
     contentLength=0
       contentType=null
            header=Connection=keep-alive
            header=X-Powered-By=Undertow/1
            header=Server=WildFly/10
            header=Location=https://localhost:8443/ecc/
            header=Content-Length=0
            header=Date=Mon, 09 May 2016 08:18:33 GMT
            status=302
==============================================================
2016-05-09 09:18:33,890 INFO  [stdout] (default task-5) [DEBUG] ecc_src - NoCacheFilter:Initializing filter
2016-05-09 09:18:33,902 INFO  [io.undertow.request.dump] (default task-5)
----------------------------REQUEST---------------------------
               URI=/ecc/
characterEncoding=null
     contentLength=-1
       contentType=null
            cookie=EPMSID=sfTmDLw92HjAhwfY7HUei5fzlUbwKjxUg3EhyTMk.d014349
            header=Accept=text/html, application/xhtml+xml, */*
            header=Connection=Keep-Alive
            header=Accept-Language=pt-PT
            header=Accept-Encoding=gzip, deflate
            header=Cookie=EPMSID=sfTmDLw92HjAhwfY7HUei5fzlUbwKjxUg3EhyTMk.d014349
            header=User-Agent=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
            header=Host=localhost:8443
            locale=[pt_PT]
            method=GET
          protocol=HTTP/1.1
       queryString=
        remoteAddr=/127.0.0.1:62989
        remoteHost=sibshare
            scheme=https
              host=localhost:8443
        serverPort=8443
--------------------------RESPONSE--------------------------
     contentLength=239
       contentType=text/html
            header=Expires=Thu, 01 Jan 1970 00:00:00 GMT
            header=Cache-Control=no-cache, no-store, must-revalidate
            header=X-Powered-By=Undertow/1
            header=Server=WildFly/10
            header=Pragma=no-cache
            header=Accept-Ranges=bytes
            header=Date=Mon, 09 May 2016 08:18:33 GMT
            header=Connection=keep-alive
            header=ETag=W/"239-1462554016000"
            header=Last-Modified=Fri, 06 May 2016 17:00:16 GMT
            header=Content-Type=text/html
            header=Content-Length=239
            status=200
==============================================================
2016-05-09 09:18:34,112 INFO  [io.undertow.request.dump] (default task-6)
----------------------------REQUEST---------------------------
               URI=/ecc/secure/home.jsf
characterEncoding=null
     contentLength=-1
       contentType=null
            cookie=EPMSID=sfTmDLw92HjAhwfY7HUei5fzlUbwKjxUg3EhyTMk.d014349
            header=Accept=text/html, application/xhtml+xml, */*
            header=Connection=Keep-Alive
            header=Accept-Language=pt-PT
            header=Accept-Encoding=gzip, deflate
            header=Cookie=EPMSID=sfTmDLw92HjAhwfY7HUei5fzlUbwKjxUg3EhyTMk.d014349
            header=User-Agent=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
            header=Host=localhost:8443
            locale=[pt_PT]
            method=GET
          protocol=HTTP/1.1
       queryString=
        remoteAddr=sibshare/127.0.0.1:62990
        remoteHost=sibshare
            scheme=https
              host=localhost:8443
        serverPort=8443
--------------------------RESPONSE--------------------------
     contentLength=2897
       contentType=text/html;charset=UTF-8
            cookie=EPMSID=KcblRlqogTv4hCuVtjeL27onM3Nbp04k--DDZfnt.d014349; domain=null; path=/ecc
            header=Expires=0
            header=Expires=0
            header=Cache-Control=no-cache, no-store, must-revalidate
            header=Cache-Control=no-cache, no-store, must-revalidate
            header=X-Powered-By=Undertow/1
            header=Set-Cookie=EPMSID=KcblRlqogTv4hCuVtjeL27onM3Nbp04k--DDZfnt.d014349; path=/ecc; secure; HttpOnly
            header=Server=WildFly/10
            header=Pragma=no-cache
            header=Pragma=no-cache
            header=Date=Mon, 09 May 2016 08:18:34 GMT
            header=Connection=keep-alive
            header=Content-Type=text/html;charset=UTF-8
            header=Content-Length=2897
            status=200
==============================================================
2016-05-09 09:18:44,841 INFO  [io.undertow.request.dump] (default task-13)
----------------------------REQUEST---------------------------
               URI=/ecc/j_security_check
characterEncoding=null
     contentLength=68
       contentType=[application/x-www-form-urlencoded]
            cookie=EPMSID=KcblRlqogTv4hCuVtjeL27onM3Nbp04k--DDZfnt.d014349
            header=Accept=text/html, application/xhtml+xml, */*
            header=Accept-Language=pt-PT
            header=Cache-Control=no-cache
            header=Accept-Encoding=gzip, deflate
            header=User-Agent=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
            header=Connection=Keep-Alive
            header=Content-Type=application/x-www-form-urlencoded
            header=Content-Length=68
            header=Cookie=EPMSID=KcblRlqogTv4hCuVtjeL27onM3Nbp04k--DDZfnt.d014349
            header=Referer=https://localhost:8443/ecc/secure/home.jsf
            header=Host=localhost:8443
            locale=[pt_PT]
           method=POST
          protocol=HTTP/1.1
       queryString=
        remoteAddr=sibshare/127.0.0.1:62993
        remoteHost=sibshare
            scheme=https
              host=localhost:8443
        serverPort=8443
--------------------------RESPONSE--------------------------
     contentLength=0
       contentType=null
            cookie=EPMSID=JtIoopj1u-p_Ko95XwYi45HqkdzNBVRxSklVFQEL.d014349; domain=null; path=/ecc
            header=Expires=0
            header=Cache-Control=no-cache, no-store, must-revalidate
            header=X-Powered-By=Undertow/1
            header=Set-Cookie=EPMSID=JtIoopj1u-p_Ko95XwYi45HqkdzNBVRxSklVFQEL.d014349; path=/ecc; secure; HttpOnly
            header=Server=WildFly/10
            header=Pragma=no-cache
            header=Date=Mon, 09 May 2016 08:18:44 GMT
            header=Connection=keep-alive
            header=Content-Length=0
            status=200
==============================================================

1 ответ

Решение

В конце концов я понял, что не так. На моей странице входа в систему для прослушивания активного сеанса настроен следующий слушатель:

<f:metadata>
<f:event  type="preRenderView" listener="#{manager.invalidateActiveSession}" />
</f:metadata>

Этот слушатель просто делает недействительным сеанс (если он существует):

HttpSession session = (HttpSession) FacesContext.getCurrentInstance().getExternalContext().getSession(false);

if (session != null ) {
    synchronized( session ) {
        session.invalidate();
    }
}

И это то, что вызывает странное поведение. Этот же код отлично работает на GlassFish. Я изменил код, кроме того, чтобы проверить, не является ли Принципал также нулевым.

Другие вопросы по тегам