HttpResponseException is platform dependent #1419
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
semver: patch
A minor bug fix or small change.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The use of StringUtils.LINE_SEPARATOR in HttpResponseException is incorrect. It produces platform dependent output. This is bad practice. It should be the same constant string on all platforms.
The text was updated successfully, but these errors were encountered: