|
@@ -141,7 +141,7 @@ public class WebBridgeController extends ApiController {
|
|
|
// }
|
|
|
// this.getRequest().getSession().setAttribute("pwpSessionObjtest9", user);
|
|
|
String uidStr = toUrl.contains("?") ? "&openid=" : "?openid=";
|
|
|
- this.renderText(toUrl + uidStr + "******");
|
|
|
+ this.redirect(toUrl + uidStr + "******");
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
// nothing
|