florentulve / owasp-esapi-js

Automatically exported from code.google.com/p/owasp-esapi-js
Other
0 stars 0 forks source link

Canonicalize ("cananicalize") is spelled wrong in DefaultEncoder.js #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
The canonicalize method is spelled wrong. It appears as 
"cananicalize: function(sInput, bStrict)"

What version of the product are you using? On what operating system?
This appears in trunk and in version 0.1.3
Link to file:
http://code.google.com/p/owasp-esapi-js/source/browse/trunk/src/main/javascript/
org/owasp/esapi/reference/encoding/DefaultEncoder.js

This needs to be corrected as usage of this library increases. Worst case, 
leave it spelled incorrectly and have it call the one that is spelled correctly.

Original issue reported on code.google.com by stephani...@boldersecurity.com on 15 Nov 2012 at 5:17