Forums de discussion

[LR7 GA3] Friendly URL for ActionURL : user not allowed

thumbnail
Benjamin Bini, modifié il y a 6 années.

[LR7 GA3] Friendly URL for ActionURL : user not allowed

Junior Member Publications: 31 Date d'inscription: 24/05/13 Publications récentes
Hi,

I have an issue while creating a friendly URL for an actionURL in my portlet in LR7 GA3.

Here is my routes declaration file :

	<route>
		<pattern>/id/{id}</pattern>
		<implicit-parameter name="p_p_lifecycle">0</implicit-parameter>
		<implicit-parameter name="p_p_state">normal</implicit-parameter>
	</route>
	<route>
		<pattern>/process</pattern>
        <implicit-parameter name="p_p_lifecycle">1</implicit-parameter>
	</route>


The renderURL works and I can get the "id" parameter. But the /process url does not work, the "processAction" method never gets called, I have this error in the log :

08:57:59,476 WARN  [http-nio-8080-exec-10][SecurityPortletContainerWrapper:341] User 20164 is not allowed to access URL http://localhost:8080/web/XXX/XXX/-/FRIENDLY_NAMESPACE/process and portlet XX_XXXXXX_XXXXX_XXXXX
thumbnail
Alexandr Kozhin, modifié il y a 6 années.

RE: [LR7 GA3] Friendly URL for ActionURL : user not allowed

New Member Publications: 17 Date d'inscription: 16/02/17 Publications récentes
Did you solve problem? Have the same issue. Friendly URL for action doesn't work.
thumbnail
Benjamin Bini, modifié il y a 6 années.

RE: [LR7 GA3] Friendly URL for ActionURL : user not allowed

Junior Member Publications: 31 Date d'inscription: 24/05/13 Publications récentes
Nope, did not find any, sorry.
Ayatullah Abdulhakim, modifié il y a 5 années.

RE: [LR7 GA3] Friendly URL for ActionURL : user not allowed

Junior Member Publications: 36 Date d'inscription: 12/05/13 Publications récentes
Did you solve the issue?
Emma Watson, modifié il y a 5 années.

RE: [LR7 GA3] Friendly URL for ActionURL : user not allowed

New Member Envoyer: 1 Date d'inscription: 15/05/18 Publications récentes
Benjamin Bini:
Hi,

I have an issue while creating a friendly URL for an actionURL in my portlet in LR7 GA3.

Here is my routes declaration file :

	<route>
		<pattern>/id/{id}</pattern>
		<implicit-parameter name="p_p_lifecycle">0</implicit-parameter>
		<implicit-parameter name="p_p_state">normal</implicit-parameter>
	</route>
	<route>
		<pattern>/process</pattern>
        <implicit-parameter name="p_p_lifecycle">1</implicit-parameter>
	</route>


The renderURL works and I can get the "id" parameter. But the /process url does not work, the "processAction" method never gets called, I have this error in the log :

08:57:59,476 WARN  [http-nio-8080-exec-10][SecurityPortletContainerWrapper:341] User 20164 is not allowed to access URL http://localhost:8080/web/XXX/XXX/-/FRIENDLY_NAMESPACE/process and portlet XX_XXXXXX_XXXXX_XXXXX



Hi Issue is not resolved