Bug 794397 (JBEPP-1441) - Add PortalLoginController to the Migration Guide
Summary: Add PortalLoginController to the Migration Guide
Keywords:
Status: CLOSED NEXTRELEASE
Alias: JBEPP-1441
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Documentation
Version: 5.2.0.GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.2.0.Docs.GA
Assignee: Scott Mumford
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-06 17:32 UTC by Miroslav Cupák
Modified: 2015-01-05 11:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-12-06 22:26:47 UTC
Type: Feature Request


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 794387 0 high CLOSED EPP 5.2 CR documentation issues 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker JBEPP-1441 0 None None None Never

Internal Links: 794387

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



Note You need to log in before you can comment on or make changes to this bug.