Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 225 by
Diego...@gmail.com: Breadcrumb user name in first load
(UDA v2.4.4)
https://code.google.com/p/uda/issues/detail?id=225
What steps will reproduce the problem?
1.Access initial url with spring security authentication activated.
What is the expected output? What do you see instead?
I expected seeing after login the user name in the breadcrumb.
The user name is not loaded until navegation to another page or refresh.
What version of the product are you using? On what operating system?
UDA 4.4.2
Please provide any additional information below.
Posible solution:
Change autogenerated base-includes.jsp
//LOGGED_USER = '${!empty
sessionScope.SPRING_SECURITY_CONTEXT.authentication.principal ?
sessionScope.SPRING_SECURITY_CONTEXT.authentication.credentials.fullName :
sessionScope.userData.fullName}',
LOGGED_USER = '${!empty
sessionScope.SPRING_SECURITY_CONTEXT.authentication.principal ?
sessionScope.SPRING_SECURITY_CONTEXT.authentication.credentials.fullName :
sessionScope.fullName}',
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings