[精讚] [會員登入]
732

how to make wicket web application runs under docker enviorment with correct encoding

在docker環境下,wicket web application 編碼錯誤的問題

分享此文連結 //n.sfs.tw/15896

分享連結 how to make wicket web application runs under docker enviorment with correct encoding@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2022-07-11 13:16:30 最後編修
2022-07-11 13:16:12 By jung
 

由於專案建置的程式使用wicket framework產生前後端頁面,

在正式環境的LINUX系統沒有問題

但放到docker測試時就出現wicket 建立的 web component 無法正確識別UTF-8編碼

導致前端頁面呈現中文時會出現亂碼

解法其實很簡單,但網路上卻沒太多中文的提示

以下做個紀錄

在wicket 專案中繼承WebApplication的程式中

找到初始化的地方

@Override
    public void init() {
        super.init();

下面加上這一行

getMarkupSettings().setDefaultMarkupEncoding("UTF-8");

 

就完成了

END

你可能感興趣的文章

unknown issue after downgrade to intellij idea community version 使用社群版遇到的奇怪問題

specific instructions to create a maven archetype from local existing project. Generate an archetype from the project

[NetBeans]如何從git下載專案改建為自己的專案 修改git專案

intellij IDEA git設定說明 whenever using git push fuction in the intellij IDEA

openssl package update issue caused by cve-2022-2068 centos7 is at maintenance support phase2, only critical impact security issues will be patched

在IDEA從JDK8升級到JDK11遇到的奇怪問題 在IDEA遇到的JAVA11函式庫引入問題

隨機好文

縣市IDP更換SSL憑證及修改servername+wildfly等設定 縣市IDP更換SSL

centos7 apache ssl.conf設定狀況 在apache更新或重啟後可能遇到ssl.conf衝突問題

proxmox5.x using duplicati as cloud backup strategy install duplicati program on Proxmox host for remote backup using google drive account

啟動chrome時要求須輸入密碼enter password to unlock login keyring asking for entering password to unlock login kerying on Ubuntu desktop

使用群暉NAS內建VPN SERVER套件的OPENVPN功能注意事項 使用群暉NAS內建VPN SERVER套件的OPENVPN功能注意事項