<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>715aa3c7ec62bdfa389d79bb701520c546efa3ac</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/4956d69a2ce7aec9cbc855590895ebad2d7002e3</url>
    <id>4956d69a2ce7aec9cbc855590895ebad2d7002e3</id>
    <committed-date>2008-12-28T23:14:14-08:00</committed-date>
    <authored-date>2008-12-28T23:14:14-08:00</authored-date>
    <message>Add #render_with_servlet_response controller method

- also clean up rescue extensions; don't use if Rails.public_path is
  present</message>
    <tree>23c7f3b9399d050cd1b93b91ce4d4d706dea3735</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b0481d23d273801767f00ddc6c472ff57f0ddc50</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/715aa3c7ec62bdfa389d79bb701520c546efa3ac</url>
    <id>715aa3c7ec62bdfa389d79bb701520c546efa3ac</id>
    <committed-date>2008-12-28T22:45:34-08:00</committed-date>
    <authored-date>2008-12-28T22:45:34-08:00</authored-date>
    <message>Move all non-top-level API servlet-related classes to org.jruby.rack.servlet</message>
    <tree>732abb6fd320ed47bcb3dfb0c0aed174014e7fc6</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e7c4222686bbe5cf029678564cba536da9501f57</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/b0481d23d273801767f00ddc6c472ff57f0ddc50</url>
    <id>b0481d23d273801767f00ddc6c472ff57f0ddc50</id>
    <committed-date>2008-12-28T22:28:07-08:00</committed-date>
    <authored-date>2008-12-28T22:28:07-08:00</authored-date>
    <message>Abstract away servlet response.

