Bug 793013 (JBEPP-93) - 8443 connector does not contain emptySessionPath="true"
Summary: 8443 connector does not contain emptySessionPath="true"
Keywords:
Status: CLOSED NEXTRELEASE
Alias: JBEPP-93
Product: JBoss Enterprise Portal Platform 4
Classification: JBoss
Component: unspecified
Version: 4.3.0.GA_CP1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.3.0.GA_CP2
Assignee: Prabhat Jha
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-25 15:04 UTC by Samuel Mendenhall
Modified: 2009-08-11 14:46 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-08-11 14:46:36 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBEPP-93 0 Minor Closed 8443 connector does not contain emptySessionPath="true" 2018-01-25 20:56:04 UTC

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.


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