RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
244 stars 215 forks source link

UriUtils will cause StackOverflow if httpConnectorList == null AND getHttpConnectorList is called #1913

Closed abdulazizali77 closed 7 years ago

abdulazizali77 commented 7 years ago

A typo mistake it seems. Shouldve been a call to getHttpConnectors https://github.com/RestComm/Restcomm-Connect/blob/master/restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/util/UriUtils.java#L172

deruelle commented 7 years ago

Closed in https://github.com/RestComm/Restcomm-Connect/pull/1914