Skip to content

Commit

Permalink
LPS-205346 Set URL to this because of slnn#767
Browse files Browse the repository at this point in the history
  • Loading branch information
dantewang committed Jan 11, 2024
1 parent 34f368f commit a2df73f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ private URL _newURL(String path) throws Exception {

private static final String _URL_LOGIN_POPUP_REDIRECT =
StringBundler.concat(
"/web/guest/home?p_p_id=", _P_P_ID, "&p_p_lifecycle=0&",
"/home?p_p_id=", _P_P_ID, "&p_p_lifecycle=0&",
"p_p_state=exclusive&p_p_mode=view&", _P_P_ID_PREFIX,
"_mvcRenderCommandName=/login/login&saveLastPath=false");

private static final String _URL_LOGIN_POST = StringBundler.concat(
"/web/guest/home?p_p_id=", _P_P_ID, "&p_p_lifecycle=1&",
"/home?p_p_id=", _P_P_ID, "&p_p_lifecycle=1&",
"p_p_state=normal&p_p_mode=view&", _P_P_ID_PREFIX,
"_javax.portlet.action=/login/login&", _P_P_ID_PREFIX,
"_mvcRenderCommandName=/login/login");
Expand Down

0 comments on commit a2df73f

Please sign in to comment.