Philippe Marschall wrote:
Newer version of MIME package plus the attached change for Seaside makes at least the tests pass.
-1
I don't have any interest at all to have a version of Seaside 2.8 for Squeak and one for Pharo.
That's what I'm currently trying to avoid, but I need a little of your help on the Seaside side of things, at least a bit of testing. There is actually on more method (attached) that we need to add to either Kom or Seaside to make Pharo and Squeak compatible on the API level. Michael 'From Pharo0.1 of 16 May 2008 [Latest update: #10243] on 26 February 2009 at 10:50:21 am'! !MIMEDocument class methodsFor: 'compatibility' stamp: 'michael.rueger 2/25/2009 13:05'! guessContentTypeFromExtension: ext "guesses a content type from the extension" ^(self guessTypeFromExtension: ext) asString! !