]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1037285 - Login redirection from forms is broken for urls using a : in their url
authorDylan William Hardison <dylan@hardison.net>
Thu, 17 Jul 2014 02:26:16 +0000 (22:26 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 17 Jul 2014 02:26:16 +0000 (22:26 -0400)
r/a=glob

template/en/default/account/auth/login.html.tmpl

index b6da535cca453b3a259beb220253021085ce9895..0af84542d3bbeb5c7a4839a98272dbcf74411043 100644 (file)
@@ -24,7 +24,7 @@
   [% terms.Bugzilla %] needs a legitimate login and password to continue.
 </p>
 
-<form name="login" action="[% target FILTER html %]" method="POST"
+<form name="login" action="[% urlbase FILTER html %][% target FILTER html %]" method="POST"
 [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
   <table>
     <tr>