Hide Forgot
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.
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.
I will create another for CP03 so that it's tracked better.