Hey List!
I recently updated to 3.5.4 and tried to configure everthing to finish the
installer.
But 2 kind of errors doenst disappear :(
first one:
Since Magnolia 3.5, the main Magnolia filter is
info.magnolia.cms.filters.MgnlMainFilter, and it must be mapped with
dispatchers REQUEST, FORWARD and, optionally, ERROR. Please add
<dispatcher>REQUEST</dispatcher> <dispatcher>FORWARD</dispatcher>
<dispatcher>ERROR</dispatcher> to the filter-mapping element in your web.xml
file.
my web.xml configure:
<filter>
<display-name>Magnolia global filters</display-name>
<filter-name>magnoliaMainFilterChain</filter-name>
<filter-class>info.magnolia.cms.filters.MgnlMainFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>magnoliaMainFilterChain</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
I switched it to FORWARD just to see if its used... works perfectly because
the installer site wasnt reachable in that configuration...
So what do I miss?
Second one:
Workspace definition in workspace
P:\path\to\magnoliaAuthor\repositories\magnolia\workspaces\config\workspace.xml
references indexer which has changed; please update value of parameter named
textFilterClasses in your workspace.xml file.
Well I deleted my repository to force a clean bootstrap... but the errors
stays... what do I miss here?
Thank you for every hint!
--
View this message in context:
http://www.nabble.com/magnolia-installer---errors-not-resolvable-tp15430623p15430623.html
Sent from the Magnolia - User mailing list archive at Nabble.com.
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------