verandar

Results 2 comments of verandar

The comment in the method is wrong. There is no actual issue, but there are potential issues. For example, the following test fails. ```java import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue;...

The point is that both parameter names and values should be sorted before URL encoding, not after URL encoding. Implementation: It's wrong. Sorting both parameter names and values after URL...