Bugzilla – Attachment 17534 Details for
Bug 10074
Encoding problems for login and installer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 10074 - Encoding problems in templates (installer/InstallAuth.pm)
SIGNED-OFF-Bug-10074---Encoding-problems-in-templa.patch (text/plain), 1.37 KB, created by
Bernardo Gonzalez Kriegel
on 2013-04-18 21:08:43 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10074 - Encoding problems in templates (installer/InstallAuth.pm)
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-04-18 21:08:43 UTC
Size:
1.37 KB
patch
obsolete
>From 4e0b25c7edc7f85feb8cd49f2021fcab1d76378d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 18 Apr 2013 16:27:03 -0300 >Subject: [PATCH] [SIGNED-OFF] Bug 10074 - Encoding problems in templates > (installer/InstallAuth.pm) >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Bug 6554 patched output_html_with_http_headers to encode utf8 data, and Templates.pm to expect utf8 data to be encoded. >The Installer page login screen outputs directly to STDOUT (InstallAuthAuth.pm does, WHICH IS WRONG!) and wasn't fixed to do the encoding first. > >This patch makes it use output_html_with_http_headers and solves the problem. > >Regards >To+ > >Sponsored-by: Universidad Nacional de Córdoba >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > installer/InstallAuth.pm | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm >index 0015a14..a866815 100644 >--- a/installer/InstallAuth.pm >+++ b/installer/InstallAuth.pm >@@ -394,11 +394,8 @@ sub checkauth { > -HttpOnly => 1, > -expires => '' > ); >- print $query->header( >- -type => 'text/html; charset=utf-8', >- -cookie => $cookie >- ), >- $template->output; >+ >+ output_html_with_http_headers $query, $cookie, $template->output; > exit; > } > >-- >1.7.9.5
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 10074
:
17527
|
17528
|
17529
|
17530
|
17531
|
17532
|
17533
|
17534
|
17542
|
17545
|
17546
|
17548
|
17549
|
17550