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

Radoslav Husar (JIRA) issues at jboss.org
Fri Aug 7 08:21:02 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096534#comment-13096534 ] 

Radoslav Husar commented on WFLY-5066:
--------------------------------------

The problem is that java.util.Locale#getDefault(java.util.Locale.Category) is used instead of using Locale.US as all other client/servers are using.

> 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: Radoslav Husar
>            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 messaqe "Advertise message digest verification failed for server..." (class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl)
> message send by mod_cluster  filter is: (class io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask)
> {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