Vista combinada Visión Plana Vista de árbol
toggle
Cameron McBride
How to tell if PACL is enabled?
31 de octubre de 2012 10:38
Respuesta

Cameron McBride

Ranking: Youngling

Mensajes: 0

Fecha de incorporación: 8 de febrero de 2011

Mensajes recientes

Is there some easy way I tell if my "security-manager-enabled=true" is working? I am running 6.1 CE GA2. I see nothing on startup about PACL.

I have deployed my portlet, which I'm sure should fail but I see no warnings or errors on deployment or when using the portlet.

What is some simple line I could add to my portlet that would definitely cause a PACL error?
Cameron McBride
RE: How to tell if PACL is enabled?
31 de octubre de 2012 16:14
Respuesta

Cameron McBride

Ranking: Youngling

Mensajes: 0

Fecha de incorporación: 8 de febrero de 2011

Mensajes recientes

I have looked in the portal console at Portal Properties and I can see that it is set to true:
security-manager-enabled true

I also tried downloading several portlets from the market and none so far have had any permissions in the liferay-plugin-package.properties file.

Update:
Continuing on impossible hunt I tried adding in some code to download from the url google.com. This should trigger the socket security (http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/lp-6-1-dgen11-socket-security-0) but it does not.
Cameron McBride
RE: How to tell if PACL is enabled?
31 de octubre de 2012 16:35
Respuesta

Cameron McBride

Ranking: Youngling

Mensajes: 0

Fecha de incorporación: 8 de febrero de 2011

Mensajes recientes

Got it. You have to put the security-manager-enabled=true in both your portal-ext.properties and in the liferay-package-plugin.properties of the portlet.
Shinn Lok
RE: How to tell if PACL is enabled?
1 de noviembre de 2012 13:37
Respuesta

Shinn Lok

Ranking: Youngling

Mensajes: 0

Fecha de incorporación: 14 de enero de 2011

Mensajes recientes

Just to clarify, security-manager-enabled=true is not needed in your portal-ext.properties. In fact, it doesn't do anything as there's no such portal property.
Cameron McBride
RE: How to tell if PACL is enabled?
1 de noviembre de 2012 17:05
Respuesta

Cameron McBride

Ranking: Youngling

Mensajes: 0

Fecha de incorporación: 8 de febrero de 2011

Mensajes recientes

Thanks! I have removed it from my portal-ext.

Forums

To access the Developer Forum, please login to your Liferay.com account if you are already a registered developer or register to become a developer.