URLDecoderUtil (org.apache.struts2.util.URLDecoderUtil)
class is removed from struts2-core 6.3.0.2 version. What is the alternative for this class in the latest versions?
Found an alternative URLDecoder class (org.apache.struts2.url.URLDecoder)
URLDecoderUtil (org.apache.struts2.util.URLDecoderUtil)
class is removed from struts2-core 6.3.0.2 version. What is the alternative for this class in the latest versions?
Found an alternative URLDecoder class (org.apache.struts2.url.URLDecoder)
Copyright © 2021 Jogjafile Inc.
You can use
StrutsUrlDecoder
. It is responsible for decoding ax-www-form-urlencoded
string and query string.It implements
UrlDecoder
interface.