[JBoss JIRA] (ELY-933) There isn't possibility disable create CS file from scratch
by Peter Skopek (JIRA)
Peter Skopek created ELY-933:
--------------------------------
Summary: There isn't possibility disable create CS file from scratch
Key: ELY-933
URL: https://issues.jboss.org/browse/ELY-933
Project: WildFly Elytron
Issue Type: Bug
Components: Credential Store
Affects Versions: 1.1.0.Beta20
Reporter: Peter Skopek
Assignee: Peter Skopek
Priority: Blocker
There isn't possibility to disable create CS file from scratch.
Earlier we were able to set create.storage to true/false.
I can see problem in this scenario:
* I want to create new CS with path to existing CS file
* I fill wrong path
* Everything pass
But I want to use my CS file, not to create new one.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ELY-749) String.toUpperCase() is used without Locale in AttributeMapping class (Elytron)
by Martin Choma (JIRA)
[ https://issues.jboss.org/browse/ELY-749?page=com.atlassian.jira.plugin.sy... ]
Martin Choma commented on ELY-749:
----------------------------------
Just note, elytron and elytron-subsytem use:
- Locale.ROOT
- Locale.ENGLISH
- Locale.US
Is it worth unifying it?
[~dmlloyd] ^
> String.toUpperCase() is used without Locale in AttributeMapping class (Elytron)
> -------------------------------------------------------------------------------
>
> Key: ELY-749
> URL: https://issues.jboss.org/browse/ELY-749
> Project: WildFly Elytron
> Issue Type: Bug
> Reporter: Josef Cacek
> Assignee: Ilia Vassilev
> Priority: Critical
> Fix For: 1.1.0.Beta17
>
>
> The String.toUpperCase() call is used in constructor of {{AttributeMapping}} class without providing {{Locale.ENGLISH}} or {{Locale.US}} as parameter.
> This can lead to problems on systems with non-English default locale (e.g. {{-Duser.language=tr}}).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8054) Remove messaging's required dependency to SecurityDomainService
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-8054?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil moved JBEAP-8721 to WFLY-8054:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8054 (was: JBEAP-8721)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: JMS)
> Remove messaging's required dependency to SecurityDomainService
> ---------------------------------------------------------------
>
> Key: WFLY-8054
> URL: https://issues.jboss.org/browse/WFLY-8054
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
>
> The messaging-activemq subsystem can use either a legacy security-domain or the new elytron-domain.
> However, when only elytron-domain is defined (and any legacy security domain is removed), the subsystem fails to boot with the error:
> {code}
> 17:52:34,634 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "messaging-activemq"),
> ("server" => "default")
> ]) - failure description: {
> "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.other"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.messaging-activemq.default is missing [jboss.security.security-domain.other]"]
> }
> {code}
> The dependency to jboss.security.security-domain.other must be optional and set only when elytron-domain is not defined.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months