mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
7877619f85
RFC3986 details how a path part passed in as part of a URI should be "cleaned" from dot sequences before getting used. The described algorithm is now implemented in lib/dotdot.c with the accompanied test case in test 1395. Bug: http://curl.haxx.se/bug/view.cgi?id=1200 Reported-by: Alex Vinnik
27 lines
222 B
Plaintext
27 lines
222 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
</features>
|
|
<name>
|
|
Curl_dedotdotify
|
|
</name>
|
|
<tool>
|
|
unit1395
|
|
</tool>
|
|
|
|
</client>
|
|
|
|
</testcase>
|