Bug 1037285 - Login redirection from forms is broken for urls using a : in their url

r/a=glob
parent 28bcce5b
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
[% terms.Bugzilla %] needs a legitimate login and password to continue. [% terms.Bugzilla %] needs a legitimate login and password to continue.
</p> </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 %]> [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
<table> <table>
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment