DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29703>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29703 Load profile wrong when using two portals at the same time Summary: Load profile wrong when using two portals at the same time Product: Cocoon 2 Version: 2.1.5 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Setup two portal in two directory base on sample portal,and then: 1.In order to avoid authtication conflict, rename second portal's authentication handler form "portal" to "standard-portal" in its sitemap 2.Rename second portal application name from "portal" to "standard-portal" 3.In cocoon.xconf,add <portal name="standard-portal"> <profile- manager>org.apache.cocoon.portal.profile.ProfileManager/Auth</profile-manager> </portal> below the sample portal If I access both two portal alone ,everything's fine,but if I access any one first and access the other one,the portal need to login(correct).It works wrong: After login,the portal still display the anonymous layout,and the logout link in the right top is displayed.So authtication is pass. So it must the load profile didn't work right.
