[java-idp-testbed COMMIT] in /trunk/src/test/resources/c14n/webflows: cryptoTransientNameID-flow.xml cryptoTransientN...
noreply at shibboleth.net
noreply at shibboleth.net
Wed May 28 15:01:36 EDT 2014
Author: scantor
Date: Wed May 28 15:01:36 2014
New Revision: 241
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=241&view=rev
Log:
Tighten up error handling.
Modified:
trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml
trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml
trunk/src/test/resources/c14n/webflows/directNameID-flow.xml
trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml
trunk/src/test/resources/c14n/webflows/transientNameID-flow.xml
trunk/src/test/resources/c14n/webflows/transientNameIdentifier-flow.xml
Modified: trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml?rev=241&r1=240&r2=241&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml Wed May 28 15:01:36 2014
@@ -17,7 +17,7 @@
<subflow-state id="C14N" subflow="c14n/saml">
<input name="calledAsSubflow" value="true" />
<transition on="proceed" to="TestAfterC14N" />
- <transition on="InvalidSubjectCanonicalizationContext" to="end" />
+ <transition to="error"/>
</subflow-state>
<action-state id="TestAfterC14N">
@@ -32,6 +32,8 @@
<output name="ProfileRequestContext" value="opensamlProfileRequestContext" />
</end-state>
+ <end-state id="error" />
+
<bean-import resource="beans.xml" />
</flow>
Modified: trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml?rev=241&r1=240&r2=241&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml Wed May 28 15:01:36 2014
@@ -17,8 +17,8 @@
<subflow-state id="C14N" subflow="c14n/saml">
<input name="calledAsSubflow" value="true" />
<transition on="proceed" to="TestAfterC14N" />
- <transition on="InvalidSubjectCanonicalizationContext" to="end" />
- </subflow-state>
+ <transition to="error"/>
+ </subflow-state>
<action-state id="TestAfterC14N">
<evaluate expression="TestAfterC14N" />
@@ -32,6 +32,8 @@
<output name="ProfileRequestContext" value="opensamlProfileRequestContext" />
</end-state>
+ <end-state id="error" />
+
<bean-import resource="beans.xml" />
</flow>
Modified: trunk/src/test/resources/c14n/webflows/directNameID-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/directNameID-flow.xml?rev=241&r1=240&r2=241&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/directNameID-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/directNameID-flow.xml Wed May 28 15:01:36 2014
@@ -17,7 +17,7 @@
<subflow-state id="C14N" subflow="c14n/saml">
<input name="calledAsSubflow" value="true" />
<transition on="proceed" to="TestAfterC14N" />
- <transition on="InvalidSubjectCanonicalizationContext" to="end" />
+ <transition to="error"/>
</subflow-state>
<action-state id="TestAfterC14N">
@@ -32,6 +32,8 @@
<output name="ProfileRequestContext" value="opensamlProfileRequestContext" />
</end-state>
+ <end-state id="error" />
+
<bean-import resource="beans.xml" />
</flow>
Modified: trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml?rev=241&r1=240&r2=241&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml Wed May 28 15:01:36 2014
@@ -17,7 +17,7 @@
<subflow-state id="C14N" subflow="c14n/saml">
<input name="calledAsSubflow" value="true" />
<transition on="proceed" to="TestAfterC14N" />
- <transition on="InvalidSubjectCanonicalizationContext" to="end" />
+ <transition to="error"/>
</subflow-state>
<action-state id="TestAfterC14N">
@@ -32,6 +32,8 @@
<output name="ProfileRequestContext" value="opensamlProfileRequestContext" />
</end-state>
+ <end-state id="error" />
+
<bean-import resource="beans.xml" />
</flow>
[... 48 lines stripped ...]
More information about the commits
mailing list