Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

fixed typo in logger format (URI already contains leading slash) #467

Closed scypio closed 6 years ago

scypio commented 6 years ago

Description

Logger adds an excessive slash to the URL. actual: https://server:443//my/uri expected: https://server:443/my/uri

Motivation and Context

fixes remove the excessive slash from log file

Screenshots (if appropriate)

Upgrade notes (if appropriate)

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.

marcinczeczko commented 6 years ago

Thanks for your contribution !