<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -485,7 +485,7 @@ class lob_filing:
     def GET(self, filing_id):
         limit = 50
         try:
-            filing_id = int(filing_id)
+            filing_id = int(filing_id or 0)
             page = int(web.input(page=0).page)
         except ValueError:
             raise web.notfound()</diff>
      <filename>webapp.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5e30fdf5251615af4cc4c42fe0783f6ce122c612</id>
    </parent>
  </parents>
  <author>
    <name>Simon Carstensen</name>
    <email>simonbc@simon-carstensens-macbook-pro-15.local</email>
  </author>
  <url>http://github.com/aaronsw/watchdog/commit/3213defdea2d49410fe62a26c11b84e63fe9226f</url>
  <id>3213defdea2d49410fe62a26c11b84e63fe9226f</id>
  <committed-date>2009-03-04T06:32:54-08:00</committed-date>
  <authored-date>2009-03-04T06:32:54-08:00</authored-date>
  <message>ValueError on /lob/f because int(filing_id) breaks on filing_id = ''</message>
  <tree>5f18ded96cfe4450a7f0601261f6b3386dfa12e6</tree>
  <committer>
    <name>Simon Carstensen</name>
    <email>simonbc@simon-carstensens-macbook-pro-15.local</email>
  </committer>
</commit>
