[JBoss JIRA] (ELY-773) Where AuthenticationConfiguration has calls to PasswordFactory.getInstance(alg) pass in Supplier<Provider[]>
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-773?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse reassigned ELY-773:
------------------------------------
Assignee: Darran Lofthouse (was: David Lloyd)
> Where AuthenticationConfiguration has calls to PasswordFactory.getInstance(alg) pass in Supplier<Provider[]>
> ------------------------------------------------------------------------------------------------------------
>
> Key: ELY-773
> URL: https://issues.jboss.org/browse/ELY-773
> Project: WildFly Elytron
> Issue Type: Task
> Components: Authentication Client
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 1.1.0.Beta43
>
>
> This may be obsoleted by ongoing work but just wanted an issue to track where AuthenticationConfiguration and related classes currently uses PaswordFactory.getInstance without passing in a Supplier for Provider[].
> * SetCredentialsConfiguration
> * SetKeyStoreCredentialAuthenticationConfiguration
> * ElytronAuthenticator
> * ElytronXmlParser.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ELY-773) Where AuthenticationConfiguration has calls to PasswordFactory.getInstance(alg) pass in Supplier<Provider[]>
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-773?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse updated ELY-773:
---------------------------------
Fix Version/s: 1.1.0.Beta43
(was: 1.1.0.Beta44)
> Where AuthenticationConfiguration has calls to PasswordFactory.getInstance(alg) pass in Supplier<Provider[]>
> ------------------------------------------------------------------------------------------------------------
>
> Key: ELY-773
> URL: https://issues.jboss.org/browse/ELY-773
> Project: WildFly Elytron
> Issue Type: Task
> Components: Authentication Client
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 1.1.0.Beta43
>
>
> This may be obsoleted by ongoing work but just wanted an issue to track where AuthenticationConfiguration and related classes currently uses PaswordFactory.getInstance without passing in a Supplier for Provider[].
> * SetCredentialsConfiguration
> * SetKeyStoreCredentialAuthenticationConfiguration
> * ElytronAuthenticator
> * ElytronXmlParser.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ELY-837) Clean up provider usage and definition in XML config
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-837?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse reassigned ELY-837:
------------------------------------
Assignee: Darran Lofthouse
> Clean up provider usage and definition in XML config
> ----------------------------------------------------
>
> Key: ELY-837
> URL: https://issues.jboss.org/browse/ELY-837
> Project: WildFly Elytron
> Issue Type: Task
> Components: XML
> Reporter: David Lloyd
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 1.1.0.Beta43
>
>
> We are very inconsistent about how we're defining and using providers in the XML configuration. We need to meet the following requirements:
> * Provide a single top-level element from the substitution group {{abstract-providers}} that specifies the providers to use in the absence of any other configuration; default to {{use-system-providers}}
> * Update the following types (or appropriate enclosing type) to accept an optional nested {{abstract-providers}} override:
> ** {{key-store-type}}
> ** {{credential-store-type}}
> ** {{hashed-password-type}}
> * Update the following types to use an optional {{provider}} *attribute* (not nested element) to allow selection of a specific provider:
> ** {{credential-store-type}}
> ** {{key-store-type}} -- already done!
> ** {{hashed-password-type}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ELY-837) Clean up provider usage and definition in XML config
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-837?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse updated ELY-837:
---------------------------------
Fix Version/s: 1.1.0.Beta43
> Clean up provider usage and definition in XML config
> ----------------------------------------------------
>
> Key: ELY-837
> URL: https://issues.jboss.org/browse/ELY-837
> Project: WildFly Elytron
> Issue Type: Task
> Components: XML
> Reporter: David Lloyd
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 1.1.0.Beta43
>
>
> We are very inconsistent about how we're defining and using providers in the XML configuration. We need to meet the following requirements:
> * Provide a single top-level element from the substitution group {{abstract-providers}} that specifies the providers to use in the absence of any other configuration; default to {{use-system-providers}}
> * Update the following types (or appropriate enclosing type) to accept an optional nested {{abstract-providers}} override:
> ** {{key-store-type}}
> ** {{credential-store-type}}
> ** {{hashed-password-type}}
> * Update the following types to use an optional {{provider}} *attribute* (not nested element) to allow selection of a specific provider:
> ** {{credential-store-type}}
> ** {{key-store-type}} -- already done!
> ** {{hashed-password-type}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFLY-8762) WebSocketsDefinition BUFFER_POOL and WORKER are not configured as capability references
by Brian Stansberry (JIRA)
Brian Stansberry created WFLY-8762:
--------------------------------------
Summary: WebSocketsDefinition BUFFER_POOL and WORKER are not configured as capability references
Key: WFLY-8762
URL: https://issues.jboss.org/browse/WFLY-8762
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Brian Stansberry
Assignee: Stuart Douglas
This makes it hard to remove or rename the 'default' worker (e.g. as part of doing performance tuning), because the requirement for that worker isn't shown in standalone.xml. Since there's no capability ref failure, boot proceeds to RUNTIME, ServletContainerService can't start but a whole lot of others can't start as well. So there's a lot of noise that obscures the issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months