upayavira 2003/09/21 04:06:38
Modified: src/blocks/authentication-fw/samples/flow sample.js
Log:
Fixing exception when clicking 'protected' when not logged in
Revision Changes Path
1.3 +1 -1
cocoon-2.1/src/blocks/authentication-fw/samples/flow/sample.js
Index: sample.js
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/authentication-fw/samples/flow/sample.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sample.js 20 Sep 2003 21:22:33 -0000 1.2
+++ sample.js 21 Sep 2003 11:06:38 -0000 1.3
@@ -16,7 +16,7 @@
if (auth_checkAuthentication(handler,"")) {
success();
} else {
- failure();
+ // already redirected by auth_checkAuthentication
}
}