Fórum

Reject processAction for https://... on 101_INSTANCE_6yDjm6kcSUF4

thumbnail
Ravi Kumar Gupta, modificado 9 Anos atrás.

Reject processAction for https://... on 101_INSTANCE_6yDjm6kcSUF4

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
Hello Everyone,

I have few journal articles as news articles. I display titles of those in a custom portlet. Same news articles are displayed on a separate page "News" using Asset publisher. When clicked on a title, it should open in a new page "News-details". I added one asset publisher on news-details and changed configuration and selected "Make this default asset publisher for the page." Now all articles when clicked on titles open in News details page properly.

All articles should be able to get comments but when we add comment it reports -


 Reject processAction for https://...  on 101_INSTANCE_6yDjm6kcSUF4


Am I doing anything wrong?
thumbnail
Ravi Kumar Gupta, modificado 9 Anos atrás.

RE: Reject processAction for https://... on 101_INSTANCE_6yDjm6kcSUF4

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
Solution is:

Add these properties
portlet.add.default.resource.check.enabled=true
#
# Set a list of comma delimited list of portlet ids that will bypass the
# security check set in the property
# "portlet.add.default.resource.check.enabled".
#
portlet.add.default.resource.check.whitelist=3,56_INSTANCE_0000,58,82,86,87,88,103,113,145,164,166,170,177,101_INSTANCE_6yDjm6kcSUF4

Add your own portlet id (along with instance id if any). It will not work until instance id is provided for portlet with multiple instances.