[MARKSTOS - Sun Jul 6 09:05:14 2003]:
Show quoted text> Hello,
>
> I'd like to have an option to the HTTP matcher so that it can have the
> possibility of matching URIs which include a reference to a named anchor
> on the page, like this:
>
>
http://example.com/index.html#halfway_down_the_page
>
> Currently the "#" and the characters after it don't seem to be included.
The published URI specification, RFC 2396, excludes #anchors from the URI spec. If
you're using RE_URI or RE_URI_HTTP as currently shipped with this module, you'll find it
strictly adheres to the specification.
Abigail, the draft replacement for RFC 2396 has fixed this "bug": URI fragments are now
acceptable as part of a URI. You can review the draft specification at
http://gbiv.com/
protocols/uri/rev-2002/issues.html , and I would petition you to update the URI regular
expressions to support URI fragments.
If this is a task you'd rather someone else do, I'd be happy to.