You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attribute "pageUrlFilterRegex" of the "xpathIndexerProperties" configuration element does not get processed. In XPathIndexerProperties.java line 26 shoud read
@XmlAttribute(name="pageUrlFilterRegex", required=false)
instead of
@XmlAttribute(name="urlFilterRegex", required=false)
Sorry for not having a patch at hand :)
The text was updated successfully, but these errors were encountered:
The attribute "pageUrlFilterRegex" of the "xpathIndexerProperties" configuration element does not get processed. In XPathIndexerProperties.java line 26 shoud read
@XmlAttribute(name="pageUrlFilterRegex", required=false)
instead of
@XmlAttribute(name="urlFilterRegex", required=false)
Sorry for not having a patch at hand :)
The text was updated successfully, but these errors were encountered: