Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.) project_key: JBEPP There has been a change in the location of _PortalLoginController_, which is something you specify in _web.xml_ of an extension with a portal container and therefore should be metioned in the Migration Guide. More specifically, this part of _web.xml_ (5.1): {code:xml} <servlet> <servlet-name>PortalLoginController</servlet-name> <servlet-class>org.exoplatform.web.login.PortalLoginController</servlet-class> </servlet> {code} should be changed to this (5.2): {code:xml} <servlet> <servlet-name>PortalLoginController</servlet-name> <servlet-class>org.exoplatform.web.security.PortalLoginController</servlet-class> </servlet> {code}
Scott, can you please include this in the documentation?
Link: Added: This issue is related to JBEPP-1431
Thanks Miroslav The above has been added to https://docs.jboss.org/author/display/GTNPORTAL/Portal+URLs The new version will be exported to docbook and re-staged today.
Release Notes Docs Status: Added: Not Required