Код: Выделить всё
Servlet Request Filter
package.SecurityFilters
Servlet Request Filter
/*
REQUEST
Servlet Request DocumentDownloadFilter
package.DocumentDownloadFilter
Servlet Request DocumentDownloadFilter
/documents/*
REQUEST
Код: Выделить всё
The content of element type "hook" must match "(portal-properties?,language-properties*,custom-jsp-dir?,custom-jsp-global?,indexer-post-processor*,service*,servlet-filter*,servlet-filter-mapping*,struts-action*)".
Из DTD я понимаю у меня должна быть возможность разместить множество фильтров сервлетов и сопоставлений фильтров сервлетов, поэтому я не уверен, где я допустил ошибку.
Документация DTD
Код: Выделить всё
If an element name in DTD is followed by the star [*], this element can occur zero, once or several times.
Подробнее здесь: https://stackoverflow.com/questions/786 ... igurations