aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/parse.js
diff options
context:
space:
mode:
authorJeff Cross2013-11-13 12:56:54 -0800
committerJeff Cross2013-11-13 15:53:20 -0800
commit89f435de847635e3ec339726e6f83cf3f0ee9091 (patch)
tree109f8c7e8350faa1633ba07bdb18e902190e050e /src/ng/parse.js
parentbcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 (diff)
downloadangular.js-89f435de847635e3ec339726e6f83cf3f0ee9091.tar.bz2
fix(urlUtils): made removal of windows drive from path safer
Prior to this fix, the urlResolve method would automatically strip the first segment of a path if the segment ends in a colon. This was to correct undesired behavior in the $location service using the file protocol on windows in multiple browsers (see #4680). However, there could be cases where users intentionally have first path segments that end in a colon (although this conflicts with section 3.3 of rfc3986). The solution to this problem is an extra check to make sure the first path segment of the input url does not end with a colon, to make sure we're only removing undesired path segments. Fixes #4939
Diffstat (limited to 'src/ng/parse.js')
0 files changed, 0 insertions, 0 deletions