MIMEDocument issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

MIMEDocument issue

Brian Brown-6
Here is some nice recursion that kills my pharo image....   (updated  
to 10246)

Here are three MIMEDocument methods:


mimeType

        ^self type

type
        "Deprecated. Use contentType instead."

        ^ self contentType


contentType

        ^self mimeType asString

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: MIMEDocument issue

Michael Rueger-6
Brian Brown wrote:
> Here is some nice recursion that kills my pharo image....   (updated  
> to 10246)
>
> Here are three MIMEDocument methods:
>
>
> mimeType
>
> ^self type

that is definitely wrong.
Did you load the KomHTTP package?

Michael

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: MIMEDocument issue

Brian Brown-6
Not explicitly, it was loaded as part of another script. Should I load  
the latest from squeak source?


On Mar 2, 2009, at 3:52 PM, Michael Rueger wrote:

> Brian Brown wrote:
>> Here is some nice recursion that kills my pharo image....   (updated
>> to 10246)
>>
>> Here are three MIMEDocument methods:
>>
>>
>> mimeType
>>
>> ^self type
>
> that is definitely wrong.
> Did you load the KomHTTP package?
>
> Michael
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Brian Brown
CTO
AbleLink Technologies, Inc.
http://www.ablelinktech.com




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: MIMEDocument issue

Brian Brown-6

On Mar 2, 2009, at 3:56 PM, Brian Brown wrote:

> Not explicitly, it was loaded as part of another script. Should I  
> load the latest from squeak source?
>
>
> On Mar 2, 2009, at 3:52 PM, Michael Rueger wrote:
>
>> Brian Brown wrote:
>>> Here is some nice recursion that kills my pharo image....   (updated
>>> to 10246)
>>>
>>> Here are three MIMEDocument methods:
>>>
>>>
>>> mimeType
>>>
>>> ^self type
>>
>> that is definitely wrong.
>> Did you load the KomHTTP package?

Small update - the KomHttpServer I have in my image is gc.42



>>
>> Michael
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> Brian Brown
> CTO
> AbleLink Technologies, Inc.
> http://www.ablelinktech.com
>
>
>

Brian Brown
CTO
AbleLink Technologies, Inc.
http://www.ablelinktech.com




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: MIMEDocument issue

Michael Rueger-6
Brian Brown wrote:
> On Mar 2, 2009, at 3:56 PM, Brian Brown wrote:
>
>> Not explicitly, it was loaded as part of another script. Should I  
>> load the latest from squeak source?

No, the fix is not in there yet. You need the one from the PharoInbox,
it's still work in progress.
As a quick fix you should be able to revert the mimeType method.

Michael

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project