Backport(バックポート) #1067
URL in registering mail to mobile is wrong (携帯への新規登録メール内のURLが間違っている)
100%
Description
Overview (現象)¶
URL in registering mail to mobile is wrong (it doesn't contain host)
携帯への新規登録メール内のURLが間違っている(ホスト名が含まれていない)
Causes (原因)¶
Request to registring mail is received in the mobile_mail_frontend application. So it doesn't have current host.
Normally, absolute URL to SNS generated by basing current host. But mobile_mail_frontend doesn't know host that should use, so it generates URL that doesn't contain host.
新規登録メールの要求は mobile_mail_frontend アプリケーションが受け付ける。そのため、現在のホスト名を所有していない。
通常、SNS への絶対 URL の生成は現在のホスト名に基づいておこなわれる。しかし mobile_mail_frontend はどのホストを使用するべきか知らないため、ホスト名が含まれない URL を生成してしまう。
Way to fix (修正内容)¶
Changed opWebRequest::getHost() to return a value of "op_base_url" configuration if the current host is empty.
現在のホスト名が空の場合に opWebRequest::getHost() が op_base_url の設定値を返すように修正した。
Original report (元の報告)¶
http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=23472 より転載
携帯からですが、新規登録が動いてないようです。 get@~のアドレスにメールを送ると、登録用のURLつきのメールが戻ってきますが、そのURLが http:///mobile_frontend.php/~~~~ となっているので、登録できないんです。 おそらく、 http://(ドメイン名)/mobile_frontend.php/ なのでしょうが。
Related issues
Associated revisions
History
#1
Updated by Shinichi Urabe over 12 years ago
- Status changed from New(新規) to Accepted(着手)
- Assignee set to Shinichi Urabe
#2
Updated by Shinichi Urabe over 12 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴 a3c72388d1fbc30bb49811b00d920ed504939973 で適用されました。
#3
Updated by Rimpei Ogawa over 12 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
#4
Updated by Kiwa Sakai over 12 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
#5
Updated by Kiwa Sakai over 12 years ago
- Status changed from Fixed(完了) to Rejected(差し戻し)
- % Done changed from 100 to 50
一度閉じたところですいません、差し戻しです。
get@example.com 宛に既に登録されているメールアドレスからメールを送った場合、ログイン画面への誘導のURLに"/" がひとつ多くはいっています。
件名 [MySNS]ログインページのお知らせ 以下のURLにアクセスしてログインしてください。 http://sns.example.com//mobile_frontend.php/ </pte>
#6
Updated by Shinichi Urabe over 12 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
f19806e068adbcdd7044e9945a03a6d6c2b3fd1b でコミットしました。
コミットコメントのチケット番号間違っています。すみません。
安定版ですが OpenPNE.yml の修正が入ったことはブログで告知します
#7
Updated by Kousuke Ebihara over 12 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
#8
Updated by Kiwa Sakai over 12 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
解決とします