[JBoss JIRA] (WFLY-11090) [GSS](7.2) Uploading content from HAL in SSL doesn't work
by Jörg Bäsner (JIRA)
Jörg Bäsner created WFLY-11090:
----------------------------------
Summary: [GSS](7.2) Uploading content from HAL in SSL doesn't work
Key: WFLY-11090
URL: https://issues.jboss.org/browse/WFLY-11090
Project: WildFly
Issue Type: Bug
Components: Web (Undertow), Web Console
Affects Versions: 14.0.0.Final
Reporter: Jörg Bäsner
Assignee: Stuart Douglas
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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (WFLY-11089) Uploading content from HAL in SSL doesn't work
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-11089?page=com.atlassian.jira.plugin... ]
ehsavoie Hugonnet updated WFLY-11089:
-------------------------------------
Description:
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.
was:
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).
Also I noted that the upload of the file was happening through an XHR and not in the initial request.
This happens in domain and standalone mode.
It doesn't happen with the jboss-cli nor in http.
> Uploading content from HAL in SSL doesn't work
> ----------------------------------------------
>
> Key: WFLY-11089
> URL: https://issues.jboss.org/browse/WFLY-11089
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow), Web Console
> Affects Versions: 14.0.0.Final
> Reporter: ehsavoie Hugonnet
> Assignee: Stuart Douglas
> Attachments: application-roles.properties, 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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (WFLY-11089) Uploading content from HAL in SSL doesn't work
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-11089?page=com.atlassian.jira.plugin... ]
ehsavoie Hugonnet updated WFLY-11089:
-------------------------------------
Attachment: localhost.har
> Uploading content from HAL in SSL doesn't work
> ----------------------------------------------
>
> Key: WFLY-11089
> URL: https://issues.jboss.org/browse/WFLY-11089
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow), Web Console
> Affects Versions: 14.0.0.Final
> Reporter: ehsavoie Hugonnet
> Assignee: Stuart Douglas
> Attachments: application-roles.properties, 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).
> Also I noted that the upload of the file was happening through an XHR and not in the initial request.
> This happens in domain and standalone mode.
> It doesn't happen with the jboss-cli nor in http.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (DROOLS-3053) Warning popup of column type change in Scenario grid
by Daniele Zonca (JIRA)
Daniele Zonca created DROOLS-3053:
-------------------------------------
Summary: Warning popup of column type change in Scenario grid
Key: DROOLS-3053
URL: https://issues.jboss.org/browse/DROOLS-3053
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Daniele Zonca
Assignee: Gabriele Cardosi
Priority: Minor
Implement a warning popup when the user changes the type of a column that has been already populated.
*Acceptance criteria*
- If the column contains no value, no confirmation is needed
- If old and new types are the same the user has to decide if the values should be removed or not
- If old and new types are not the same the user has to accept that old values will be removed
- All warning popups should contains also a "Cancel" command to abort the edit
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (DROOLS-3052) Implement read only mechanism for the cells in Scenario grid
by Daniele Zonca (JIRA)
Daniele Zonca created DROOLS-3052:
-------------------------------------
Summary: Implement read only mechanism for the cells in Scenario grid
Key: DROOLS-3052
URL: https://issues.jboss.org/browse/DROOLS-3052
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Daniele Zonca
Assignee: Gabriele Cardosi
Priority: Minor
Update ScenarioGridColumn and ScenarioGridCell to support read only mode.
ScenarioHeaderMetaData already has a similar mechanism so it is probably possible to define a common interface to abstract this behaviour
*Acceptance criteria*
- If a column is in read only mode all the contained cells have to be read only
- If a cell/column is in read only mode, inline editing should be disabled
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (DROOLS-3051) Implement a HTML-like placeholder mechanism for ScenarioGridModel
by Daniele Zonca (JIRA)
Daniele Zonca created DROOLS-3051:
-------------------------------------
Summary: Implement a HTML-like placeholder mechanism for ScenarioGridModel
Key: DROOLS-3051
URL: https://issues.jboss.org/browse/DROOLS-3051
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Daniele Zonca
Assignee: Gabriele Cardosi
Priority: Minor
Update StringColumnRenderer to support placeholder when cell value is empty.
Placeholder message should be defined at GridCell level and it should have a different style/color (grey + italic)
*Acceptance criteria*
- All the columns should be created empty and with the placeholder
- getValue of a cell with the placeholder should not contain the placeholder text
- If a cell is edited to remove its value the placeholder should appear again
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (WFLY-11089) Uploading content from HAL in SSL doesn't work
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-11089?page=com.atlassian.jira.plugin... ]
ehsavoie Hugonnet updated WFLY-11089:
-------------------------------------
Attachment: application-roles.properties
standalone.xml
truststore.jks
windows2008-1.gsslab.rdu2.redhat.com.jks
> Uploading content from HAL in SSL doesn't work
> ----------------------------------------------
>
> Key: WFLY-11089
> URL: https://issues.jboss.org/browse/WFLY-11089
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow), Web Console
> Affects Versions: 14.0.0.Final
> Reporter: ehsavoie Hugonnet
> Assignee: Stuart Douglas
> Attachments: application-roles.properties, 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).
> Also I noted that the upload of the file was happening through an XHR and not in the initial request.
> This happens in domain and standalone mode.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (WFLY-11089) Uploading content from HAL in SSL doesn't work
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-11089?page=com.atlassian.jira.plugin... ]
ehsavoie Hugonnet updated WFLY-11089:
-------------------------------------
Description:
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).
Also I noted that the upload of the file was happening through an XHR and not in the initial request.
This happens in domain and standalone mode.
It doesn't happen with the jboss-cli nor in http.
was:
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).
Also I noted that the upload of the file was happening through an XHR and not in the initial request.
This happens in domain and standalone mode.
> Uploading content from HAL in SSL doesn't work
> ----------------------------------------------
>
> Key: WFLY-11089
> URL: https://issues.jboss.org/browse/WFLY-11089
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow), Web Console
> Affects Versions: 14.0.0.Final
> Reporter: ehsavoie Hugonnet
> Assignee: Stuart Douglas
> Attachments: application-roles.properties, 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).
> Also I noted that the upload of the file was happening through an XHR and not in the initial request.
> This happens in domain and standalone mode.
> It doesn't happen with the jboss-cli nor in http.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (WFLY-11089) Uploading content from HAL in SSL doesn't work
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-11089?page=com.atlassian.jira.plugin... ]
ehsavoie Hugonnet updated WFLY-11089:
-------------------------------------
Summary: Uploading content from HAL in SSL doesn't work (was: Uploading content from HAL in SSL doesn't work in domain mode)
> Uploading content from HAL in SSL doesn't work
> ----------------------------------------------
>
> Key: WFLY-11089
> URL: https://issues.jboss.org/browse/WFLY-11089
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow), Web Console
> Affects Versions: 14.0.0.Final
> Reporter: ehsavoie Hugonnet
> Assignee: Stuart Douglas
>
> 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).
> Also I noted that the upload of the file was happening through an XHR and not in the initial request.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years