Author: ndkhoiits
Date: 2011-08-18 23:47:11 -0400 (Thu, 18 Aug 2011)
New Revision: 7187
Modified:
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/page/UIPageActionListener.java
Log:
GTNPORTAL-1961 Default Home page isn't displayed
Modified:
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/page/UIPageActionListener.java
===================================================================
---
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/page/UIPageActionListener.java 2011-08-19
02:33:32 UTC (rev 7186)
+++
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/page/UIPageActionListener.java 2011-08-19
03:47:11 UTC (rev 7187)
@@ -83,7 +83,7 @@
// If unauthenticated users have no permission on PORTAL node and URL
is valid, they will be required to login
if (pcontext.getRemoteUser() == null &&
siteKey.getType().equals(SiteType.PORTAL))
{
- targetNode = userPortal.resolvePath(navigation,
builder.withAuthMode(UserNodeFilterConfig.AUTH_NO_CHECK).build(), nodePath);
+ targetNode = userPortal.resolvePath(navigation, null, nodePath);
if (targetNode != null)
{
uiPortalApp.setLastRequestURI(null);
@@ -91,7 +91,7 @@
pcontext.sendRedirect(doLoginPath);
return;
}
- }
+ }
else
{
// If path to node is invalid, get the default node instead of.
Show replies by date