提交 e6ebeba1 编写于 作者: M MaxKey

cas pr

上级 917983f2
......@@ -131,7 +131,7 @@ public class CasAuthorizeEndpoint extends CasBaseAuthorizeEndpoint{
parameterMap.remove(CasConstants.PARAMETER.TICKET);
parameterMap.remove(CasConstants.PARAMETER.SERVICE);
for (String key : parameterMap.keySet()) {
callbackUrl.append("&").append(key).append(parameterMap.get(key));
callbackUrl.append("&").append(key).append("=").append(parameterMap.get(key));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册