[JBoss JIRA] (WFLY-8413) Clients using SecurityClientFactory are not authenticated when using Elytron
by Farah Juma (JIRA)
[ https://issues.jboss.org/browse/WFLY-8413?page=com.atlassian.jira.plugin.... ]
Farah Juma reassigned WFLY-8413:
--------------------------------
Assignee: Farah Juma (was: Darran Lofthouse)
> Clients using SecurityClientFactory are not authenticated when using Elytron
> ----------------------------------------------------------------------------
>
> Key: WFLY-8413
> URL: https://issues.jboss.org/browse/WFLY-8413
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Security
> Reporter: Josef Cacek
> Assignee: Farah Juma
> Priority: Blocker
>
> Clients using {{org.jboss.security.client.SecurityClientFactory}} are not authenticated when Elytron security is used on the server.
> For instance if a servlet authenticates to call a protected EJB:
> {code:java}
> SecurityClient client = SecurityClientFactory.getSecurityClient();
> client.setSimple("user", "password");
> client.login();
> ejb.callProtectedMethod();
> // ...
> {code}
> Clients with such code don't work with Elytron, which makes easy application migration to Elytron impossible.
> Setting priority to blocker as we need to provide a simple migration way.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months
[JBoss JIRA] (WFLY-8682) Component upgrade of jboss-transaction-spi from 7.5.2.Final to 7.6.0.Final
by Ondra Chaloupka (JIRA)
Ondra Chaloupka created WFLY-8682:
-------------------------------------
Summary: Component upgrade of jboss-transaction-spi from 7.5.2.Final to 7.6.0.Final
Key: WFLY-8682
URL: https://issues.jboss.org/browse/WFLY-8682
Project: WildFly
Issue Type: Component Upgrade
Components: Transactions
Reporter: Ondra Chaloupka
Assignee: Tom Jenkinson
The component upgrade to 7.6.0.Final contains enhancement of interface {{org.jboss.tm.ImportedTransaction}} for method showing deferred exceptions to be used in WFTC as suppressed exceptions.
This component upgrade should be done already for DR17 but the jira was omitted.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months
[JBoss JIRA] (WFLY-8681) Noninformative failure description when creating file handler with invalid path
by Dmitrii Tikhomirov (JIRA)
Dmitrii Tikhomirov created WFLY-8681:
----------------------------------------
Summary: Noninformative failure description when creating file handler with invalid path
Key: WFLY-8681
URL: https://issues.jboss.org/browse/WFLY-8681
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 11.0.0.Alpha1
Reporter: Dmitrii Tikhomirov
Assignee: Dmitrii Tikhomirov
Calling
{noformat}
/subsystem=undertow/configuration=handler/file=my-testing-handler:add(path="/some/path")
{noformat}
results in this failure description, which just prints the provided path.
{noformat}
{
"outcome" => "failed",
"failure-description" => "/some/path",
"rolled-back" => true
}
{noformat}
The failure description should be enhanced to include information what it doesn't like about the path => e.g the path {"/some/path"} doesn't exist on file system
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months