操作
Bug(バグ) #1303
完了[mobile] Delimiter "&" of query parameter on HTML isn't converted to HTML-Entity, in opOpenSocialPlugin
開始日:
2010-07-07
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
[QA]バグ通知済:
3.8 で発生するか:
説明
Overview¶
URL and Query String on HTML must convert to HTML-Entities.
refs:
Another HTML-lint : Explanation http://openlab.ring.gr.jp/k16/htmllint/explain.html#bad-entity
PHP: htmlspecialchars http://php.net/manual/ja/function.htmlspecialchars.php
RFC1866 http://www.rfc-editor.org/rfc/rfc1866.txt
Causes¶
Mistake at the time of coding.
Way to fix¶
Replace "&" to "&".
Or apply URL-Escape by htmlspecialchars().
操作