[JBoss JIRA] (WFCORE-3596) further improve the permissions mapping configuration model to be manageable to by a tool
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3596?page=com.atlassian.jira.plugi... ]
Darran Lofthouse updated WFCORE-3596:
-------------------------------------
Priority: Critical (was: Major)
> further improve the permissions mapping configuration model to be manageable to by a tool
> -----------------------------------------------------------------------------------------
>
> Key: WFCORE-3596
> URL: https://issues.jboss.org/browse/WFCORE-3596
> Project: WildFly Core
> Issue Type: Task
> Components: Security
> Affects Versions: 4.0.0.Alpha10
> Reporter: Alexey Loubyansky
> Priority: Critical
>
> The current configuration model for mapping permissions does not appear to be manageable by a tool that is trying to add/remove permissions based on the presence/absence of a specific subsystem.
> This is a critical issue for the provisioning mechanism which is not only producing the default configuration that could be simple enough but also allows the user to customize the default configuration and then preserve the user changes after applying a version update or a patch.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3596) further improve the permissions mapping configuration model to be manageable to by a tool
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3596?page=com.atlassian.jira.plugi... ]
Darran Lofthouse moved ELY-1511 to WFCORE-3596:
-----------------------------------------------
Project: WildFly Core (was: WildFly Elytron)
Key: WFCORE-3596 (was: ELY-1511)
Component/s: Security
(was: Permissions)
Affects Version/s: 4.0.0.Alpha10
(was: 1.2.0.Beta12)
> further improve the permissions mapping configuration model to be manageable to by a tool
> -----------------------------------------------------------------------------------------
>
> Key: WFCORE-3596
> URL: https://issues.jboss.org/browse/WFCORE-3596
> Project: WildFly Core
> Issue Type: Task
> Components: Security
> Affects Versions: 4.0.0.Alpha10
> Reporter: Alexey Loubyansky
>
> The current configuration model for mapping permissions does not appear to be manageable by a tool that is trying to add/remove permissions based on the presence/absence of a specific subsystem.
> This is a critical issue for the provisioning mechanism which is not only producing the default configuration that could be simple enough but also allows the user to customize the default configuration and then preserve the user changes after applying a version update or a patch.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9802) Minimize WildFly-specific stuff in welcome-content
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-9802?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-9802:
-----------------------------------
Description:
There are a number of welcome-content things that result in the need for overly complicated changes to convert the welcome-content for other branches (e.g. EAP).
1) Get rid of copyright headers.
2) Use HTML 5 DOCTYPE tag instead of 4.
3) -Rename files like wildfly.css to something generic so the same file name can be used elsewhere, just with different content.- (This is probably a bad idea as looking at the css the files are so different that they aren't really different variations of the same thing. Using the same file name will just lead to spurious merge conflicts.)
4) Add this:
{code}
<!-- proper charset -->
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
{code}
5) Clean up various whitespace etc stuff.
was:
There are a number of welcome-content things that result in the need for overly complicated changes to convert the welcome-content for other branches (e.g. EAP).
1) Get rid of copyright headers.
2) Use HTML 5 DOCTYPE tag instead of 4.
3) Rename files like wildfly.css to something generic so the same file name can be used elsewhere, just with different content.
4) Add this:
{code}
<!-- proper charset -->
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
{code}
5) Clean up various whitespace etc stuff.
> Minimize WildFly-specific stuff in welcome-content
> --------------------------------------------------
>
> Key: WFLY-9802
> URL: https://issues.jboss.org/browse/WFLY-9802
> Project: WildFly
> Issue Type: Task
> Components: Web (Undertow)
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 12.0.0.CR1
>
>
> There are a number of welcome-content things that result in the need for overly complicated changes to convert the welcome-content for other branches (e.g. EAP).
> 1) Get rid of copyright headers.
> 2) Use HTML 5 DOCTYPE tag instead of 4.
> 3) -Rename files like wildfly.css to something generic so the same file name can be used elsewhere, just with different content.- (This is probably a bad idea as looking at the css the files are so different that they aren't really different variations of the same thing. Using the same file name will just lead to spurious merge conflicts.)
> 4) Add this:
> {code}
> <!-- proper charset -->
> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
> {code}
> 5) Clean up various whitespace etc stuff.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2319) Object passed to Decision Table not set in Action columns
by Adil berdai (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2319?page=com.atlassian.jira.plugi... ]
Adil berdai edited comment on DROOLS-2319 at 2/12/18 12:13 PM:
---------------------------------------------------------------
Sorry, I couldn't describe the bug well. I have attached the Excel sheet to be more clair. In the Action column. The System.out.println display a null. The accountRequest.accId is already set to a "1111" ! It sould dispaly this value.
In the version 7.4.1.Final, it works fine !
was (Author: berdaimo):
Sorry, I couldn't describe the bug well. I have attached the Excel sheet to be more clair. In the Action column. The System.out.println display a null. The accountRequest is already set to a "1111" ! It sould dispaly this value.
In the version 7.4.1.Final, it works fine !
> Object passed to Decision Table not set in Action columns
> ---------------------------------------------------------
>
> Key: DROOLS-2319
> URL: https://issues.jboss.org/browse/DROOLS-2319
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 7.6.0.Final
> Reporter: Adil berdai
> Assignee: Mario Fusco
> Priority: Critical
> Attachments: BugDroolsPassedParamDecisonTable.xlsx
>
>
> Hi,
> When I pass an object as parameter to my decison table. this object is set (populated with already assigned values) in conditions but not in action columns. When I call some getters in Action columns already set before , I got a null value in all fields ! It works fine in version 7.4.1.Final : I got all values , but when I switch to the version 7.6.0.Final , it doesn't work !
> I thank you,
> Adil
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2319) Object passed to Decision Table not set in Action columns
by Adil berdai (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2319?page=com.atlassian.jira.plugi... ]
Adil berdai commented on DROOLS-2319:
-------------------------------------
Sorry, I couldn't express the bug well. I have attached the Excel sheet to be more clair. In the Action column. The System.out.println display a null. The accountRequest is already set to a "1111" ! It sould dispaly this value.
In the version 7.4.1.Final, it works fine !
> Object passed to Decision Table not set in Action columns
> ---------------------------------------------------------
>
> Key: DROOLS-2319
> URL: https://issues.jboss.org/browse/DROOLS-2319
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 7.6.0.Final
> Reporter: Adil berdai
> Assignee: Mario Fusco
> Priority: Critical
> Attachments: BugDroolsPassedParamDecisonTable.xlsx
>
>
> Hi,
> When I pass an object as parameter to my decison table. this object is set (populated with already assigned values) in conditions but not in action columns. When I call some getters in Action columns already set before , I got a null value in all fields ! It works fine in version 7.4.1.Final : I got all values , but when I switch to the version 7.6.0.Final , it doesn't work !
> I thank you,
> Adil
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2319) Object passed to Decision Table not set in Action columns
by Adil berdai (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2319?page=com.atlassian.jira.plugi... ]
Adil berdai edited comment on DROOLS-2319 at 2/12/18 12:12 PM:
---------------------------------------------------------------
Sorry, I couldn't describe the bug well. I have attached the Excel sheet to be more clair. In the Action column. The System.out.println display a null. The accountRequest is already set to a "1111" ! It sould dispaly this value.
In the version 7.4.1.Final, it works fine !
was (Author: berdaimo):
Sorry, I couldn't express the bug well. I have attached the Excel sheet to be more clair. In the Action column. The System.out.println display a null. The accountRequest is already set to a "1111" ! It sould dispaly this value.
In the version 7.4.1.Final, it works fine !
> Object passed to Decision Table not set in Action columns
> ---------------------------------------------------------
>
> Key: DROOLS-2319
> URL: https://issues.jboss.org/browse/DROOLS-2319
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 7.6.0.Final
> Reporter: Adil berdai
> Assignee: Mario Fusco
> Priority: Critical
> Attachments: BugDroolsPassedParamDecisonTable.xlsx
>
>
> Hi,
> When I pass an object as parameter to my decison table. this object is set (populated with already assigned values) in conditions but not in action columns. When I call some getters in Action columns already set before , I got a null value in all fields ! It works fine in version 7.4.1.Final : I got all values , but when I switch to the version 7.6.0.Final , it doesn't work !
> I thank you,
> Adil
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2319) Object passed to Decision Table not set in Action columns
by Adil berdai (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2319?page=com.atlassian.jira.plugi... ]
Adil berdai updated DROOLS-2319:
--------------------------------
Attachment: BugDroolsPassedParamDecisonTable.xlsx
> Object passed to Decision Table not set in Action columns
> ---------------------------------------------------------
>
> Key: DROOLS-2319
> URL: https://issues.jboss.org/browse/DROOLS-2319
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 7.6.0.Final
> Reporter: Adil berdai
> Assignee: Mario Fusco
> Priority: Critical
> Attachments: BugDroolsPassedParamDecisonTable.xlsx
>
>
> Hi,
> When I pass an object as parameter to my decison table. this object is set (populated with already assigned values) in conditions but not in action columns. When I call some getters in Action columns already set before , I got a null value in all fields ! It works fine in version 7.4.1.Final : I got all values , but when I switch to the version 7.6.0.Final , it doesn't work !
> I thank you,
> Adil
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2319) Object passed to Decision Table not set in Action columns
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2319?page=com.atlassian.jira.plugi... ]
Mario Fusco commented on DROOLS-2319:
-------------------------------------
Sorry, but the description of this issue is not clear to me. It would be very helpful if you could send a small reproducer of this problem. Thanks.
> Object passed to Decision Table not set in Action columns
> ---------------------------------------------------------
>
> Key: DROOLS-2319
> URL: https://issues.jboss.org/browse/DROOLS-2319
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 7.6.0.Final
> Reporter: Adil berdai
> Assignee: Mario Fusco
> Priority: Critical
>
> Hi,
> When I pass an object as parameter to my decison table. this object is set (populated with already assigned values) in conditions but not in action columns. When I call some getters in Action columns already set before , I got a null value in all fields ! It works fine in version 7.4.1.Final : I got all values , but when I switch to the version 7.6.0.Final , it doesn't work !
> I thank you,
> Adil
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ELY-1511) further improve the permissions mapping configuration model to be manageable to by a tool
by Alexey Loubyansky (JIRA)
Alexey Loubyansky created ELY-1511:
--------------------------------------
Summary: further improve the permissions mapping configuration model to be manageable to by a tool
Key: ELY-1511
URL: https://issues.jboss.org/browse/ELY-1511
Project: WildFly Elytron
Issue Type: Task
Components: Permissions
Affects Versions: 1.2.0.Beta12
Reporter: Alexey Loubyansky
The current configuration model for mapping permissions does not appear to be manageable by a tool that is trying to add/remove permissions based on the presence/absence of a specific subsystem.
This is a critical issue for the provisioning mechanism which is not only producing the default configuration that could be simple enough but also allows the user to customize the default configuration and then preserve the user changes after applying a version update or a patch.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months