[ http://jira.codehaus.org/browse/CONTINUUM-725?page=comments#action_68145 ]
Jörg Prante commented on CONTINUUM-725: --------------------------------------- Looks like Continuum performs mixed HTTP/HTTPS client accesses on a HTTPS address and gets totally confused. After disabling HTTP authentication and allowing access from within localhost to the subversion repository, I get the following "plaintext" exception for the Maven-2 URL https://localhost/svn/myproject/current/pom.xml INFO | jvm 1 | 2006/06/24 10:41:59 | 2006-06-24 10:41:59,336 [SocketListener0-1] INFO Validator:url-source - An error is occurred. INFO | jvm 1 | 2006/06/24 10:41:59 | javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:525) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:723) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1057) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041) INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402) INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170) INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:916) INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.util.MungedHttpsURL.isValid(MungedHttpsURL.java:111) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.validation.UrlSourceValidator.validate(UrlSourceValidator.java:63) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validateElements(DefaultFormManager.java:195) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManager.java:124) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManager.java:114) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.action.AbstractEntityAction.execute(AbstractEntityAction.java:107) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.java:68) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipeline.java:70) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108) INFO | jvm 1 | 2006/06/24 10:41:59 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:615) INFO | jvm 1 | 2006/06/24 10:41:59 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) > CLONE -Cannot reference POM via http link with authentication > ------------------------------------------------------------- > > Key: CONTINUUM-725 > URL: http://jira.codehaus.org/browse/CONTINUUM-725 > Project: Continuum > Type: Bug > Reporter: Scott McLachlan > Assignee: Emmanuel Venisse > Fix For: 1.0.3 > > > Continuum is not able to download a POM from a URL like http://user:[EMAIL > PROTECTED]/trunk/pom.xml. I've seen a number of bugs posted relating to this > issue, but they've been closed almost 6 months ago. Has this feature been > left out of the 1.0.2 release? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira