The following items have been deprecated in version 1.2. The question is : should we remove them all from upcoming version 1.3, should we leave some and remove others, or should we keep them all ? I'd like to have your opinion.
1/ org.apache.cactus.util.ClientCookie, which has been replaced by org.apache.cactus.Cookie 2/ endXXX(HttpURLConnection theConnection). Replaced by endXXX(org.apache.cactus.WebResponse theResponse) or endXXX(com.meterware.httpunit.WebResponse) 3/ ServletTestRequest has been replaced by WebRequest. "beginXXX(WebRequest)" is now the correct syntax Thanks -Vincent
