[JBoss JIRA] (MODCLUSTER-572) Normalize hostnames in MCMP messages
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-572?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-572:
--------------------------------------
Issue Type: Bug (was: Enhancement)
> Normalize hostnames in MCMP messages
> ------------------------------------
>
> Key: MODCLUSTER-572
> URL: https://issues.jboss.org/browse/MODCLUSTER-572
> Project: mod_cluster
> Issue Type: Bug
> Components: Core & Container Integration (Java)
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 1.3.6.CR2, 1.4.0.Alpha1, 2.0.0.Alpha1
>
>
> Sort of container aspect of MODCLUSTER-463. Moreover, to mitigate MODCLUSTER-568 for versions <1.2.14.Final we should normalize the hostnames to lowercase we send out in MCMP messages.
> As per RFC 1035 Section 2.3.3 hostnames have to be treated case insensitive.
> The downside to this is that the manager page/logs will display lowercased hostnames.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[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:
--------------------------------------
Affects Version/s: 1.4.0.Final
> 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, 1.4.0.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.5.0#75005)
6 years, 8 months
[JBoss JIRA] (MODCLUSTER-513) Discovery in cloud environments
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-513?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-513:
--------------------------------------
Issue Type: Feature Request (was: Bug)
> Discovery in cloud environments
> -------------------------------
>
> Key: MODCLUSTER-513
> URL: https://issues.jboss.org/browse/MODCLUSTER-513
> Project: mod_cluster
> Issue Type: Feature Request
> Components: Core & Container Integration (Java), Native (httpd modules)
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 2.0.0.Alpha1
>
>
> Currently we only support multicast-based discovery and static configuration none of which is suitable for the clouds.
> Ideally we should generalize discovery and support pluggable implementations (could wildfly-discovery be a starting point?).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months