Branch: refs/heads/master
Home:
https://github.com/jboss-wise/wise-core
Commit: 3126456e757d72c71e034ffac37a8bec922783f1
https://github.com/jboss-wise/wise-core/commit/3126456e757d72c71e034ffac3...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-03-15 (Tue, 15 Mar 2016)
Changed paths:
M core/src/main/java/org/jboss/wise/core/client/impl/reflection/WSMethodImpl.java
A
integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/basic/WiseIntegrationAuthTest.java
M
integration-testsuite/common/src/test/java/org/jboss/wise/test/integration/complex/WiseIntegrationComplexTest.java
A integration-testsuite/common/src/test/resources/WEB-INF/basic-auth/jboss-web.xml
A integration-testsuite/common/src/test/resources/WEB-INF/basic-auth/web.xml
Log Message:
-----------
Revisiting invocation exception processing to properly deal with different types of
faults (checked exceptions, generic unchecked exceptions, special checked exceptions like
authentication ones). This is related to [WISE-216][WISE-242].
The auth/authz exception match is to be improved by having a pluggable mechanism allowing
the specific ws stack to provide its matcher (each ws stack has its specific way of
reporting an authentication issue).