這次更新,將不再使用google recaptcha圖形驗證,改用自建函式庫輸入隨機亂數驗證碼方式
先更新cnclibs 0.0.8.6,EduDataType 0.2.4.1
再merge tc-idp程式,會遇到幾個衝突,都是把原本用來做google recaptcha的程式碼拿掉,選擇接受tc-idp的作法就可以了
然後將xxauth的函式庫更新到cnclibs 0.0.8.6, EduDataType 0.2.4.1
每個專案重新編譯過沒有錯誤就完成了
這次更新,將不再使用google recaptcha圖形驗證,改用自建函式庫輸入隨機亂數驗證碼方式
先更新cnclibs 0.0.8.6,EduDataType 0.2.4.1
再merge tc-idp程式,會遇到幾個衝突,都是把原本用來做google recaptcha的程式碼拿掉,選擇接受tc-idp的作法就可以了
然後將xxauth的函式庫更新到cnclibs 0.0.8.6, EduDataType 0.2.4.1
每個專案重新編譯過沒有錯誤就完成了
更新程式環境到wildfly18+openjdk11-phase2: update IDEA to jdk11 更新IDEA 編譯環境
在apache http server停用TLS 1.0/1.1 and SSL 2.0/3.0 How to disable outdated versions of SSL/TLS on Apache
新增縣市端回傳使用者資料功能 新增縣市端回傳使用者資料功能
縣市IDP新增API功能 修改IDP程式增加API介面
更新程式取消google recaptcha改用輸入驗證碼 update cnclibs to 0.0.8.6
縣市端新增師生關係API程式 在縣市端建立可由教育部主機撈取縣市資料庫師生關係的API 程式
how to stop wildfly keeping standalone server log how to stop wildfly keeping standalone server log
如何用git log功能產生有固定格式的commit紀錄 how to create a git commit history log file with custom format
測試及處理slow http attack on Apache 2.4.6 at CentOS-7 avoiding and testing slow http attack
determine strings that include numbers and spaces differ from Highest and Lowest numbers inside strings that includes spaces
testing gitlab and jenkins CI/CD on docker-1 在docker架設gitlab, jenkins 測試CI/CD pipeline第一章