How to handle the request parameter encoding(Charset) in AEM | AEM Community Blog Seeding | Community
Skip to main content
kautuk_sahni
Community Manager
Community Manager
June 22, 2020

How to handle the request parameter encoding(Charset) in AEM | AEM Community Blog Seeding

  • June 22, 2020
  • 0 replies
  • 1435 views

BlogImage.jpg

How to handle the request parameter encoding(Charset) in AEM by AlbinsBlog

Abstract

HOW TO HANDLE THE REQUEST PARAMETER ENCODING(CHARSET) IN ADOBE EXPERIENCE MANAGER(AEM)

The default value for the parameter encoding in AEM is UTF8 — The default request parameter encoding used to decode request parameters into strings.

The configured parameter encoding value e.g UTF8 is used to decode the request parameters to string.

Sometimes we may need to change the default parameter encoding in Adobe Experience Manager(AEM) to handle different language characters.

This tutorial explains the approach to change the default parameter encoding to required values e.g UTF8, ISO-8859–1 etc

The request parameter can be changed by following either one of the below approach
1. Apache Sling Request Parameter Handling
2. Change the encoding for specific form

Read Full Blog

How to handle the request parameter encoding(Charset) in AEM

Q&A

Please use this thread to ask the related questions.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.