SeasideSt / Seaside

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

GemStone: seasideMimeDocument should be implemented in CharacterCollection #1246

Closed brunobuzzi closed 2 years ago

brunobuzzi commented 3 years ago

The current implementation of #seasideMimeDocument fail when GemStone return aUnicode16 (or other related string class) instead of aString.

jbrichau commented 3 years ago

@brunobuzzi do you have a scenario or testcase we can use? I'm wondering if a plaintext mime type is a good idea in case of a Unicode16 instance and also in what context you can end up with such an instance receiving the seasideMimeDocument message.

brunobuzzi commented 3 years ago

@jbrichau i will try to create a TestCase and see in which situation anUnicode16 receives the message