Subject: | URI regex does not include fragments |
The URI regex does not seem to match fragments. For example, for
"http://www.example.com/foo.html#bar", the match is only for
"http://www.example.com/foo.html". Tested with HTTP URIs only, maybe the
issue exists with other ones as well.