<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,7 +31,7 @@ class BinHandler(webapp.RequestHandler):
         if 'http://' in self.request.query_string:
             urlfetch.fetch(url=self.request.query_string.replace('http://', 'http://hookah.webhooks.org/'),
                             payload=urllib.urlencode(self.request.POST.items()), method='POST')
-        self.redirect('/%s' % bin.name)
+        self.response.out.write('&lt;html&gt;&lt;head&gt;&lt;meta http-equiv=&quot;refresh&quot; content=&quot;0;url=/%s&quot; /&gt;&lt;/head&gt;&lt;body&gt;OK&lt;/body&gt;&lt;/html&gt;' % bin.name)
     
     def head(self):
         bin = self._get_bin(self.request.path)
@@ -71,5 +71,6 @@ class BinHandler(webapp.RequestHandler):
             self.redirect('/')
 
 
+
 if __name__ == '__main__':
     wsgiref.handlers.CGIHandler().run(webapp.WSGIApplication([('/.*', BinHandler)], debug=True))</diff>
      <filename>bin.py</filename>
    </modified>
    <modified>
      <diff>@@ -33,11 +33,11 @@
     &lt;/li&gt;
     {% endfor %}
   &lt;/ul&gt;
-  &lt;form action=&quot;?test&quot; method=&quot;post&quot;&gt;
+  &lt;!--form action=&quot;?test&quot; method=&quot;post&quot;&gt;
     &lt;input type=&quot;hidden&quot; name=&quot;foo&quot; value=&quot;bar&quot; /&gt;
     &lt;input type=&quot;hidden&quot; name=&quot;bar&quot; value=&quot;baz&quot; /&gt;
     &lt;input type=&quot;hidden&quot; name=&quot;bar&quot; value=&quot;baz two&quot; /&gt;
     &lt;input type=&quot;submit&quot; value=&quot;Test Post&quot; /&gt;
-  &lt;/form&gt;
+  &lt;/form--&gt;
   &lt;a href=&quot;/&quot;&gt;Back Home&lt;/a&gt;
 {% endblock %}</diff>
      <filename>templates/bin.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>84e2bb65cd92410f480341832351c30c72e25e92</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Lindsay</name>
    <email>progrium@gmail.com</email>
  </author>
  <url>http://github.com/progrium/postbin/commit/59184d2f7bec3d71399e799e59a9da47554c3e46</url>
  <id>59184d2f7bec3d71399e799e59a9da47554c3e46</id>
  <committed-date>2009-09-05T18:06:46-07:00</committed-date>
  <authored-date>2009-09-05T18:06:46-07:00</authored-date>
  <message>hiding test form and making posts only redirect in browsers</message>
  <tree>83e5946d7538b259699ff8d2c160ebead89f9c88</tree>
  <committer>
    <name>Jeff Lindsay</name>
    <email>progrium@gmail.com</email>
  </committer>
</commit>
