From 37c1a3e8b0a183fd1744e625c9a6ed70cc802cca Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 13 Jan 2005 14:11:17 +0000 Subject: safe against unfound strings --- php/tests/perfs.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php/tests/perfs.php') diff --git a/php/tests/perfs.php b/php/tests/perfs.php index 6a4b2a49..61675135 100755 --- a/php/tests/perfs.php +++ b/php/tests/perfs.php @@ -57,9 +57,11 @@ for ($i=0; $i < 50; $i++) { $request->NameIDPolicy = LASSO_LIB_NAMEID_POLICY_TYPE_FEDERATED; $request->ProtocolProfile = LASSO_LIB_PROTOCOL_PROFILE_BRWS_POST; $login->buildAuthnRequestMsg(); + printf("%s\n", $login->msgUrl); } $query = $login->msgUrl; +print $query; $authn_response_msg = create_authnresponse($query); printf("Processing 50 AuthnResponse...\n"); -- cgit