|
@@ -108,7 +108,7 @@ public class RedirectUtil {
|
|
try {
|
|
try {
|
|
if(url.contains("login"))
|
|
if(url.contains("login"))
|
|
{
|
|
{
|
|
- resultString = HttpClientUtil.instance("redirect").post(url, postString, null, ConfigRedirect.headerMap,response,request);
|
|
|
|
|
|
+ resultString = HttpClientUtil.instance("redirect").post(url, postString, null, ConfigRedirect.headerMap,response,null);
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|