[jboss-jira] [JBoss JIRA] (WFLY-5280) Connector attribute max-save-post-size is neither migrated nor migration writing is shown
Radim Hatlapatka (JIRA)
issues at jboss.org
Fri Sep 4 08:34:00 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radim Hatlapatka updated WFLY-5280:
-----------------------------------
Steps to Reproduce:
Try calling :migrate operation on Web subsystem with connector defined like this:
{code:xml}
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" max-connections="100" max-post-size="2048000" enable-lookups="true"
max-save-post-size="4092" />
{code}
And see that there is no migration warning even though the attribute wasn't migrated (see created http listener in undertow subsystem:
{code:xml}
<http-listener name="http" max-connections="100" max-post-size="2048000" resolve-peer-address="true" socket-binding="http"/>
{code}
> Connector attribute max-save-post-size is neither migrated nor migration writing is shown
> -----------------------------------------------------------------------------------------
>
> Key: WFLY-5280
> URL: https://issues.jboss.org/browse/WFLY-5280
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 10.0.0.Beta2
> Reporter: Radim Hatlapatka
> Assignee: Stuart Douglas
> Priority: Critical
>
> When migrating http connector, which has defined attribute {{max-save-post-size}} no warning that it is not possible to migrate the {{max-save-post-size}} is printed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list