[jboss-jira] [JBoss JIRA] (WFLY-5066) Front End Load Balancer does not work with sk_SK locale

Peter Kohaut (JIRA) issues at jboss.org
Thu Aug 6 12:55:02 EDT 2015


Peter Kohaut created WFLY-5066:
----------------------------------

             Summary: Front End Load Balancer does not work with sk_SK locale 
                 Key: WFLY-5066
                 URL: https://issues.jboss.org/browse/WFLY-5066
             Project: WildFly
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 9.0.1.Final
         Environment: windows enterprise 10 64b (english language) , jdk 1.8.0_51 64b
            Reporter: Peter Kohaut
            Assignee: Paul Ferraro
            Priority: Critical


when i'm trying to use mod_cluster undertow filter with default locale set to sk_SK, everytime when advertise message is sent it is rejected by clustered server with messaqge "Advertise message digest verification failed for server...".
message send by mod_cluster (class MCMPAdvertiseTask) filter is:
{code}
HTTP/1.0 200 OK
Date: Št, 6 aug 2015 18:30:06 +0200
Sequence: 1
Digest: 8cf5a5ebf35667a01c7298db3fb7fdbe
Server: 970d1fd6-1df4-4115-b704-9fd7fe7cbeb8
X-Manager-Address: 127.0.0.1:8080
X-Manager-Url: /
X-Manager-Protocol: http
X-Manager-Host: 127.0.0.1
{code}

please notice character "Š" in date field.

When I switch to locale en_US, now the date field does not contains any non ASCII character, and clustering works as expected



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list