Go to file
mindless 3460c0955e Change escape(this.value) and encode(this.value) calls in checkUrl attributes
to encodeURIComponent(this.value).  Escape is not sufficient, as it does not
encode +.  Function encode() in hudson-behavior.js is ok, but we can just use
a standard javascript function instead.
Marked encode() as deprecated.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21546 71c3de6d-444a-0410-be80-ed276b4c234a

Originally-Committed-As: 533b34e19586e4e403a2c6e93bac6bc4b1f28b9c
2009-09-09 00:45:49 +00:00
core/src/main Change escape(this.value) and encode(this.value) calls in checkUrl attributes 2009-09-09 00:45:49 +00:00
war/resources/WEB-INF/security [FIXED HUDSON-3459] Matrix permissions with LDAP now properly validates group names 2009-08-15 02:38:23 +00:00