Re: [w3c/webpayments-method-identifiers] If URL parsing fails then always fail to match URLs. (#31)

zcorpan commented on this pull request.



> @@ -200,16 +200,18 @@
           <li>Let <em>urlA</em> be the result from the <a>URL parser</a> when
           parsing <em>A</em> with no <a>base URL</a>.
           </li>
-          <li>If either <em>urlA.query</em> or <em>urlA.fragment</em> are not
-          <em>null</em> terminate the algorithm with a result of <em>no
-          match</em> and discard <em>A</em> from further matching.
+          <li>If the <a>URL parser</a> throws or if either <em>urlA.query</em>

The URL parser doesn't throw, it returns failure.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webpayments-method-identifiers/pull/31#pullrequestreview-45034082

Received on Tuesday, 20 June 2017 05:12:50 UTC