Bug 794397 (JBEPP-1441)

Summary: Add PortalLoginController to the Migration Guide
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Miroslav Cupák <mcupak>
Component: DocumentationAssignee: Scott Mumford <smumford>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0.GACC: epp-bugs, mcupak, tkyjovsk
Target Milestone: ---   
Target Release: 5.2.0.Docs.GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-1441
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-06 22:26:47 UTC Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Miroslav Cupák 2011-12-06 17:32:27 UTC
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}

Comment 1 Miroslav Cupák 2011-12-06 17:33:34 UTC
Scott, can you please include this in the documentation?

Comment 2 Miroslav Cupák 2011-12-06 17:35:54 UTC
Link: Added: This issue is related to JBEPP-1431


Comment 3 Scott Mumford 2011-12-06 22:26:47 UTC
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.

Comment 4 Jared MORGAN 2011-12-11 22:19:15 UTC
Release Notes Docs Status: Added: Not Required