Bugzilla – Attachment 60944 Details for
Bug 18237
Can't use a hash as a reference at docs/CAS/CASProxy/examples/proxy_cas_data.pl line 60.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18237 - Can't use a hash as a reference at docs/CAS/CASProxy/examples/proxy_cas_data.pl line 60.
Bug-18237---Cant-use-a-hash-as-a-reference-at-docs.patch (text/plain), 1.12 KB, created by
Olli-Antti Kivilahti
on 2017-03-09 12:26:01 UTC
(
hide
)
Description:
Bug 18237 - Can't use a hash as a reference at docs/CAS/CASProxy/examples/proxy_cas_data.pl line 60.
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2017-03-09 12:26:01 UTC
Size:
1.12 KB
patch
obsolete
>From 3adf206fe40c3808782dc3fcd5e0b5d26f13e4dc Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Thu, 9 Mar 2017 14:25:35 +0200 >Subject: [PATCH] Bug 18237 - Can't use a hash as a reference at > docs/CAS/CASProxy/examples/proxy_cas_data.pl line 60. > >Fixes t/db_dependent/00-strict.t >--- > docs/CAS/CASProxy/examples/proxy_cas_data.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/docs/CAS/CASProxy/examples/proxy_cas_data.pl b/docs/CAS/CASProxy/examples/proxy_cas_data.pl >index ba4a138..5a54976 100755 >--- a/docs/CAS/CASProxy/examples/proxy_cas_data.pl >+++ b/docs/CAS/CASProxy/examples/proxy_cas_data.pl >@@ -57,7 +57,7 @@ if ($cgi->param('PGTIOU')) { > # The callback page stored it in the application vars (in our case a storable object in a file) > open FILE, "casSession.tmp" or die "Unable to open file"; > my $hashref = fd_retrieve(\*FILE); >- my $pgtId = %$hashref->{$cgi->param('PGTIOU')}; >+ my $pgtId = %{$hashref->{$cgi->param('PGTIOU')}}; > close FILE; > > # Now that we have a PgtId, we can ask the cas server for a proxy ticket... >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18237
: 60944 |
74387