-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR10
-
None
Not possible to add the configuration since
Unexpected HTTP response: 500
Request
{
"operation" => "list-add",
"address" => [
("subsystem" => "elytron"),
("http-authentication-factory" => "test")
],
"name" => "mechanism-configurations",
"value" => {
"mechanism-name" => "test",
"host-name" => "test"
}
}
Response
Internal Server Error
{
"outcome" => "failed",
"rolled-back" => true
}
If user add the configuration using CLI and then tries to remove it using console it's again not possible due to
Request
{
"operation" => "list-remove",
"address" => [
("subsystem" => "elytron"),
("http-authentication-factory" => "test")
],
"name" => "mechanism-configurations",
"value" => {
"mechanism-name" => "test",
"host-name" => "test"
}
}
Response
Internal Server Error
{
"outcome" => "failed",
"rolled-back" => true
}
Both these errors are caused by console using http-authentication-factory instead of sasl-authentication-factory
- is cloned by
-
HAL-1267 Not possible to either add or remove mechanism-configurations of SASL Authentication
-
- Resolved
-
- is incorporated by
-
JBEAP-8408 (7.1.0) Upgrade HAL to 2.9.1.Final
-
- Closed
-