[ 
https://issues.apache.org/jira/browse/SOLR-8179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018488#comment-15018488
 ] 

Kevin Risden commented on SOLR-8179:
------------------------------------

Good question. I'll look into it and see if I can add a test for this.

> SQL JDBC - DriverImpl loadParams doesn't support keys with no values in the 
> connection string
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-8179
>                 URL: https://issues.apache.org/jira/browse/SOLR-8179
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrJ
>    Affects Versions: Trunk
>            Reporter: Kevin Risden
>            Assignee: Joel Bernstein
>         Attachments: SOLR-8179.patch
>
>
> DBVisualizer and SquirrelSQL when trying to use JDBC with no 
> username/password and the JDBC driver causes an exception.
> {code}
> DriverManager.getConnection("jdbc:solr://" + zkHost + 
> "?collection=collection1&username=&password=");
> {code}
> {code}
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
>       at 
> org.apache.solr.client.solrj.io.sql.DriverImpl.loadParams(DriverImpl.java:141)
>       ... 46 more
> {code}
> The loadParams method doesn't support keys with no values.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to