<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@
 &lt;/head&gt;
 &lt;body&gt;
 &lt;h1&gt;HttpResponseRedirect&lt;/h1&gt;
-&lt;p&gt;Location: &lt;a href=&quot;{{ redirect_to }}&quot;&gt;{{ redirect_to }}&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;Location: &lt;a href=&quot;{{ redirect_to|urlencode }}&quot;&gt;{{ redirect_to }}&lt;/a&gt;&lt;/p&gt;
 &lt;p class=&quot;notice&quot;&gt;
 	The Django Debug Toolbar has intercepted a redirect to the above URL for
 	debug viewing purposes.  You can click the above link to continue with the</diff>
      <filename>debug_toolbar/templates/debug_toolbar/redirect.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c9cbbb4c5b636676674379367f072c08c0e78f84</id>
    </parent>
  </parents>
  <author>
    <name>Philip Zeyliger</name>
    <email>philip@cloudera.com</email>
  </author>
  <url>http://github.com/robhudson/django-debug-toolbar/commit/4dc0710b6a5eedec0448909f6b90e55a4f3555d4</url>
  <id>4dc0710b6a5eedec0448909f6b90e55a4f3555d4</id>
  <committed-date>2009-06-15T12:39:27-07:00</committed-date>
  <authored-date>2009-05-01T09:46:02-07:00</authored-date>
  <message>Captured redirection requests must be urlencoded.

I ran into this when I had a URL with a ? (%3F) mark in it.

Signed-off-by: Rob Hudson &lt;rob@tastybrew.com&gt;</message>
  <tree>b037c85fa1ad4dac987c4c203481e557f6f602ab</tree>
  <committer>
    <name>Rob Hudson</name>
    <email>rob@tastybrew.com</email>
  </committer>
</commit>
