Consistent Issue getting HTTP Header using preRenderView
#2888
Unanswered
NCIDevRonR
asked this question in
PrimeFaces
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our application, we go through a pre-render step, get a subjectDN value from the header when our user opens the app, and we authenticate the user from there, then navigate to the first application page. From the day I first inherited our codebase in PrimeFaces version 6.2 through our current updates in PF version 14, we've had this issue where if the user navigates super-fast to our page, they see our error screen. If they reload the page right after, they see our main screen. I've reproduced our issue here. What can I do to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions