You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grease-Pharo-Core-lr.45 needs to be merged from Seaside 3.0. It fixes some
typical uses of Seaside-REST. We should also come up with some unit tests to
reproduce the issue.
Original issue reported on code.google.com by philippe...@gmail.com on 22 Jan 2012 at 4:32
The text was updated successfully, but these errors were encountered:
I think I know what the issue is, if you implement something like this:
index
<get>
^ 'ok'
It will fail because WAResponse >> #document:mimeType: triggers WAMimeDocument
>> #mimeType: with a nil argument with default to WAMimeType
applicationOctetStream which answers #isBinary with true.
I think we should default to WAMimeType applicationOctetStream for Strings
Original comment by philippe...@gmail.com on 18 Feb 2012 at 10:07
Investigating further #executeResult: is problematic because it sends
#document:mimeType: even if the mime type is nil with overrides the default
mime type of the collection.
Original comment by philippe...@gmail.com on 19 Feb 2012 at 10:05
Changed title: don't use #document:mimeType: when mime type is nil
Investigating further #executeResult: is problematic because it sends
#document:mimeType: even if the mime type is nil with overrides the default
mime type of the collection.
Original comment by philippe...@gmail.com on 19 Feb 2012 at 10:05
Name: Seaside-REST-Core-pmm.44
Author: pmm
Time: 19 February 2012, 11:06:39 am
UUID: edfbe879-390b-47f8-82e4-64e13885916e
Ancestors: Seaside-REST-Core-pmm.43
- Issue 707: don't use #document:mimeType: when mime type is nil
- http://code.google.com/p/seaside/issues/detail?id=707
Name: Seaside-Tests-REST-Core-pmm.26
Author: pmm
Time: 19 February 2012, 11:07:14 am
UUID: 05f0f231-f2e3-4162-affe-5bf0be628947
Ancestors: Seaside-Tests-REST-Core-pmm.25
- Issue 707: don't use #document:mimeType: when mime type is nil
- http://code.google.com/p/seaside/issues/detail?id=707
Original comment by philippe...@gmail.com on 19 Feb 2012 at 10:07
Original issue reported on code.google.com by
philippe...@gmail.com
on 22 Jan 2012 at 4:32The text was updated successfully, but these errors were encountered: