Hello, Looking at sonar analysis, we see in NewDriver class that a lot MalformedURLException are ignored and just logged (using printStackTrace).
Looking at code, I don't understand why we don't let them trigger instead of just logging . Thanks Regards