Now core rack application classes are servlet API-free. Not sure if
the abstraction is going to pay off yet...</message>
    <tree>e80845e0b7ca135509c7caffc9c900146d76c1f3</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2709f9f4394a4b6783b6279f5b4266b18a58707b</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/e7c4222686bbe5cf029678564cba536da9501f57</url>
    <id>e7c4222686bbe5cf029678564cba536da9501f57</id>
    <committed-date>2008-12-28T21:17:15-08:00</committed-date>
    <authored-date>2008-12-28T21:17:15-08:00</authored-date>
    <message>Rename RackDispatcher to ServletDispatcher; move constants to RackEnvironment</message>
    <tree>fd3d4fb552f3872ca8c59e19cfb6855082cb70a0</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c9766e41a03548141173aa4036b21725790f4db1</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/2709f9f4394a4b6783b6279f5b4266b18a58707b</url>
    <id>2709f9f4394a4b6783b6279f5b4266b18a58707b</id>
    <committed-date>2008-12-28T20:53:46-08:00</committed-date>
    <authored-date>2008-12-28T20:53:46-08:00</authored-date>
    <message>Try out a `RackEnvironment` abstraction around the request</message>
    <tree>3ed593d2b9c3b0c2e0bbead3e190f5c4c39261df</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5e317a9ced319f8724b1337b0abbb80cae0e1ea5</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/c9766e41a03548141173aa4036b21725790f4db1</url>
    <id>c9766e41a03548141173aa4036b21725790f4db1</id>
    <committed-date>2008-12-22T23:15:30-08:00</committed-date>
    <authored-date>2008-12-22T23:15:30-08:00</authored-date>
    <message>Change most instances to use RackContext instead of ServletContext</message>
    <tree>6c5b5da68a590c2525fc9489180e328653b5141e</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a2d8441001b20b7ce5e56e29e37f4c1f48ec8d72</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/5e317a9ced319f8724b1337b0abbb80cae0e1ea5</url>
    <id>5e317a9ced319f8724b1337b0abbb80cae0e1ea5</id>
    <committed-date>2008-12-22T22:18:40-08:00</committed-date>
    <authored-date>2008-12-22T22:18:40-08:00</authored-date>
    <message>Start RackContext abstraction so that we aren't too coupled to ServletContext</message>
    <tree>d3ef49bbe3873fa9ed0b29eb2c2a7618621cfcf9</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7267388eaaac0cfb652b6e2432048ca1af6ac63f</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/a2d8441001b20b7ce5e56e29e37f4c1f48ec8d72</url>
    <id>a2d8441001b20b7ce5e56e29e37f4c1f48ec8d72</id>
    <committed-date>2008-12-22T21:48:14-08:00</committed-date>
    <authored-date>2008-12-22T21:48:14-08:00</authored-date>
    <message>Minor tweak to queue byte array creation; add deploy script for convenience</message>
    <tree>54616e17b2e4a273369a29ab03b60c64d6b42199</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a95a8be75f29eedd203e718665421fd2a8ede77</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/7267388eaaac0cfb652b6e2432048ca1af6ac63f</url>
    <id>7267388eaaac0cfb652b6e2432048ca1af6ac63f</id>
    <committed-date>2008-12-20T14:54:07-08:00</committed-date>
    <authored-date>2008-11-29T09:56:39-08:00</authored-date>
    <message>Rebase jms and change over to mvn/rake-based build</message>
    <tree>470fb10f1e8768d2ad93b98b8fb310fc1c5da0ba</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8e35a8505801d27aba352c0ac41892d11906a407</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/5a95a8be75f29eedd203e718665421fd2a8ede77</url>
    <id>5a95a8be75f29eedd203e718665421fd2a8ede77</id>
    <committed-date>2008-12-20T14:54:07-08:00</committed-date>
    <authored-date>2008-08-19T21:51:16-07:00</authored-date>
    <message>Merge issue: only need one getRuntime method</message>
    <tree>da2c2b10f2e914a6c72e1398b40ebebf3ede719f</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a1d098068e87c3e97ad987811637366342775fbc</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/8e35a8505801d27aba352c0ac41892d11906a407</url>
    <id>8e35a8505801d27aba352c0ac41892d11906a407</id>
    <committed-date>2008-12-20T14:54:06-08:00</committed-date>
    <authored-date>2008-07-29T11:48:45-07:00</authored-date>
    <message>Add some specs for the MessageDispatcher</message>
    <tree>b0424760a9911c720dba2d0eae70182efae13e9a</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>84905c26d785855f160b25a8be5d4f85ffa447e0</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/a1d098068e87c3e97ad987811637366342775fbc</url>
    <id>a1d098068e87c3e97ad987811637366342775fbc</id>
    <committed-date>2008-12-20T14:54:06-08:00</committed-date>
    <authored-date>2008-06-21T21:59:33-07:00</authored-date>
    <message>Fix typo (really should have tested here, but, you know)</message>
    <tree>0fb3360ab501238e707630bcf62def687f4f8bd6</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e6cf274e23b11f31cd6b6470e4d4711d2a09c3f</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/84905c26d785855f160b25a8be5d4f85ffa447e0</url>
    <id>84905c26d785855f160b25a8be5d4f85ffa447e0</id>
    <committed-date>2008-12-20T14:54:06-08:00</committed-date>
    <authored-date>2008-06-21T20:03:32-07:00</authored-date>
    <message>More progress toward initial working implementation</message>
    <tree>c91ef46085c1e7ceeebd7ddcf3f3923de147879e</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d580b263d4044225ac2c5cae3ddb23a3e9b9080c</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/1e6cf274e23b11f31cd6b6470e4d4711d2a09c3f</url>
    <id>1e6cf274e23b11f31cd6b6470e4d4711d2a09c3f</id>
    <committed-date>2008-12-20T14:54:06-08:00</committed-date>
    <authored-date>2008-06-21T09:42:46-07:00</authored-date>
    <message>Reshuffle code into separate MessageDispatcher</message>
    <tree>db501556e7d16383243eacb3b042f50d8f4a93bc</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0bbbdbe422d7f10b71b81bf8845b2ac20903cad9</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/d580b263d4044225ac2c5cae3ddb23a3e9b9080c</url>
    <id>d580b263d4044225ac2c5cae3ddb23a3e9b9080c</id>
    <committed-date>2008-12-20T14:54:06-08:00</committed-date>
    <authored-date>2008-06-21T05:50:27-07:00</authored-date>
    <message>Add some documentation to the queue methods</message>
    <tree>19d708ac3d0e9d32b593f033e50a73c9f68577e5</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3f52de11824842c691b7773cec98800efee423c</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/0bbbdbe422d7f10b71b81bf8845b2ac20903cad9</url>
    <id>0bbbdbe422d7f10b71b81bf8845b2ac20903cad9</id>
    <committed-date>2008-12-20T14:54:06-08:00</committed-date>
    <authored-date>2008-06-21T05:40:10-07:00</authored-date>
    <message>Fleshing out the Ruby side of the queue impl</message>
    <tree>da646abb60492a01f627983a295cba023a0d2501</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d447d3a1e47c748b0aaeb0b263e09a67266b0bc</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/a3f52de11824842c691b7773cec98800efee423c</url>
    <id>a3f52de11824842c691b7773cec98800efee423c</id>
    <committed-date>2008-12-20T14:54:06-08:00</committed-date>
    <authored-date>2008-06-21T04:42:00-07:00</authored-date>
    <message>Add a test for DefaultQueueManager#listen</message>
    <tree>24f8bf6a2a82aedb969fe7927a83545120f9ed2f</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e2d0b8991a6a141ec217fc319675ec23aa1b9f4</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/2d447d3a1e47c748b0aaeb0b263e09a67266b0bc</url>
    <id>2d447d3a1e47c748b0aaeb0b263e09a67266b0bc</id>
    <committed-date>2008-12-20T14:54:06-08:00</committed-date>
    <authored-date>2008-06-21T04:22:38-07:00</authored-date>
    <message>JMS machinery more fleshed out</message>
    <tree>fabc71cdaa445ab02f4ea4c518bd16a49be931e9</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8e93fddc7f9b12e325b2c7062513eb86f96fa947</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/4e2d0b8991a6a141ec217fc319675ec23aa1b9f4</url>
    <id>4e2d0b8991a6a141ec217fc319675ec23aa1b9f4</id>
    <committed-date>2008-12-20T14:54:05-08:00</committed-date>
    <authored-date>2008-06-20T15:10:41-07:00</authored-date>
    <message>Start of JMS queue work</message>
    <tree>f7d7df72de82d817c48c4c39dbd36bb3abd9813b</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>47c0b84174f5fcd7e6a401fa16214aab7ffa8da2</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/8e93fddc7f9b12e325b2c7062513eb86f96fa947</url>
    <id>8e93fddc7f9b12e325b2c7062513eb86f96fa947</id>
    <committed-date>2008-12-18T07:59:14-08:00</committed-date>
    <authored-date>2008-12-18T07:59:14-08:00</authored-date>
    <message>Bump JRuby version to 1.1.6</message>
    <tree>3a6d11c3ca58d79889a88126e9da88383fae977e</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9bae275df88a23ab6734f8bf5be282372134b77d</id>
      </parent>
    </parents>
    <author>
      <name>Frederick McHale</name>
      <email>fred@binaryfever.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/47c0b84174f5fcd7e6a401fa16214aab7ffa8da2</url>
    <id>47c0b84174f5fcd7e6a401fa16214aab7ffa8da2</id>
    <committed-date>2008-12-06T12:39:21-08:00</committed-date>
    <authored-date>2008-12-06T12:39:21-08:00</authored-date>
    <message>TLD error on some app servers: changed info to description</message>
    <tree>980951c3bdfd69aead2f0fdb1a31c022e4c9fb50</tree>
    <committer>
      <name>Frederick McHale</name>
      <email>fred@binaryfever.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>02d4520ba0e0912df930a902d92c8cdd3e516e3e</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/9bae275df88a23ab6734f8bf5be282372134b77d</url>
    <id>9bae275df88a23ab6734f8bf5be282372134b77d</id>
    <committed-date>2008-11-29T09:40:27-08:00</committed-date>
    <authored-date>2008-11-29T09:40:27-08:00</authored-date>
    <message>Got all specs running clean w/ JRuby trunk; bump version to 0.9.4-SNAPSHOT</message>
    <tree>a93f46477e3b35aa2d08553e43e222a2f829fff8</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>be5e5fd3c17565b369efdbd0f74b76ffbfafa3c4</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/02d4520ba0e0912df930a902d92c8cdd3e516e3e</url>
    <id>02d4520ba0e0912df930a902d92c8cdd3e516e3e</id>
    <committed-date>2008-11-28T10:47:38-08:00</committed-date>
    <authored-date>2008-11-28T10:47:38-08:00</authored-date>
    <message>Updated readme for building</message>
    <tree>a566de75f371c1452e860ddc9a7c8e89a8745bd9</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5833352880d2b1e6387c42f57c5adc8de455cb7</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/be5e5fd3c17565b369efdbd0f74b76ffbfafa3c4</url>
    <id>be5e5fd3c17565b369efdbd0f74b76ffbfafa3c4</id>
    <committed-date>2008-11-28T10:44:32-08:00</committed-date>
    <authored-date>2008-11-28T10:44:32-08:00</authored-date>
    <message>Fix remaining specs to work w/ JRuby trunk</message>
    <tree>d0dfd36e84356140248872d890bded1721d453d6</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d680543e8a94ea59ecf6759ee3b63bf69bbb93cb</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/f5833352880d2b1e6387c42f57c5adc8de455cb7</url>
    <id>f5833352880d2b1e6387c42f57c5adc8de455cb7</id>
    <committed-date>2008-11-26T20:03:06-08:00</committed-date>
    <authored-date>2008-11-26T20:03:06-08:00</authored-date>
    <message>Preparing for 0.9.3 release</message>
    <tree>a8090dda15b579464620fc7145b2f144106d6aaa</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b350e14a4c57d32b66625c1c8802892ced635035</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/d680543e8a94ea59ecf6759ee3b63bf69bbb93cb</url>
    <id>d680543e8a94ea59ecf6759ee3b63bf69bbb93cb</id>
    <committed-date>2008-11-25T18:47:21-08:00</committed-date>
    <authored-date>2008-11-25T18:47:21-08:00</authored-date>
    <message>Updated history file; release soon</message>
    <tree>5f64b8d39efcf9211523d852235a74b0bb80b5d9</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cbc7411f504b020eb94d8aad3d0837fceeff8346</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/b350e14a4c57d32b66625c1c8802892ced635035</url>
    <id>b350e14a4c57d32b66625c1c8802892ced635035</id>
    <committed-date>2008-11-25T18:43:11-08:00</committed-date>
    <authored-date>2008-11-25T18:43:11-08:00</authored-date>
    <message>Try a stopgap patch to ensure that any IOs created by jruby-rack have their descriptors reaped</message>
    <tree>22b5310fa7e1d108eaadffabd3e4f92e90340eb4</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d61411217bf8f1a0ecee42636b363ac3edcc051</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/cbc7411f504b020eb94d8aad3d0837fceeff8346</url>
    <id>cbc7411f504b020eb94d8aad3d0837fceeff8346</id>
    <committed-date>2008-11-25T18:05:44-08:00</committed-date>
    <authored-date>2008-11-25T18:05:44-08:00</authored-date>
    <message>When using a shared application object, capture the exception and display it (instead of NPE)</message>
    <tree>b4880acb92ffcc6d08135d42febdf25ec64f3ee2</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>27c31b01c77fa5a223e661e858e3e9879c2158b3</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/2d61411217bf8f1a0ecee42636b363ac3edcc051</url>
    <id>2d61411217bf8f1a0ecee42636b363ac3edcc051</id>
    <committed-date>2008-11-24T15:00:00-08:00</committed-date>
    <authored-date>2008-11-24T15:00:00-08:00</authored-date>
    <message>JRUBY-2908: Add fallback for getRealPath</message>
    <tree>ab45c525314393bc8a1f913f7bf1bd269a52ee61</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>184db48f8a0b8868d33d8595f17f19188b3cc9b2</id>
      </parent>
    </parents>
    <author>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </author>
    <url>http://github.com/nicksieger/jruby-rack/commit/27c31b01c77fa5a223e661e858e3e9879c2158b3</url>
    <id>27c31b01c77fa5a223e661e858e3e9879c2158b3</id>
    <committed-date>2008-11-24T14:41:13-08:00</committed-date>
    <authored-date>2008-11-24T14:41:13-08:00</authored-date>
    <message>Allow spec run to be customized by SPEC and SPEC_OPTS envvars</message>
    <tree>cfc66c7658ae45592e184937fe5b26f75cfeae90</tree>
    <committer>
      <name>Nick Sieger</name>
      <email>nick@nicksieger.com</email>
    </committer>
  </commit>
</commits>
