Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit af50258

Browse files
authored
Merge pull request #2 from Deli82/master
Merging fix - on-behalf of @Deli82, executed by huntr.dev (009-java-openid-connect-java-spring-server).
2 parents 0d4ef2c + 76cd96d commit af50258

File tree

1 file changed

+1
-1
lines changed
  • openid-connect-server-webapp/src/main/webapp/WEB-INF/tags

1 file changed

+1
-1
lines changed

openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/header.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
5656
// get the info of the current user, if available (null otherwise)
5757
function getUserInfo() {
58-
return ${userInfoJson};
58+
return ${fn:escapeXml(userInfoJson)};
5959
}
6060
6161
// get the authorities of the current user, if available (null otherwise)

0 commit comments

Comments
 (0)