Bug(バグ) #568
完了URL in registering mail to mobile is wrong (携帯への新規登録メール内のURLが間違っている)
100%
説明
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/ なのでしょうが。