On Apr 6, 2007, at 3:51 PM, Mark Wielaard wrote:
Mauve regressions that should be fixed/investigated: FAIL: gnu.java.security.jce.TestOfHttps FAIL: java.net.URLConnection.getHeaderFields (Seems to have to do something with how we handle the cacerts file)
Undoubtedly, yes. The best way to fix this is likely going to be just creating a TrustManager for Mauve that only returns whatever cert the test server it connects to is using, instead of trying to mess around with a real cacerts file.
Thanks.