www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16948] New: https doesn't replace http on dlang.org/phobos

https://issues.dlang.org/show_bug.cgi?id=16948

          Issue ID: 16948
           Summary: https doesn't replace http on dlang.org/phobos
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: lucien.perregaux gmail.com

Hello,

When parsing a $(WEB https://..., bug X), the "https" doesn't override the
"http".

Explanation:
---------------------------------------
this line:
https://github.com/dlang/phobos/blob/master/std/stdio.d#L4375

produce:
<a href="http://https://issues.dlang.org/show_bug.cgi?id=15768">bug 15768</a>

instead of:
<a href="https://issues.dlang.org/show_bug.cgi?id=15768">bug 15768</a>
---------------------------------------

That's all !

--
Dec 04 2016