third snapshot of 1.0.0

2007-02-16 Thread Thierry Boileau
Hi all, There is a new snapshot available, including the add of comments describing status codes and methods (from HTTP, Webdav RFC). Note that is this not the official 1.0.0 release as more bugs might be fixed before that. It is available for testing at:

Possible bug in Router

2007-02-16 Thread Alex Combs
In the function detach, it calls the default route to see if it is equal to the target that you are removing, and set the default route to null. However, if you've never set the defaultRoute and try to detach something, you get a null pointer error. It seems that this should be checked for.