Performing user authentication in Java EE / JSF using j_security_check

前端 未结 4 1399
北荒
北荒 2020-11-21 23:43

I\'m wondering what the current approach is regarding user authentication for a web application making use of JSF 2.0 (and if any components do exist) and Java EE 6 core mec

4条回答
  •  不思量自难忘°
    2020-11-22 00:23

    The issue HttpServletRequest.login does not set authentication state in session has been fixed in 3.0.1. Update glassfish to the latest version and you're done.

    Updating is quite straightforward:

    glassfishv3/bin/pkg set-authority -P dev.glassfish.org
    glassfishv3/bin/pkg image-update
    

提交回复
热议问题