opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

OracleURLParser return a null ConnectionInfo when url prefix is not in lowerCase #114

Closed oburgosm closed 3 years ago

oburgosm commented 3 years ago

OracleURLParser#parse return a null ConnectionInfo when url prefix is not in lowerCase, for example jdbc:Oracle:thin:@..., but URLParser#findURLParser match for OracleURLParser with this url

malafeev commented 3 years ago

PR is welcome