Bugzilla – Attachment 128944 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), 874 bytes, created by
David Nind
on 2021-12-31 18:30:13 UTC
(
hide
)
Description:
Bug 28332: Fix data encoding when requesting Mana token
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-12-31 18:30:13 UTC
Size:
874 bytes
patch
obsolete
>From c4dd4988dc9bfe98c35279e170fda09353cba52c 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 > >Authored-by: Alex Arnaud > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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 89dd4e0cdb..7712de3c47 100755 >--- a/admin/share_content.pl >+++ b/admin/share_content.pl >@@ -67,7 +67,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.30.2
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