Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
-
None
Description
the following
- https://github.com/openmrs/openmrs-core/blob/master/api/src/main/java/org/openmrs/util/HttpClient.java#L81
- https://github.com/openmrs/openmrs-core/blob/master/api/src/main/java/org/openmrs/aop/LoggingAdvice.java#L136
use '\n' in String.format expressions to add newlines which is not a newline on windows. best to use '%n' which will translate into a platform specific newline.