jenkinsci / jenkinsci/java-client-api
jenkins auth with Chinese Character failed
オープン
- 主要言語
- Java
- スター
- 913
- フォーク
- 466
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
error is as follows:
Exception in thread "main" org.apache.http.client.HttpResponseException: Invalid password/token for user: ???
I check the source code, the jenkins http client use ascii as default charset when using basic auth, I think it should be modified to use more conveniently.
コントリビューションガイド
調査の方向性
Start at the Jenkins HTTP client's basic-auth handling and inspect how the username and password are encoded before the request is sent. Reproduce the failure with Chinese-character credentials, then add coverage showing that non-ASCII authentication succeeds without changing existing ASCII behavior.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- authentication
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100