Skip to content

Fix possible NullpointerException in URLBuilder

Zdeněk Kunovjánek requested to merge bugfix/url-builder-npe into master

There was a possibility to create NPE when adding null parameters to URL being built by URLBuilder that would prevent URL to be built at all.

Merge request reports