Boost C++ Libraries: Ticket #4122: Inspect tool does not understand urls surrounded by spaces. https://svn.boost.org/trac10/ticket/4122 <p> The inspection script does not recognize "https" as a valid URL protocol, leading to a warning in tools/build/v2/index.html (both in the trunk and release branch). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4122 Trac 1.4.3 Daniel James Mon, 19 Apr 2010 20:44:09 GMT owner, status, summary changed https://svn.boost.org/trac10/ticket/4122#comment:1 https://svn.boost.org/trac10/ticket/4122#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">John Maddock</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>summary</strong> <span class="trac-field-old">Inspect tool does not recognize "https" as a valid protocol</span> → <span class="trac-field-new">Inspect tool does not understand urls surrounded by spaces.</span> </li> </ul> <p> It actually recognizes <code>https</code>, but it's confused here because the href attribute starts with a space, so it thinks the protocol is ' https'. I think it should strip the spaces (according to HTML5, <code>href</code> has to be a 'valid URL potentially surrounded by spaces', I haven't checked any other HTML versions). Also, the error message should be clearer to avoid such confusion. </p> Ticket Daniel James Tue, 20 Apr 2010 21:59:12 GMT <link>https://svn.boost.org/trac10/ticket/4122#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4122#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61443" title="Ignore spaces surrounding urls. Refs #4122.">[61443]</a>) Ignore spaces surrounding urls. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4122" title="#4122: Bugs: Inspect tool does not understand urls surrounded by spaces. (closed: fixed)">#4122</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Thu, 06 May 2010 20:04:53 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4122#comment:3 https://svn.boost.org/trac10/ticket/4122#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61828" title="Ignore spaces surrounding urls. Fixes #4122.">[61828]</a>) Ignore spaces surrounding urls. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4122" title="#4122: Bugs: Inspect tool does not understand urls surrounded by spaces. (closed: fixed)">#4122</a>. </p> Ticket