Bug 793013 (JBEPP-93)

Summary: 8443 connector does not contain emptySessionPath="true"
Product: [JBoss] JBoss Enterprise Portal Platform 4 Reporter: Samuel Mendenhall <smendenh>
Component: unspecifiedAssignee: Prabhat Jha <prabhat.jha>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.3.0.GA_CP1   
Target Milestone: ---   
Target Release: 4.3.0.GA_CP2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-93
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-11 14:46:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Samuel Mendenhall 2009-06-25 15:04:23 UTC
Complexity: Low
Date of First Response: 2009-08-10 19:57:21
Help Desk Ticket Reference: https://enterprise.redhat.com/issue-tracker/308921
project_key: JBEPP

Each connector except the 8443 connector has the emptySessionPath="true" by default which is required for proper Portal behaviour.

Comment 1 Prabhat Jha 2009-08-10 23:57:21 UTC
I modified epp release script to include:

	       <replace file="${jboss.home}/server/production/deploy/jboss-web.deployer/server.xml" token="clientAuth" value='emptySessionPath="true" clientAuth' />
		<replace file="${jboss.home}/server/default/deploy/jboss-web.deployer/server.xml" token="clientAuth" value='emptySessionPath="true" clientAuth' />
		<replace file="${jboss.home}/server/all/deploy/jboss-web.deployer/server.xml" token="clientAuth" value='emptySessionPath="true" clientAuth' />

I am going to keep this jira open because once https://jira.jboss.org/jira/browse/JBPAPP-2291 is fixed, EPP CP03 would not need this fix anymore.


Comment 2 Prabhat Jha 2009-08-11 14:46:36 UTC
I will create another for CP03 so that it's tracked better.