Kombinierte Ansicht Flache Ansicht Baumansicht
toggle
Cameron McBride
How to tell if PACL is enabled?
31. Oktober 2012 10:38
Antwort

Cameron McBride

Rang: Youngling

Nachrichten: 0

Eintrittsdatum: 8. Februar 2011

Neue Beiträge

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. Oktober 2012 16:14
Antwort

Cameron McBride

Rang: Youngling

Nachrichten: 0

Eintrittsdatum: 8. Februar 2011

Neue Beiträge

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. Oktober 2012 16:35
Antwort

Cameron McBride

Rang: Youngling

Nachrichten: 0

Eintrittsdatum: 8. Februar 2011

Neue Beiträge

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. November 2012 13:37
Antwort

Shinn Lok

Rang: Youngling

Nachrichten: 0

Eintrittsdatum: 14. Januar 2011

Neue Beiträge

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. November 2012 17:05
Antwort

Cameron McBride

Rang: Youngling

Nachrichten: 0

Eintrittsdatum: 8. Februar 2011

Neue Beiträge

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.