Commit 25213bd9 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Minor change.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4016 b35dd754-fafc-0310-a699-88a17e54d16e
parent 909ee0c5
......@@ -116,9 +116,8 @@ public class AuthCheckFilter implements Filter {
Log.error(e);
}
try {
String url= loginPage + "?url=" + URLEncoder.encode(buf.toString(), "ISO-8859-1")
return loginPage + "?url=" + URLEncoder.encode(buf.toString(), "ISO-8859-1")
+ (optionalParams != null ? "&"+optionalParams : "");
return url;
}
catch (Exception e) {
Log.error(e);
......
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