Hi guys, 
I have just created for a Magnolia CE project running 5.3.4, this config on 
web.xml (tomcat, on windows): 

[code]
  <error-page>
    <error-code>404</error-code>
    <location>/home/errorPages/404.html</location>
  </error-page>     
  <error-page>
    <error-code>500</error-code>
    <location>/home/errorPages/500.html</location>
  </error-page>
[/code]

On author instance, everything is fine, the right page is displayed (it does 
exist in website and renders correctly..)

Now, weird things happens on Public (after activation.. everything is fine..)

1) Asking for /magnoliaPublic/home_this_does_not_exist generates a white page
2) Asking for /magnoliaPublic/home_this_does_not_exist?a=b (defeating cache!!), 
generates the right 404 page
2.1) This explains also why on author instance everything is ok
3) Asking for /magnoliaPublic/home_this_does_not_exist, but logged in as 
superuser, generates the right 404 page

With a standard magnolia 404 page, I have no issues at all.
[code]
  <error-page>
    <error-code>404</error-code>
    <location>/docroot/404.html</location>
  </error-page>
[/code]

I have debugged just a bit CacheFilter.java, but to be honest, it sounds me 
very weird (also combining it with the 3rd issue..)

Any idea? Expecially, from Magnolia / Jira side?

Thanks for your help, very appreciated..
Matteo

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=d8fb5a31-605e-4873-af5d-82d2c96c27a5


----------------------------------------------------------------
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to