Details
-
Bug
-
Status: Closed
-
Top
-
Resolution: Fixed
-
None
-
None
-
Sprint 84
Description
You can create pathinfo for a sitemap item that is afterwards possibly skipped by
1) the container (tomcat/jboss returns SC_BAD_REQUEST by default on '%' without anything behind it, on on %2f , %5f ())
2) the XXSUrlFilter (markup in url returns SC_BAD_REQUEST)
3) HstVirtualHosts object if pathInfo startswith a prefix exclusion or postfix exclusion (for example /login/test or foo.jpg)
Before storing a sitemap item (and make it impossible to repair) all cases need to be checked first