[JBoss JIRA] (ELY-1127) WildFly Elytron Tool, Help output must contain information about default values of options.
by Hynek Švábek (JIRA)
[ https://issues.jboss.org/browse/ELY-1127?page=com.atlassian.jira.plugin.s... ]
Hynek Švábek updated ELY-1127:
------------------------------
Description:
Help output of Vault command must contain information about default values of options.
There are some options which has default value:
* alias
* location
* enc-dir
* iteration
* salt
was:
Help output must contain information about default values of options.
There are some options which has default value:
* alias
* location
* enc-dir
* iteration
* salt
> WildFly Elytron Tool, Help output must contain information about default values of options.
> -------------------------------------------------------------------------------------------
>
> Key: ELY-1127
> URL: https://issues.jboss.org/browse/ELY-1127
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Credential Store
> Reporter: Hynek Švábek
> Assignee: Ilia Vassilev
>
> Help output of Vault command must contain information about default values of options.
> There are some options which has default value:
> * alias
> * location
> * enc-dir
> * iteration
> * salt
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (WFLY-8702) rewrite handler produces invalid URLs when used with query part
by Stuart Douglas (JIRA)
Stuart Douglas created WFLY-8702:
------------------------------------
Summary: rewrite handler produces invalid URLs when used with query part
Key: WFLY-8702
URL: https://issues.jboss.org/browse/WFLY-8702
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 10.1.0.Final
Environment: * Windows 10
* Wildfly 10.1.0 Final
Reporter: Markus Stier
Assignee: Stuart Douglas
Context:
a request of the form "http://home:8180/" should be rewritten to "http://home:8180/somepath?param=1234"
Problem:
The rewrite handler produces URLs which contain duplicated query parts and question marks. See excerpt from access log below.
{code}
[26/Apr/2017:09:26:09 +0200] home:8180 "GET /somepath?param=1234??param=1234 HTTP/1.1" 404
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (WFLY-8697) Address DeploymentUnitProcessor leaks in the codebase
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-8697?page=com.atlassian.jira.plugin.... ]
Stuart Douglas commented on WFLY-8697:
--------------------------------------
This is not possible without a major rework of the DUP process, that would come with a significant memory cost.
For some deployment processors this is simple, they add something to the DeploymentUnit, so undeploy can simply remove it, however for most of them it is not nearly this simple as they mutate data structures rather than just adding something. This would mean they would need to 'undo' what that have done, which in general would require a lot more book keeping, as they essentially need to store the state pre modification, which has a significant runtime memory cost.
This is why the deployment is restarted on a dependency change, because even though we could force undeploy to be the opposite of deploy it is both very error prone and comes with a big runtime memory cost.
> Address DeploymentUnitProcessor leaks in the codebase
> -----------------------------------------------------
>
> Key: WFLY-8697
> URL: https://issues.jboss.org/browse/WFLY-8697
> Project: WildFly
> Issue Type: Task
> Affects Versions: 11.0.0.Alpha1
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> In order to get singleton deployments fully working, we need to address the numerous {{org.jboss.as.server.deployment.DeploymentUnitProcessor#undeploy}} implementation leaks.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (ELY-1132) Unable to load passwords from wildfly-config.xml
by Stuart Douglas (JIRA)
Stuart Douglas created ELY-1132:
-----------------------------------
Summary: Unable to load passwords from wildfly-config.xml
Key: ELY-1132
URL: https://issues.jboss.org/browse/ELY-1132
Project: WildFly Elytron
Issue Type: Bug
Reporter: Stuart Douglas
Assignee: Darran Lofthouse
I see the following exception, adding use-service-loader-providers does not help
Caused by: java.security.NoSuchAlgorithmException: ELY08028: Invalid algorithm "clear"
at org.wildfly.security.password.PasswordFactory.getInstance(PasswordFactory.java:121)
at org.wildfly.security.auth.client.ElytronXmlParser.lambda$parseClearPassword$47(ElytronXmlParser.java:2009)
... 46 more
Looks like this should just be hard coded to use the Elytron provider?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months