Commit 3e896bc0 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-629] Fixed cross site scripting bug in login page.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10765 b35dd754-fafc-0310-a699-88a17e54d16e
parent 14b69a15
......@@ -54,6 +54,7 @@
String password = ParamUtils.getParameter(request, "password");
String url = ParamUtils.getParameter(request, "url");
url = org.jivesoftware.util.StringUtils.escapeHTMLTags(url);
// SSO between cluster nodes
String secret = ParamUtils.getParameter(request, "secret");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment