-
Type:
Technical Task
-
Status: Closed
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0 M6
-
Component/s: Security Vulnerability
-
Labels:None
From https://github.com/brianchandotcom/liferay-portal/pull/26915#issuecomment-106897115:
@topolik cI renamed *.impl to *.internal. But, I don't like it.
Can you:
1.) Move AutoLogin related classes from portal-service/com.liferay.portal.security.auth to portal-service/com.liferay.portal.kernel.security.auth.auto.login
2.) Move AuthVerifier related classes from portal-service/com.liferay.portal.security.auth to portal-service/com.liferay.portal.kernel.security.auth.verifier
3.) Update all references in core and modules to use the new packages. CASAutoLogin should be com.com.liferay.portal.security.sso.cas.auto.login
4.) Update portal.properties (all of the documentation pointing to CASAutoLogin, RememberMeAutoLogin) is using the old packages still.
5.) Update references in plugins.
Thx @topolik