[Seaside-dev] handling unsupported http methods

Philippe Marschall philippe.marschall at gmail.com
Thu Nov 27 20:40:28 UTC 2008


Hi

I recently went over the Swazoo server adaptor code. Since Seaside
only supports GET and POST it returns 501 on any other method. I
thought that was very clever. I don't think that any more.

The main problem is when somebody wants to use Seaside for something
else than it's intended and implement PUT, DELETE or whatever. If we
catch that in the sever adaptor then we prevent them from doing that.
So the best place to check would IMHO be WAApplication.

What do you guys think?

Cheers
Philippe


More information about the seaside-dev mailing list