Migration Guide : Migrating from Version 14.1.0 : SstHttpUrl>>#absoluteURI now returns String with userinfo part of the URL when present
SstHttpUrl>>#absoluteURI now returns String with userinfo part of the URL when present
The implementation of SstHttpUrl>>#absoluteURI was changed to return a String with the 'userinfo' part of the http url included (when present). The userinfo part is the 'username:password' in a url such as 'http://username:password@example.com'.
Reason for Change
The userinfo part was ommitted from the URI used in http requests, while it should be included.
Action required
Users who send #absoluteURI to a SstHttpUrl should review if their implementation needs to be changed. Users who desire the old behaviour can also send #printString instead (which will never include the userinfo part, even when present).
Last modified date: 12/18/2025