[JBoss JIRA] (DROOLS-4315) [DMN Designer] Documentation - Download buttons UX
by Elizabeth Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-4315?page=com.atlassian.jira.plugi... ]
Elizabeth Clayton commented on DROOLS-4315:
-------------------------------------------
[~mmenestr] I added links to related jiras in DMN and Process Designer, they are in the "Issue Links" section above ^^.
> [DMN Designer] Documentation - Download buttons UX
> --------------------------------------------------
>
> Key: DROOLS-4315
> URL: https://issues.jboss.org/browse/DROOLS-4315
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Margot Menestrot
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: component-1.png, component-2.png, component-3.png
>
>
> h3. Context:
> Today users can:
> 1) Download the diagram picture by using this component:
> !component-1.png|thumbnail!
> 2) Download the DMN file by using this component:
> !component-2.png|thumbnail!
> 3) Print or Download the documentation as PDF by using the *Print* button (into the Documentation tab):
> !component-3.png|thumbnail!
> 4) Download the documentation as DOC by using the *Download .doc file* button (into the Documentation tab):
> !component-3.png|thumbnail!
> ----
> h3. Problem:
> The "Download" concept is getting confusing for users.
> As a user, I want to be able to:
> - Download the documentation as a .PDF file
> - Download the documentation as a .DOC file
> - Print the documentation
> ----
> h3. Notice:
> This component can be removed (if UX considers that it's necessary):
> !component-1.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-4315) [DMN Designer] Documentation - Download buttons UX
by Elizabeth Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-4315?page=com.atlassian.jira.plugi... ]
Elizabeth Clayton reassigned DROOLS-4315:
-----------------------------------------
Assignee: Margot Menestrot (was: Elizabeth Clayton)
> [DMN Designer] Documentation - Download buttons UX
> --------------------------------------------------
>
> Key: DROOLS-4315
> URL: https://issues.jboss.org/browse/DROOLS-4315
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Margot Menestrot
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: component-1.png, component-2.png, component-3.png
>
>
> h3. Context:
> Today users can:
> 1) Download the diagram picture by using this component:
> !component-1.png|thumbnail!
> 2) Download the DMN file by using this component:
> !component-2.png|thumbnail!
> 3) Print or Download the documentation as PDF by using the *Print* button (into the Documentation tab):
> !component-3.png|thumbnail!
> 4) Download the documentation as DOC by using the *Download .doc file* button (into the Documentation tab):
> !component-3.png|thumbnail!
> ----
> h3. Problem:
> The "Download" concept is getting confusing for users.
> As a user, I want to be able to:
> - Download the documentation as a .PDF file
> - Download the documentation as a .DOC file
> - Print the documentation
> ----
> h3. Notice:
> This component can be removed (if UX considers that it's necessary):
> !component-1.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (WFLY-12305) HPACK decoding huffman-encoded string with EOS symbol
by Jan Stourac (Jira)
Jan Stourac created WFLY-12305:
----------------------------------
Summary: HPACK decoding huffman-encoded string with EOS symbol
Key: WFLY-12305
URL: https://issues.jboss.org/browse/WFLY-12305
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 17.0.1.Final
Reporter: Jan Stourac
Assignee: Flavia Rainone
During the HTTP2 communication where HPACK is utilized, when client sends inappropriate huffman-encoded string containing EOS symbol, server side is supposed to respond with GOAWAY - compression error, although current implementation of Undertow simply continues and sends DATA frame instead. Relevant [RFC section|https://tools.ietf.org/html/rfc7541#section-5.2].
Note that this issue is probably present for long time in Undertow. Current test started to fail after recent fix in the test itself, [see here|https://github.com/summerwind/h2spec/commit/ce109b0cae4731610dbccded...].
{code:title=Test output}
HPACK: Header Compression for HTTP/2
5. Primitive Type Representations
5.2. String Literal Representation
× 3: Sends a Huffman-encoded string literal representation containing the EOS symbol
-> The endpoint MUST treat this as a decoding error.
Expected: GOAWAY Frame (Error Code: COMPRESSION_ERROR)
Connection closed
Actual: DATA Frame (length:1496, flags:0x01, stream_id:1)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-4342) Using BigDecimal with From Accumulate causes an "Error: argument type mismatch"
by Luca Molteni (Jira)
[ https://issues.jboss.org/browse/DROOLS-4342?page=com.atlassian.jira.plugi... ]
Luca Molteni commented on DROOLS-4342:
--------------------------------------
https://github.com/kiegroup/drools/pull/2464/files
> Using BigDecimal with From Accumulate causes an "Error: argument type mismatch"
> -------------------------------------------------------------------------------
>
> Key: DROOLS-4342
> URL: https://issues.jboss.org/browse/DROOLS-4342
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Environment: Red Hat Process Automation Manager (RHPAM) 7.2.0
> Reporter: Rodrigo Ribeiro
> Assignee: Luca Molteni
> Priority: Major
> Labels: BigDecimal, DRL, bigdecimal, drl, kie-server, rhpam, rule
> Attachments: reproducer-02425606.zip, request.json, testSum.scenario
>
>
> When written a rule that does a sum using ‘from accumulate’. The rule validates successfully. However, when trying to test it, is returned a very generic error message: Error: argument type mismatch.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years