opentracing-contrib / java-jdbc

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

Postgres url parser fails to parse IPv6 hosts #85

Closed xehonk closed 4 years ago

xehonk commented 4 years ago

every database connection will cause a new log message to be printed and the host and port of the server are not properly logged. i.o.contrib.jdbc.parser.URLParser : error occurs when parsing jdbc url

example that fails: jdbc:postgresql://[::1]:5432/db

malafeev commented 4 years ago

fixed via #86