User unable to login to SVN (With Crowd Apache Connector) when his/her password contains the £ sign
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
Login attempts to Atlassian Apps and Apache static HTML pages works fine
Changing the password to another password without the £ sign resolves the issue temporarily
原因
This is discussed here: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2669329 . Apparently TortoiseSVN encodes the password in UTF-8 before the password is sent to the server. Hence, the £ sign is encoded before being sent, causing an invalid password failure
回避策
As per the Symptoms above, changing the password to a password that does not contain the £ sign will resolve the issue. This is a workaround, and not a real resolution. Real resolution needs to come from a proper fix to this: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2669329 (do not encode the password to UTF-8 before passing it to Apache)
この内容はお役に立ちましたか?