-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71441/
-----------------------------------------------------------

(Updated Sept. 19, 2019, 5:11 a.m.)


Review request for mesos, Gilbert Song and Jie Yu.


Changes
-------

Updated commit message.


Summary (updated)
-----------------

Fixed URI stringification.


Bugs: MESOS-9963
    https://issues.apache.org/jira/browse/MESOS-9963


Repository: mesos


Description (updated)
-------

If the caller is not careful to ensure that the path component begins
with '/', stringification of URI objects will concatenate the host and
path, resulting in an malformed URI. The fix is to ensure that these
fuelds are always separated by '/'.


Diffs (updated)
-----

  src/tests/containerizer/docker_spec_tests.cpp 
4be0716895132e0406299f7d77f8ceb2d95dbe8a 
  src/tests/uri_tests.cpp 1d33ab110bed7c0b7ecfa5d608965da5a1729562 
  src/uri/utils.cpp 3940dc041c1783eec9e7c950402fd7c42e620d8e 


Diff: https://reviews.apache.org/r/71441/diff/3/

Changes: https://reviews.apache.org/r/71441/diff/2-3/


Testing
-------

make check (Fedora 30)


Thanks,

James Peach

Reply via email to