-tom
add objective-j, cappuccino, and plist mime-types
http://github.com/paulbaumgart/jack/commit/464890d63f1e4852aa28cd70e2083b1d2fd62ee9
fix running tests from command line
http://github.com/paulbaumgart/jack/commit/41883b018bd01b58ddb27bcbbd81e44ad70acf78
Add validation for response properties and throw an appropriate error if
validation fails.
http://github.com/paulbaumgart/jack/commit/c4c26d939fe055b9e783db40a725e2fb02d41006
add response validation tests
http://github.com/paulbaumgart/jack/commit/f5d72795fb4104d61b13c61487f0532531ab133a
----------
These need to be reviewed closely, because I'm not very confident
about whether I understood the intent of the code correctly:
fix session retrieval for cookie handler
http://github.com/paulbaumgart/jack/commit/c75f8bd50a699be4e14d4839efe9f12cc1d1604c
update cookie handler tests to reflect use of Session object
http://github.com/paulbaumgart/jack/commit/1e8ae663f74dd290e89164174dbfd2e870534d2c
update utils-tests to make multipartbinary file length test pass
http://github.com/paulbaumgart/jack/commit/fc1b9708e82556773879dcf1cf4e22efb0f91cd2
----------
And a really minor one, just replacing == with ===:
update detection for whether jackup is being run as a standalone program
http://github.com/paulbaumgart/jack/commit/55697bf8a45089d9adeb2a3e167b1e0874377b04
Paul