File Changes for angie
switch to commits view, user indexv333_base to v334_preview (2016-05-23 to 2016-05-31) v334
Show details
- src/hg/hgLogin/hgLogin.c
- lines changed 1, context: html, text, full: html, text
0ada44855b610aa826c3839e41d9b48929f86951 Wed May 25 09:52:13 2016 -0700
Logins are case-insensitive, but cookie-checking is case-sensitive, so when making cookies, use the correctly cased userName from gbMembers. fixes #17396
- src/hg/lib/wikiLink.c
- lines changed 75, context: html, text, full: html, text
3c9694bc8ed2b3d835de4985b9ee7f0eebf1bfe2 Wed May 25 13:50:18 2016 -0700
If remote hgLogin is configured by specifying some other server in hg.conf's wiki.host, then just accept the remote host cookies with no validation. fixes #17397
- lines changed 17, context: html, text, full: html, text
5c93dde5814fddc96330bbdea7aa3f9ff374aedf Wed May 25 15:41:05 2016 -0700
In order to support userNames with leading/trailing spaces, CGI-encode the userName store in the cookie, and CGI-decode before comparing it to gbMembers.userName. refs #17396 note-15, note-17
- lines changed 4, context: html, text, full: html, text
70688a29ce74bb1fafd03ef2dda79ef38ea2891b Wed May 25 16:44:20 2016 -0700
Fixing bug that allowed faked wiki cookie name to override hgLogin name. refs #17397 note-8, note-9.
switch to commits view, user index