generated from amazon-archives/__template_Apache-2.0  
 -   Notifications  You must be signed in to change notification settings 
- Fork 12
Closed
Description
The method generateSignature generates an invalid stringToSign on Windows platforms.
It uses the String.format, using %n as line separators which corresponds to the OS line separator. In Windows, that is \r\n, but according to the specs, the line separator must be \n.
The same also applies in the method canonicalizeRequest.
Metadata
Metadata
Assignees
Labels
No labels