WARequest

In Seaside 3.0 the methods WARequest>>#accpet, WARequest>>#acceptCharset, WARequest>>#acceptEncoding, WARequest>>#acceptLangauge no longer answer Strings. They now answer a OrderedCollection of a subclass of WAQualifiedValue. See the respective method and class comments.

WARequest>>#url== now returns a URI that includes the query string.
WARequest>>#getFields== and ==WARequest>>#postFields== are newly added and return only those specific fields (==#fields== will continue to return all fields).