Bugzilla – Attachment 120884 Details for
Bug 28332
Requesting Mana token with accented name fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28332: Fix data encoding when requesting Mana token
Bug-28332-Fix-data-encoding-when-requesting-Mana-t.patch (text/plain), 793 bytes, created by
Alex Arnaud
on 2021-05-12 14:36:15 UTC
(
hide
)
Description:
Bug 28332: Fix data encoding when requesting Mana token
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2021-05-12 14:36:15 UTC
Size:
793 bytes
patch
obsolete
>From 9764a9e33ee281bec7de2001230a37caccede199 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Wed, 12 May 2021 16:35:53 +0200 >Subject: [PATCH] Bug 28332: Fix data encoding when requesting Mana token > >--- > admin/share_content.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/share_content.pl b/admin/share_content.pl >index 0996f16..758e40f 100755 >--- a/admin/share_content.pl >+++ b/admin/share_content.pl >@@ -68,7 +68,7 @@ if ( $op eq 'send' && not $bad_url ) { > my $name = $query->param('name'); > my $email = $query->param('email'); > >- my $content = to_json({name => $name, >+ my $content = encode_json({name => $name, > email => $email}); > > my $url = "$mana_base/getsecuritytoken"; >-- >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 28332
:
120884
|
128851
|
128852
|
128853
|
128854
|
128855
|
128944
|
128945