掲示板

error redirect /c/portal/layout

14年前 に Jerome JJ によって更新されました。

error redirect /c/portal/layout

New Member 投稿: 12 参加年月日: 09/11/06 最新の投稿
hi,

liferay 5.2.3.

I've pages with permission Power User.
I'm connect to the portal with user with User role.
I click on a link to page only for Power User permission.
I'm redirect to an url /c/portal/layout with a blank page !

I want user with role User redirect on /web/guest/home when they use private page Power User.
I dont want communauty page or private page for user.

In portal-ext.properties :
default.logout.page.path=/web/guest/home
default.landing.page.path=/web/guest/home
company.default.home.url=/web/guest/home

auth.forward.by.last.path=true
auth.forward.by.redirect=true

layout.user.private.layouts.enabled=false
layout.user.private.layouts.modifiable=false
layout.user.private.layouts.auto.create=false

layout.user.public.layouts.enabled=false
layout.user.public.layouts.modifiable=false
layout.user.public.layouts.auto.create=false

any idea ?
thumbnail
14年前 に Denis Signoretto によって更新されました。

RE: error redirect /c/portal/layout

Expert 投稿: 375 参加年月日: 09/04/21 最新の投稿
I Have the same problem. Any news?
thumbnail
14年前 に Lisa Simpson によって更新されました。

RE: error redirect /c/portal/layout

Liferay Legend 投稿: 2034 参加年月日: 09/03/05 最新の投稿
If you are using a proxy, you probably need to double check your proxy config.
thumbnail
14年前 に Denis Signoretto によって更新されました。

RE: error redirect /c/portal/layout

Expert 投稿: 375 参加年月日: 09/04/21 最新の投稿
Hi Lisa, you are right I'm using an Apache with mod_proxy_ajp. The problem is related with session cookies because if i clear all my session cookie the next request is succesful. I have a couple of Liferay sites with the same domain on different machines, I'm wondering if the problem can occur in this particular sistuation (browsing on liferay2.foo.com after browsing liferay1.foo.com).

Any suggestion?

Thanks,
Denis.
thumbnail
14年前 に Jignesh Vachhani によって更新されました。

RE: error redirect /c/portal/layout

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Yes Lisa

I am also facing the same problem and may be this problem is not related to proxy.

Because when we clear cookie then it will work.

So please help on that issue.

Thanks
14年前 に Oliver Bayer によって更新されました。

RE: error redirect /c/portal/layout

Liferay Master 投稿: 894 参加年月日: 09/02/18 最新の投稿
Hi,

any news on how to solve the infinite redirect error / cookie error when using serveral liferay servers?
Thanks in advance.

Oli
7年前 に gaurav bhargava によって更新されました。

RE: error redirect /c/portal/layout

New Member 投稿: 1 参加年月日: 16/03/31 最新の投稿
Check this property in portal.properties or portal-ext.properties:

last.modified.check = true

if it is true, make it false. This may help.