[JBoss JIRA] (WFLY-12251) Add transitives to BOMs with dependencies
by Eduardo Martins (Jira)
Eduardo Martins created WFLY-12251:
--------------------------------------
Summary: Add transitives to BOMs with dependencies
Key: WFLY-12251
URL: https://issues.jboss.org/browse/WFLY-12251
Project: WildFly
Issue Type: Enhancement
Reporter: Eduardo Martins
Assignee: Brian Stansberry
... otherwise when users want to have a single dependency on the BOM they need to also import the BOM, to get the proper dependency management.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months
[JBoss JIRA] (JGRP-2273) ASYM_ENCRYPT: deprecate encrypt_entire_message
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2273?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-2273:
--------------------------------
You're right, of course! I changed the initial comment, thanks for catching this!
> ASYM_ENCRYPT: deprecate encrypt_entire_message
> ----------------------------------------------
>
> Key: JGRP-2273
> URL: https://issues.jboss.org/browse/JGRP-2273
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: 4.0.12
>
>
> In {{ASYM_ENCRYPT}}, {{encrypt_entire_message}} encrypts not only the payload, but also metadata such as destination and sender's address, headers and flags.
> The rationale was to prevent replay attacks. However, this is not an issue, as replayed messages will simply get dropped by the retransmission layer (e.g. NAKACK2 or UNICAST3).
> If people still want this feature, they can write a protocol _above_ {{ASYM_ENCRYPT}}, which serializes the entire message into the payload of a new message, and this would be exactly the same as setting {{encrypt_entire_message}} to {{true}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months
[JBoss JIRA] (JGRP-2273) ASYM_ENCRYPT: deprecate encrypt_entire_message
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2273?page=com.atlassian.jira.plugin.... ]
Bela Ban edited comment on JGRP-2273 at 6/28/19 2:20 AM:
---------------------------------------------------------
A new protocol {{SERIALIZE}} has been created and can be used instead of {{encrypt_entire_message}} as follows:
{code:xml}
...
<ASYM_ENCRYPT/>
<SERIALIZE/>
...
{code}
An example is shown in {{EncryptTest.testCapturingOfMessageByNonMemberAndResending()}}
was (Author: belaban):
A new protocol {{SERIALIZE}} has been created and can be used instead of {{encrypt_entire_message}} as follows:
{code:xml}
...
<SERIALIZE/>
<ASYM_ENCRYPT/>
...
{code}
An example is shown in {{EncryptTest.testCapturingOfMessageByNonMemberAndResending()}}
> ASYM_ENCRYPT: deprecate encrypt_entire_message
> ----------------------------------------------
>
> Key: JGRP-2273
> URL: https://issues.jboss.org/browse/JGRP-2273
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: 4.0.12
>
>
> In {{ASYM_ENCRYPT}}, {{encrypt_entire_message}} encrypts not only the payload, but also metadata such as destination and sender's address, headers and flags.
> The rationale was to prevent replay attacks. However, this is not an issue, as replayed messages will simply get dropped by the retransmission layer (e.g. NAKACK2 or UNICAST3).
> If people still want this feature, they can write a protocol _above_ {{ASYM_ENCRYPT}}, which serializes the entire message into the payload of a new message, and this would be exactly the same as setting {{encrypt_entire_message}} to {{true}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months
[JBoss JIRA] (WFLY-12249) Align legacy distributable-web subsystem xml template with xml parser description
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-12249:
-----------------------------------
Summary: Align legacy distributable-web subsystem xml template with xml parser description
Key: WFLY-12249
URL: https://issues.jboss.org/browse/WFLY-12249
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 17.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Legacy build template uses:
<infinispan-session-management name="default" cache-container="web" granularity="SESSION">
... but xml parser description outputs:
<infinispan-session-management name="default" granularity="SESSION" cache-container="web">
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months
[JBoss JIRA] (WFLY-12247) Align legacy distributable-web subsystem xml template with xml parser description
by Paul Ferraro (Jira)
[ https://issues.jboss.org/browse/WFLY-12247?page=com.atlassian.jira.plugin... ]
Paul Ferraro updated WFLY-12247:
--------------------------------
Description:
Legacy build template uses:
<infinispan-session-management name="default" cache-container="web" granularity="SESSION">
... but xml parser description outputs:
<infinispan-session-management name="default" granularity="SESSION" cache-container="web">
> Align legacy distributable-web subsystem xml template with xml parser description
> ---------------------------------------------------------------------------------
>
> Key: WFLY-12247
> URL: https://issues.jboss.org/browse/WFLY-12247
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 17.0.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Major
>
> Legacy build template uses:
> <infinispan-session-management name="default" cache-container="web" granularity="SESSION">
> ... but xml parser description outputs:
> <infinispan-session-management name="default" granularity="SESSION" cache-container="web">
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months