[JBoss JIRA] (WFCORE-544) Inconsistent handling of system properties.
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFCORE-544?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on WFCORE-544:
------------------------------------------------
Kabir Khan <kkhan(a)redhat.com> changed the Status of [bug 1192467|https://bugzilla.redhat.com/show_bug.cgi?id=1192467] from POST to MODIFIED
> Inconsistent handling of system properties.
> --------------------------------------------
>
> Key: WFCORE-544
> URL: https://issues.jboss.org/browse/WFCORE-544
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Emmanuel Hugonnet
> Assignee: Emmanuel Hugonnet
>
> Description of problem:
> Having a domain with a single server group and two eap hosts (all on localhost), following system property cause server to fail on startup:
> <property name="org.jbpm.designer.perspective" value="${org.jbpm.designer.perspective:full}"/>
> The problem occurs only in definition with possibility to override default value - <property name="X" value="${Y:default}"/>, where X = Y
> Please see the error message in attached server log excerpt.
> More interesting is the fact that the issue shows with domain mode only, standalone mode works with properties defined as above.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (SECURITY-875) SubjectCNMapping doesn't not manage correctly "Special Characters" like , (comma)
by Greg Autric (JIRA)
[ https://issues.jboss.org/browse/SECURITY-875?page=com.atlassian.jira.plug... ]
Greg Autric edited comment on SECURITY-875 at 2/18/15 9:04 AM:
---------------------------------------------------------------
KeyStore Test File
2 Certificates
ALIAS -> DN
selfsigned0 -> "CN=Picketbox vault 0, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us"
selfsigned2 -> "CN=Picketbox\, vault 2, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us"
was (Author: gautric):
KeyStore Test File
2 Certificates
"CN=Picketbox\, vault 2, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us"
"CN=Picketbox vault 0, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us"
> SubjectCNMapping doesn't not manage correctly "Special Characters" like , (comma)
> -----------------------------------------------------------------------------------
>
> Key: SECURITY-875
> URL: https://issues.jboss.org/browse/SECURITY-875
> Project: PicketBox
> Issue Type: Bug
> Components: JBossSX
> Reporter: Greg Autric
> Assignee: Stefan Guilhen
> Attachments: keystore.jks
>
>
> If we have a certificate with a DN like this
> "CN=Picketbox\, vault 2, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us" (comma after Picketbox)
> we get a Principal with ["picketbox] name instead of [Picketbox, vault 2]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (SECURITY-875) SubjectCNMapping doesn't not manage correctly "Special Characters" like , (comma)
by Greg Autric (JIRA)
[ https://issues.jboss.org/browse/SECURITY-875?page=com.atlassian.jira.plug... ]
Greg Autric updated SECURITY-875:
---------------------------------
Attachment: keystore.jks
KeyStore Test File
2 Certificates
"CN=Picketbox\, vault 2, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us"
"CN=Picketbox vault 0, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us"
> SubjectCNMapping doesn't not manage correctly "Special Characters" like , (comma)
> -----------------------------------------------------------------------------------
>
> Key: SECURITY-875
> URL: https://issues.jboss.org/browse/SECURITY-875
> Project: PicketBox
> Issue Type: Bug
> Components: JBossSX
> Reporter: Greg Autric
> Assignee: Stefan Guilhen
> Attachments: keystore.jks
>
>
> If we have a certificate with a DN like this
> "CN=Picketbox\, vault 2, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us" (comma after Picketbox)
> we get a Principal with ["picketbox] name instead of [Picketbox, vault 2]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (ELY-158) Add a ClearPassword test
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-158:
------------------------------------
Summary: Add a ClearPassword test
Key: ELY-158
URL: https://issues.jboss.org/browse/ELY-158
Project: WildFly Elytron
Issue Type: Enhancement
Components: Testsuite
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Alpha1
A very trivial test case but also very embarrassing if we break it ;-)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-1066) Automatic configuration of 'Initial_hosts' for a cluster using JGroups TCP-stack in domain mode
by Dominik Pospisil (JIRA)
[ https://issues.jboss.org/browse/WFLY-1066?page=com.atlassian.jira.plugin.... ]
Dominik Pospisil commented on WFLY-1066:
----------------------------------------
I have been playing with this recently and there is a working prototype:
https://github.com/dpospisil/wildfly-core/tree/dping
https://github.com/dpospisil/wildfly/tree/dping
Usage:
Switch default stack to TCP and replace MPING protocol with this one:
<protocol type="org.jboss.as.clustering.jgroups.protocol.DPING" module="org.jboss.as.clustering.jgroups"/>
Servers will than discover running servers across domain in the same server group.
> Automatic configuration of 'Initial_hosts' for a cluster using JGroups TCP-stack in domain mode
> -----------------------------------------------------------------------------------------------
>
> Key: WFLY-1066
> URL: https://issues.jboss.org/browse/WFLY-1066
> Project: WildFly
> Issue Type: Feature Request
> Components: Domain Management
> Environment: Server running in Domain mode
> Reporter: Wolf-Dieter Fink
> Assignee: Dominik Pospisil
> Labels: clustering, domain, jgroups
>
> It is complicated to keep the subsystem JGroups in sync if the tcp-stack is used in domain mode.
> All new servers that join/leave a clustered server group (configuration) must be added or removed by hand for the jgroup configuration.
> The domain server will receive the informations if a host-controller enrol and register server to a clustered server-group.
> So the configuration of the initial_hosts can be done automaticaly to avoid old entries which cause unnecessary checks and ensure that all active servers are known.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFCORE-544) Inconsistent handling of system properties.
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFCORE-544?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on WFCORE-544:
------------------------------------------------
Kabir Khan <kkhan(a)redhat.com> changed the Status of [bug 1192467|https://bugzilla.redhat.com/show_bug.cgi?id=1192467] from ASSIGNED to POST
> Inconsistent handling of system properties.
> --------------------------------------------
>
> Key: WFCORE-544
> URL: https://issues.jboss.org/browse/WFCORE-544
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Emmanuel Hugonnet
> Assignee: Emmanuel Hugonnet
>
> Description of problem:
> Having a domain with a single server group and two eap hosts (all on localhost), following system property cause server to fail on startup:
> <property name="org.jbpm.designer.perspective" value="${org.jbpm.designer.perspective:full}"/>
> The problem occurs only in definition with possibility to override default value - <property name="X" value="${Y:default}"/>, where X = Y
> Please see the error message in attached server log excerpt.
> More interesting is the fact that the issue shows with domain mode only, standalone mode works with properties defined as above.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months