On publish instance in 5.6.1
Hi ,
I am using the below error handler for 404 page
/apps/project/config.publish/com.adobe.acs.commons.errorpagehandler.impl.ErrorPageHandlerImpl
jcr:primaryType Name sling:OsgiConfig
cache.serve-authenticated Boolean true
cache.ttl Long 300
enabled Boolean true
error-page.system-path String /content/website/404
not-found.behavior String respond-with-404
works:-
When i hit an nonexistent page
it goes to the error page /content/website/404 and here special chararctes
come up ® correctly on the page
Problem:-
When i hit an nonexistent page without extension ".html"
it goes to the error page /content/website/404 and here special chararctes comes up as � instead of ® .
Please let me know how to solve the problem
Thanks