Skip to content
Permalink
Browse files Browse the repository at this point in the history
XWIKI-19291: redirect parameter is badly handled in register page
  * Fix the typo
  • Loading branch information
surli committed Jan 4, 2022
1 parent 9ae3703 commit 053d957
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@
<div>
<input type="hidden" name="form_token" value="$!services.csrf.token" />
<input type="hidden" name="register" value="1" />
<input type="hidden" name="xredirect" value="$!request.xredirect" />
<input type="hidden" name="xredirect" value="$escapetool.xml($!request.xredirect)" />
#set ($class = $xwiki.getClass('XWiki.XWikiUsers'))
#set ($obj = $class.newObject())
#set ($serverobj = $class.newObject())
Expand Down

0 comments on commit 053d957

Please sign in to comment.