But I am happy to be 1 of 800 Worldwide. ^^
On 2012/03/04, at 9:39, Pascal Robert wrote: > As every decisions Apple makes, we will never know why. But I guess that they > don't see why they should support a group of ~ 800 developers… We have more > .Net developers in Montreal than the total count of WO developers (excluding > WO devs inside Apple) world wide! > >> Hi List, >> >> Why has Apple decided to abandon us? What can we do to get Apple releasing >> WebObjects like it used to? >> >> Thanks, >> >> Dennis. >> >> On 03/Mar/12 4:29 PM, John Huss wrote: >>> As Mike said above it is already fixed in Apple's version of WO. But >>> you're never going to see that version. So if you want a fix you have to >>> roll your own. >>> >>> John >>> >>> On Saturday, March 3, 2012, Helmut Tschemernjak <[email protected]> wrote: >>>> >>>> we investigated in the past into the > 2.1GB form upload limitation. I >>>> reported this via the Apple Bug Reporter earlier this year. I feel it is >>>> not hard to fix, hopefully Apple spends a day or two to fix it. See my >>>> report below. >>>> >>>> Regards >>>> >>>> Helmut Tschemernjak >>>> >>>> ------- >>>> Bug Reporter Problem ID: 10765546 >>>> Subject: WebObjects 5.4.3 large request (> 2.1GB) >>>> >>>> Summary: >>>> Requests larger than 2.1GB (uploading large files) fail. >>>> The class com.webobjects.appserver._private.WOHttpIO tries to parse the >>>> content-length header with the method parseInt of the Integer class. This >>>> will fail for all files larger than 2.1GB. Further there are many >>>> instances in the code that make use of an integer for the content length >>>> of a request: >>>> WOInputStreamData: public WOInputStreamData(InputStream, int) >>>> WORequest: public int _contentLengthHeader() >>>> Also classes not directly involved in the request handling do show such a >>>> limitation (e.g. public NSRange(int, int)). >>>> _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Webobjects-dev mailing list ([email protected]) >>>> Help/Unsubscribe/Update your Subscription: >>>> https://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com >>>> >>>> This email sent to [email protected] >>>> >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ( >>> [email protected] >>> ) >>> Help/Unsubscribe/Update your Subscription: >>> >>> https://lists.apple.com/mailman/options/webobjects-dev/webobjects_lists%40webappz.com >>> >>> >>> This email sent to >>> [email protected] >> >> >> -- >> With Kind Regards, >> >> Dennis Gaastra, >> WEBAPPZ® Systems, Inc. >> (+1) 604.921.1333 >> >> www.webappz.com & www.scheduleDS.com & www.1tracker.com >> >> >> >> >> >> >> This message contains confidential information and is intended only for the >> individual named. If you are not the named addressee you should not >> disseminate, distribute or copy this e-mail. Please notify the sender >> immediately by e-mail if you have received this e-mail by mistake and delete >> this e-mail from your system. E-mail transmission cannot be guaranteed to be >> secure or error-free as information could be intercepted, corrupted, lost, >> destroyed, arrive late or incomplete, or contain viruses. The sender >> therefore does not accept liability for any errors or omissions in the >> contents of this message, which arise as a result of e-mail transmission. If >> verification is required please request a hard-copy version. WEBAPPZ >> Systems, Inc., 726 - 1489 Marine Drive, West Vancouver, BC, CANADA V7T 1B8, >> www.webappz.com >> >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca >> >> This email sent to [email protected] > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/ken%40ksroom.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
