Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-997

[Migration operation] [Web to Undertow] Connector attribute max-save-post-size is neither migrated nor migration writing is shown

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 7.0.0.DR10
    • 7.0.0.DR9
    • Migration, Undertow
    • None
    • Hide

      Try calling :migrate operation on Web subsystem with connector defined like this:

      <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" />
      

      And see that there is no migration warning even though the attribute wasn't migrated (see created http listener in undertow subsystem:

      <http-listener name="http" max-connections="100" max-post-size="2048000" resolve-peer-address="true" socket-binding="http"/>
      
      Show
      Try calling :migrate operation on Web subsystem with connector defined like this: <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" /> And see that there is no migration warning even though the attribute wasn't migrated (see created http listener in undertow subsystem: <http-listener name= "http" max-connections= "100" max-post-size= "2048000" resolve-peer-address= "true" socket-binding= "http" />

      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.

            sdouglas1@redhat.com Stuart Douglas
            rhatlapa@redhat.com Radim Hatlapatka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: