WebObjects Context: Errata for July, 1999 This document contains corrections and additional information for the July, 1999 issue of WebObjects Context. TECH TOPIC: SSL AND WEBOBJECTS After this article was published, a few issues were raised with the example code which shipped with the article: THREAD SAFETY The source code is not thread-safe. If using this example code, make sure that you run with the worker thread count set to zero. Use the command-line argument "-WOWorkerThreadCount 0". MEMORY LEAK A memory leak slipped into our example code. To fix the leak, you will need to edit the SSL.m file. Add the line: [url release]; once before each of the two calls to [context _generateCompleteURLs]; Disclaimer ANY SOFTWARE OR SOURCE CODE INCLUDED IN THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, EXPRESS OR IMPLIED. APPLE SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL APPLE BE LIABLE FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO ANY LOST PROFITS, LOST SAVINGS OR ANY INCIDENTAL OR CONSEQUENTIAL DAMAGES, WHETHER RESULTING FROM IMPAIRED OR LOST DATA, SOFTWARE OR COMPUTER FAILURE OR ANY OTHER CAUSE, EVEN IF APPLE IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY OTHER CLAIM BY CUSTOMER OR FOR ANY THIRD PARTY CLAIM.