Is this the WOMessage content length problem we found a couple of days ago? I'm not sure if that was a problem in 5.4 or not.
Certainly sounds similar, and it appears that it's wrong in 5.4 ...

Mukesh -- If you want to confirm the problem, you add some debug to your app and before the failure, print out:

message._content.length()

and compare it to

message._content.toString().getBytes(message.contentEncoding());

Pretty sure message._content is not public and isn't directly returned, so you might need to access it with reflection and do a field.setAccessible(true).

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to