[JBoss JIRA] (WFLY-13484) JSF - submitting empty fields does not work
by Frank Heldt (Jira)
Frank Heldt created WFLY-13484:
----------------------------------
Summary: JSF - submitting empty fields does not work
Key: WFLY-13484
URL: https://issues.redhat.com/browse/WFLY-13484
Project: WildFly
Issue Type: Bug
Components: JSF
Affects Versions: 19.1.0.Final
Reporter: Frank Heldt
Assignee: Farah Juma
A simple JSF webapp with an input field
{{<p:inputMask value="#{myCtrl.num}" mask="?9999" slotChar="" size="4" maxlength="4"/>
}}
and in the controller
{{private Short num; // + getter/setter}}
When the input field is empty, the setter is never called on submit.
The same webapp under WildFly 19.0.0 works as expected, in this case the setter is called with a null value.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13483) Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
by Masafumi Miura (Jira)
[ https://issues.redhat.com/browse/WFLY-13483?page=com.atlassian.jira.plugi... ]
Masafumi Miura updated WFLY-13483:
----------------------------------
Description:
Undertow has setReuseXForwarded() method in the builder API of ModCluster and ProxyHandler to enable support to reuse X-Forwarded-* request headers (like X-Forwarded-For header).
However, the undertow subsystem does not expose it as the configurable parameter of <mod-cluster> and <reverse-proxy>.
----
This parameter is useful when the undertow load balance proxy is backed by another proxy server. In such a scenario, the front-end proxy adds X-Forwarded-* request headers to provide information about the original requester.
However, as the current undertow subsystem does not have a configurable parameter to reuse it, undertow mod-cluster and reverse-proxy always overwrite X-Forwarded-For request header with its own information.
was:
Undertow has setReuseXForwarded() method in the builder API of ModCluster and ProxyHandler to enable support to reuse X-Forwarded-* request headers (like X-Forwarded-For header).
However, the undertow subsystem does not expose it as the configurable parameter of <mod-cluster> and <reverse-proxy>.
This parameter is useful when the undertow load balance proxy is backed by another proxy server. In such a case, the front-end proxy adds X-Forwarded-* request headers to provide information about the original requester.
The current implementation is unable to reuse it and overwrites it with its own information.
> Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
> -----------------------------------------------------------------------------
>
> Key: WFLY-13483
> URL: https://issues.redhat.com/browse/WFLY-13483
> Project: WildFly
> Issue Type: Enhancement
> Components: Web (Undertow)
> Affects Versions: 19.1.0.Final
> Reporter: Masafumi Miura
> Assignee: Flavia Rainone
> Priority: Major
>
> Undertow has setReuseXForwarded() method in the builder API of ModCluster and ProxyHandler to enable support to reuse X-Forwarded-* request headers (like X-Forwarded-For header).
> However, the undertow subsystem does not expose it as the configurable parameter of <mod-cluster> and <reverse-proxy>.
> ----
> This parameter is useful when the undertow load balance proxy is backed by another proxy server. In such a scenario, the front-end proxy adds X-Forwarded-* request headers to provide information about the original requester.
> However, as the current undertow subsystem does not have a configurable parameter to reuse it, undertow mod-cluster and reverse-proxy always overwrite X-Forwarded-For request header with its own information.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13483) Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
by Masafumi Miura (Jira)
[ https://issues.redhat.com/browse/WFLY-13483?page=com.atlassian.jira.plugi... ]
Masafumi Miura reassigned WFLY-13483:
-------------------------------------
Assignee: Flavia Rainone (was: Brian Stansberry)
> Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
> -----------------------------------------------------------------------------
>
> Key: WFLY-13483
> URL: https://issues.redhat.com/browse/WFLY-13483
> Project: WildFly
> Issue Type: Enhancement
> Components: Web (Undertow)
> Affects Versions: 19.1.0.Final
> Reporter: Masafumi Miura
> Assignee: Flavia Rainone
> Priority: Major
>
> Undertow has setReuseXForwarded() method in the builder API of ModCluster and ProxyHandler to enable support to reuse X-Forwarded-* request headers (like X-Forwarded-For header).
> However, the undertow subsystem does not expose it as the configurable parameter of <mod-cluster> and <reverse-proxy>.
> This parameter is useful when the undertow load balance proxy is backed by another proxy server. In such a case, the front-end proxy adds X-Forwarded-* request headers to provide information about the original requester.
> The current implementation is unable to reuse it and overwrites it with its own information.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13483) Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
by Masafumi Miura (Jira)
[ https://issues.redhat.com/browse/WFLY-13483?page=com.atlassian.jira.plugi... ]
Masafumi Miura updated WFLY-13483:
----------------------------------
Affects Version/s: 19.1.0.Final
> Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
> -----------------------------------------------------------------------------
>
> Key: WFLY-13483
> URL: https://issues.redhat.com/browse/WFLY-13483
> Project: WildFly
> Issue Type: Enhancement
> Components: Web (Undertow)
> Affects Versions: 19.1.0.Final
> Reporter: Masafumi Miura
> Assignee: Brian Stansberry
> Priority: Major
>
> Undertow has setReuseXForwarded() method in the builder API of ModCluster and ProxyHandler to enable support to reuse X-Forwarded-* request headers (like X-Forwarded-For header).
> However, the undertow subsystem does not expose it as the configurable parameter of <mod-cluster> and <reverse-proxy>.
> This parameter is useful when the undertow load balance proxy is backed by another proxy server. In such a case, the front-end proxy adds X-Forwarded-* request headers to provide information about the original requester.
> The current implementation is unable to reuse it and overwrites it with its own information.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13483) Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
by Masafumi Miura (Jira)
[ https://issues.redhat.com/browse/WFLY-13483?page=com.atlassian.jira.plugi... ]
Masafumi Miura updated WFLY-13483:
----------------------------------
Component/s: Web (Undertow)
> Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
> -----------------------------------------------------------------------------
>
> Key: WFLY-13483
> URL: https://issues.redhat.com/browse/WFLY-13483
> Project: WildFly
> Issue Type: Enhancement
> Components: Web (Undertow)
> Affects Versions: 19.1.0.Final
> Reporter: Masafumi Miura
> Assignee: Brian Stansberry
> Priority: Major
>
> Undertow has setReuseXForwarded() method in the builder API of ModCluster and ProxyHandler to enable support to reuse X-Forwarded-* request headers (like X-Forwarded-For header).
> However, the undertow subsystem does not expose it as the configurable parameter of <mod-cluster> and <reverse-proxy>.
> This parameter is useful when the undertow load balance proxy is backed by another proxy server. In such a case, the front-end proxy adds X-Forwarded-* request headers to provide information about the original requester.
> The current implementation is unable to reuse it and overwrites it with its own information.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13483) Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
by Masafumi Miura (Jira)
Masafumi Miura created WFLY-13483:
-------------------------------------
Summary: Add reuse-x-forwarded support to mod-cluster filter and reverse-proxy handler
Key: WFLY-13483
URL: https://issues.redhat.com/browse/WFLY-13483
Project: WildFly
Issue Type: Enhancement
Reporter: Masafumi Miura
Assignee: Brian Stansberry
Undertow has setReuseXForwarded() method in the builder API of ModCluster and ProxyHandler to enable support to reuse X-Forwarded-* request headers (like X-Forwarded-For header).
However, the undertow subsystem does not expose it as the configurable parameter of <mod-cluster> and <reverse-proxy>.
This parameter is useful when the undertow load balance proxy is backed by another proxy server. In such a case, the front-end proxy adds X-Forwarded-* request headers to provide information about the original requester.
The current implementation is unable to reuse it and overwrites it with its own information.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months