You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Daniel John Debrunner (JIRA)" <de...@db.apache.org> on 2005/08/24 18:03:09 UTC

[jira] Created: (DERBY-535) Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://

Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://
----------------------------------------------------------------------------------------------------

         Key: DERBY-535
         URL: http://issues.apache.org/jira/browse/DERBY-535
     Project: Derby
        Type: Bug
  Components: JDBC  
    Versions: 10.1.1.0    
    Reporter: Daniel John Debrunner


org.apache.derby.jdbc.InternalDriver.acceptsURL will return tru for any URL starting with jdbc:derby: which of course incorrectly includes jdbc:derby://

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-535) Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://

Posted by "Deepa Remesh (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-535?page=all ]

Deepa Remesh updated DERBY-535:
-------------------------------

    Fix Version: 10.1.1.1

> Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://
> ----------------------------------------------------------------------------------------------------
>
>          Key: DERBY-535
>          URL: http://issues.apache.org/jira/browse/DERBY-535
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Daniel John Debrunner
>     Assignee: Kathey Marsden
>      Fix For: 10.1.2.0, 10.2.0.0, 10.1.1.1
>  Attachments: DERBY535.diff
>
> org.apache.derby.jdbc.InternalDriver.acceptsURL will return tru for any URL starting with jdbc:derby: which of course incorrectly includes jdbc:derby://

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-535) Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-535?page=all ]

Kathey Marsden updated DERBY-535:
---------------------------------

    Fix Version: 10.1.1.1
                 10.2.0.0

> Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://
> ----------------------------------------------------------------------------------------------------
>
>          Key: DERBY-535
>          URL: http://issues.apache.org/jira/browse/DERBY-535
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Daniel John Debrunner
>     Assignee: Kathey Marsden
>      Fix For: 10.1.1.1, 10.2.0.0
>  Attachments: DERBY535.diff
>
> org.apache.derby.jdbc.InternalDriver.acceptsURL will return tru for any URL starting with jdbc:derby: which of course incorrectly includes jdbc:derby://

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-535) Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-535?page=all ]
     
Kathey Marsden resolved DERBY-535:
----------------------------------

    Resolution: Fixed

> Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://
> ----------------------------------------------------------------------------------------------------
>
>          Key: DERBY-535
>          URL: http://issues.apache.org/jira/browse/DERBY-535
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Daniel John Debrunner
>     Assignee: Kathey Marsden
>      Fix For: 10.1.1.1, 10.2.0.0
>  Attachments: DERBY535.diff
>
> org.apache.derby.jdbc.InternalDriver.acceptsURL will return tru for any URL starting with jdbc:derby: which of course incorrectly includes jdbc:derby://

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (DERBY-535) Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-535?page=all ]

Kathey Marsden reassigned DERBY-535:
------------------------------------

    Assign To: Kathey Marsden

> Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://
> ----------------------------------------------------------------------------------------------------
>
>          Key: DERBY-535
>          URL: http://issues.apache.org/jira/browse/DERBY-535
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Daniel John Debrunner
>     Assignee: Kathey Marsden

>
> org.apache.derby.jdbc.InternalDriver.acceptsURL will return tru for any URL starting with jdbc:derby: which of course incorrectly includes jdbc:derby://

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-535) Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-535?page=comments#action_12330848 ] 

Kathey Marsden commented on DERBY-535:
--------------------------------------

This was checked into 10.1
r263981 | kmarsden | 2005-08-28 18:10:44 -0700 (Sun, 28 Aug 2005) | 7 lines

DERBY-535 Driver.acceptsURL() for embedded driver incorrectly returns true for
a client url like jdbc:derby://

Changed embedded driver to reject network URL's
Added test for testing driver methods.

> Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://
> ----------------------------------------------------------------------------------------------------
>
>          Key: DERBY-535
>          URL: http://issues.apache.org/jira/browse/DERBY-535
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Daniel John Debrunner
>     Assignee: Kathey Marsden
>      Fix For: 10.1.2.0, 10.2.0.0, 10.1.1.1
>  Attachments: DERBY535.diff
>
> org.apache.derby.jdbc.InternalDriver.acceptsURL will return tru for any URL starting with jdbc:derby: which of course incorrectly includes jdbc:derby://

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-535) Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://

Posted by "Kathey Marsden (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-535?page=all ]

Kathey Marsden updated DERBY-535:
---------------------------------

    Attachment: DERBY535.diff

Added checks to acceptsURL to reject Derby Client and JCC urls.
Added test jdbcapi/checkDriver.java  which right now just tests acceptsURL but can be updated to check other Driver methods.
I'll open another Jira entry for this.




> Driver.acceptsURL() for embedded driver incorrectly returns true for a client url like jdbc:derby://
> ----------------------------------------------------------------------------------------------------
>
>          Key: DERBY-535
>          URL: http://issues.apache.org/jira/browse/DERBY-535
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Daniel John Debrunner
>     Assignee: Kathey Marsden
>  Attachments: DERBY535.diff
>
> org.apache.derby.jdbc.InternalDriver.acceptsURL will return tru for any URL starting with jdbc:derby: which of course incorrectly includes jdbc:derby://

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira