내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

encoding issue for special characters in error page

Avatar

Level 3

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 
 
say http://localhost:4503/content/geometrixx-outdoors/dd.html
 
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"
 
say http://localhost:4503/content/geometrixx-outdoors/dd
 
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
1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

cant you just add a html extension if the url doesnt already have an extension?

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Level 3

Any inputs ????

Avatar

정확한 답변 작성자:
Employee

cant you just add a html extension if the url doesnt already have an extension?