操作
Bug(バグ) #1155
完了There are wrong URL generating for op_base_url with path name (パス名付きの op_base_url に対して誤った URL 生成をしている箇所がある)
開始日:
2010-06-08
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
3.8 で発生するか:
説明
Overview (現象)¶
There are wrong URL generating for op_base_url with path name.
- Generating URL in mobile_mail_frontend
- Redirecting to SSL versioned (or non-SSL versioned) URL
パス名付きの op_base_url に対して誤った URL 生成をしている箇所がある。
- mobile_mail_frontend における URL 生成
- SSL 用 / 非 SSL 用 URLに対してのリダイレクト
Causes (原因)¶
The generatings didn't consider of path name in based URLs.
これらの URL 生成では、基にしている URL 中のパス名部分を考慮していなかった。
Way to fix (修正内容)¶
I fixed URL generation to consider of path name in URL.
URL 中のパス名部分を考慮して URL を生成するように修正した。
操作