REBOL3 tracker
  0.9.12 beta
Ticket #0001427 User: anonymous

Project:



rss
TypeBug Statustested Date13-Jan-2010 05:20
Versionalpha 96 CategoryNative Submitted byCarl
PlatformAll Severityminor Prioritynormal

Summary URL and FILE path get-word concat does not remove extra slash
Description If the selector on a URL is a get-word of a string that starts with a slash, the slash does not get removed.
Example code
>> url: http://www.rebol.com
== http://www.rebol.com
>> url/test
== http://www.rebol.com/test  ; ok
>> page: %/test.html
== %/test.html
>> url/:page
== http://www.rebol.com//test.html ; not ok

Assigned ton/a Fixed inalpha 97 Last Update8-Feb-2010 03:18


Comments

Date User Field Action Change
8-Feb-2010 03:18 BrianH Status Modified built => tested
5-Feb-2010 19:00 carl Fixedin Modified => alpha 97
5-Feb-2010 19:00 carl Status Modified reviewed => built
13-Jan-2010 20:35 BrianH Description Modified -
13-Jan-2010 20:35 BrianH Code Modified -
13-Jan-2010 20:35 BrianH Status Modified submitted => reviewed
13-Jan-2010 05:20 carl Ticket Added -