diff options
author | ctrlaltca@gmail.com <> | 2012-03-23 18:15:03 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2012-03-23 18:15:03 +0000 |
commit | e0de4ef01a644bccae872f60b3584a1755dcbc1f (patch) | |
tree | ec7aef2e1ea355f7dd9a89b2090beb54024502ee /HISTORY | |
parent | 942bee46430fe06e17200a9f5a649768081d6eae (diff) |
Fixed #390 and #391
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ BUG: Issue #381 - The property CausesValidation in the TActiveDatePicker not wor BUG: Issue #382 - TJavaScript::quoteString() vulnerable to Unicode strings & TJavaScript::jsonEncode() doesn't check for errors (gabor) BUG: Issue #383 - Some THttpRequest methods raise NOTICE level errors on missing headers (gabor) BUG: Issue #388 - Output caching will raise error in Performance mode (gabor) +BUG: Issue #390 - TJavaScript::encode() float encoding depends on current locale (gabor) +BUG: Issue #391 - TJavaScript::encode() provides no simple way to pass strings in an XSS-safe way (gabor, ctrlaltca) Version 3.1.10 Jul 17, 2011 BUG: Added missing timeout on TCacheHttpSession (ctrlaltca) |