haiku/headers/os/support
Andrew Lindesay a609673ce8 Support : Fixes for Relative URL Handling
When URLs combine a base URL with a relative part, the relative part's
path component was being pre-processed.  This removed any ".." from the
path and in some cases in the unit test cases, the ".." should have been
retained and then only later applied to the base URL.  This changes
fixes this so that the relative part is not pre-processed and is applied
with it's path in a raw state.

Completes Fixes for #14377
Change-Id: I9cebb8599889494e11f40a3b54c87ebca3ed1a21
Reviewed-on: https://review.haiku-os.org/529
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
2018-09-11 18:39:53 +00:00
..
Architecture.h
Archivable.h
Autolock.h
Beep.h
BlockCache.h
BufferIO.h
BufferedDataIO.h
ByteOrder.h
ClassInfo.h
DataIO.h Move MediaIO in it's own header 2016-03-25 22:44:56 +01:00
DateTime.h
Debug.h Debug.h: Implement a real STATIC_ASSERT on non-GCC2. 2018-08-22 19:19:54 -04:00
Errors.h Style fixes for Errors.h. 2016-10-04 18:44:58 +02:00
Flattenable.h
Job.h
List.h
Locker.h BLocker: Make copy constructor & assignment operator private. 2016-05-13 16:23:08 -04:00
ObjectList.h
Referenceable.h
StackOrHeapArray.h
StopWatch.h
String.h BString: Add IStartsWith() and IEndsWith() methods 2017-02-21 18:03:03 -08:00
StringList.h
SupportDefs.h Switch to a 64-bit time_t everywhere except 32-bit x86. 2017-06-06 17:38:17 -04:00
TLS.h
TypeConstants.h
UTF8.h
Url.h Support : Fixes for Relative URL Handling 2018-09-11 18:39:53 +00:00
parsedate.h