ZF-3188: support multi-value rel attributes in html discovery
Description
the regexp should in HTML-based discovery should allow for multi-value rel attributes like so:
the regexp should in HTML-based discovery should allow for multi-value rel attributes like so:
Comments
Posted by Paul Huff (phuff) on 2008-05-05T11:34:18.000+0000
Here's a patch which fixes this issue. Basically just need to add a .* around the delegation keywords.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:01.000+0000
Updating for the 1.6.0 release.