[Seaside-dev] server adapter interface updated in Seaside 2.9

Philippe Marschall philippe.marschall at gmail.com
Sun Aug 31 20:35:02 UTC 2008


Hi server vendors

This is a reminder about the changes we did to the server adapter
interface in Seaside 2.9:

    *  WARequest >> #cookies is a Collection of instances of
WARequestCookie instead of a Dictionary. You can use WARequestCookie
fromString:  for parsing.
    * WACookie has a many more features including HttpOnly. Make sure
you support it. For your convenience there are now serialization
methods like #oldNetscapeString.
    * There is now a test for setting two cookies at once, make sure
your implementation supports this and works with all major browsers.
    * The remote address is an an opaque string in WARequest. You no
longer need the #remoteAddress method in the native request class.
    * There are some mean tests for multi valued fields.
    * There are some mean encoding tests.
    * There will probably be some more mean tests.

This is all documented at:
http://www.seaside.st/documentation/migration
Maybe that page should be split up.

Cheers
Philippe


More information about the seaside-dev mailing list