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 Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Archivable.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Autolock.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Beep.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
BlockCache.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
BufferedDataIO.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
BufferIO.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
ByteOrder.h ByteOrder.h: add explicit casts when using gcc builtins 2015-04-21 00:25:29 +02:00
ClassInfo.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
DataIO.h Move MediaIO in it's own header 2016-03-25 22:44:56 +01:00
DateTime.h BDate: added time_t constructor. 2015-09-04 17:33:07 +02:00
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 Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Job.h BJob: Added SetState() method. 2015-10-17 14:16:26 +02:00
List.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Locker.h BLocker: Make copy constructor & assignment operator private. 2016-05-13 16:23:08 -04:00
ObjectList.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
parsedate.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Referenceable.h BReference: missing const cast when building a BReference<const> 2015-06-14 15:46:53 +02:00
StackOrHeapArray.h StackOrHeapArray: Add missing include of cstddef. 2014-01-13 19:14:49 +01:00
StopWatch.h
String.h BString: Add IStartsWith() and IEndsWith() methods 2017-02-21 18:03:03 -08:00
StringList.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
SupportDefs.h Switch to a 64-bit time_t everywhere except 32-bit x86. 2017-06-06 17:38:17 -04:00
TLS.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
TypeConstants.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Url.h Support : Fixes for Relative URL Handling 2018-09-11 18:39:53 +00:00
UTF8.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00