Various HttpClient methods currently return null instead of an array under some circumstances.
This means that the calling code has to check for null before processing the result, whereas in most cases the code would work just as well if there was an empty array, thus saving the null check. For example: private String[] org.apache.http.conn.ssl.AbstractVerifier.getSubjectAlts() int[] org.apache.http.impl.cookie.BasicClientCookie.getPorts() Any thoughts on this? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
