[JBoss JIRA] (MODCLUSTER-477) Broken design: session cookie name should be specified on the Context level instead of the Engine level
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-477?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-477:
--------------------------------------
Fix Version/s: 2.0.0.Alpha1
> Broken design: session cookie name should be specified on the Context level instead of the Engine level
> -------------------------------------------------------------------------------------------------------
>
> Key: MODCLUSTER-477
> URL: https://issues.jboss.org/browse/MODCLUSTER-477
> Project: mod_cluster
> Issue Type: Bug
> Components: Core & Container Integration (Java), Documentation & Demos, Native (httpd modules)
> Affects Versions: 1.0.10, 1.1.3.Final, 1.2.11.Final, 1.3.1.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Fix For: 2.0.0.Alpha1
>
>
> In web.xml [2], user is allowed to configure cookie name per context. However, in MCMP [1] this configuration is only propagated on the CONFIG - org.jboss.modcluster.container.Engine level.
> This essentially means that user configuring a cookie name different from the default / or default host configuration will have broken session stickiness.
> [2]
> https://developer.jboss.org/wiki/Mod-ClusterManagementProtocol
> [1]
> {code:xml}
> <xsd:element name="name"
> type="javaee:cookie-nameType"
> minOccurs="0">
> <xsd:annotation>
> <xsd:documentation>
> The name that will be assigned to any session tracking
> cookies created by this web application.
> The default is JSESSIONID
>
> </xsd:documentation>
> </xsd:annotation>
> </xsd:element>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (MODCLUSTER-439) Installation for Tomcat 6/7/8 is cumbersome: revamp distribution profile
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-439?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-439:
--------------------------------------
Priority: Critical (was: Major)
> Installation for Tomcat 6/7/8 is cumbersome: revamp distribution profile
> ------------------------------------------------------------------------
>
> Key: MODCLUSTER-439
> URL: https://issues.jboss.org/browse/MODCLUSTER-439
> Project: mod_cluster
> Issue Type: Task
> Components: Documentation & Demos
> Affects Versions: 1.2.0.Final, 1.3.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Labels: tomcat
> Fix For: 2.0.0.Alpha1
>
>
> The installation in the docs now expects to go around and copy lots of jars to the /lib dir, the package we ship has all the tomcat 6 and 7 jars in the same spot... we shoud align this to be easier and/or include a readme file in the directory. Also update the documentation for people bulding from source.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (MODCLUSTER-439) Installation for Tomcat 6/7/8 is cumbersome: revamp distribution profile
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-439?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-439:
--------------------------------------
Affects Version/s: 1.2.0.Final
> Installation for Tomcat 6/7/8 is cumbersome: revamp distribution profile
> ------------------------------------------------------------------------
>
> Key: MODCLUSTER-439
> URL: https://issues.jboss.org/browse/MODCLUSTER-439
> Project: mod_cluster
> Issue Type: Task
> Components: Documentation & Demos
> Affects Versions: 1.2.0.Final, 1.3.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Labels: tomcat
> Fix For: 2.0.0.Alpha1
>
>
> The installation in the docs now expects to go around and copy lots of jars to the /lib dir, the package we ship has all the tomcat 6 and 7 jars in the same spot... we shoud align this to be easier and/or include a readme file in the directory. Also update the documentation for people bulding from source.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (MODCLUSTER-439) Installation for Tomcat 6/7/8 is cumbersome: revamp distribution profile
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-439?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-439:
--------------------------------------
Issue Type: Task (was: Feature Request)
> Installation for Tomcat 6/7/8 is cumbersome: revamp distribution profile
> ------------------------------------------------------------------------
>
> Key: MODCLUSTER-439
> URL: https://issues.jboss.org/browse/MODCLUSTER-439
> Project: mod_cluster
> Issue Type: Task
> Components: Documentation & Demos
> Affects Versions: 1.2.0.Final, 1.3.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Labels: tomcat
> Fix For: 2.0.0.Alpha1
>
>
> The installation in the docs now expects to go around and copy lots of jars to the /lib dir, the package we ship has all the tomcat 6 and 7 jars in the same spot... we shoud align this to be easier and/or include a readme file in the directory. Also update the documentation for people bulding from source.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (MODCLUSTER-502) Upgrade MulticastSocket to MulticastChannel
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-502?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-502:
--------------------------------------
Description:
* -upgrade requirement to JDK7- = done
* simplify AdvertiseListenerImpl
* remove unused AdvertiseListener lifecycle methods with AutoCloseable
* add tests on IPv6
was:
* -upgrade requirement to JDK7-
* simplify AdvertiseListenerImpl
* remove unused AdvertiseListener lifecycle methods with AutoCloseable
* add tests on IPv6
> Upgrade MulticastSocket to MulticastChannel
> -------------------------------------------
>
> Key: MODCLUSTER-502
> URL: https://issues.jboss.org/browse/MODCLUSTER-502
> Project: mod_cluster
> Issue Type: Feature Request
> Components: Core & Container Integration (Java)
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 2.0.0.Alpha1
>
>
> * -upgrade requirement to JDK7- = done
> * simplify AdvertiseListenerImpl
> * remove unused AdvertiseListener lifecycle methods with AutoCloseable
> * add tests on IPv6
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months