]
ehsavoie Hugonnet moved WFLY-11089 to WFCORE-4149:
--------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-4149 (was: WFLY-11089)
Component/s: Management
(was: Web (Undertow))
(was: Web Console)
Affects Version/s: 7.0.0.Alpha2
(was: 14.0.0.Final)
Uploading content from HAL in SSL doesn't work
----------------------------------------------
Key: WFCORE-4149
URL:
https://issues.jboss.org/browse/WFCORE-4149
Project: WildFly Core
Issue Type: Bug
Components: Management
Affects Versions: 7.0.0.Alpha2
Reporter: ehsavoie Hugonnet
Assignee: Stuart Douglas
Priority: Major
Attachments: application-roles.properties, https_webcons.jks, localhost.har,
standalone.xml, truststore.jks, windows2008-1.gsslab.rdu2.redhat.com.jks
When uploading a file from the web console to WildFly using an SSL secured connection the
content is not stored, it is replaced by the Base64 DMR operation.
Looking at the request I didn't see the file part of the multipart request the
parsing return only 1 part while the request on management-upload seems to have 2 parts
(see attached har file).
It doesn't happen with the jboss-cli (ssl or not) nor in HAL on HTTP.
Size does matter, a small deployment is ok to upload.