SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
519 stars 71 forks source link

WAMimetype says image/svg+xml is binary #1207

Closed jbrichau closed 4 years ago

jbrichau commented 4 years ago

(WAMimeType main: 'image' sub:'svg+xml') isBinary returns true, which is not correct

jbrichau commented 4 years ago

Related issue: #1205

jbrichau commented 4 years ago

I must have made a mistake while testing this.

(WAMimeType main: 'image' sub:'svg+xml') isBinary returns false.