Ticket #6078

IIS対策の不備
오픈 날짜: 2005-05-30 14:47 마지막 업데이트: 2005-05-30 21:52

Reporter:
소유자:
(None)
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

include/common.php 158行目にあるIIS対策部分ですが、$
_SERVER['REQUEST_URI']が定義されてはいるものの、空文字
列だったりすることがあるそうなので、

if ( !isset( $_SERVER[ 'REQUEST_URI' ] ) ) {
// Not defined by IIS

ではなく、

if ( empty( $_SERVER[ 'REQUEST_URI' ] ) ) {

が適当だ、という話です。(okuhikiさん談)

Ticket History (1/1 Histories)

2005-05-30 21:52 Updated by: onokazu
  • Ticket Close date is changed to 2005-05-30 21:52
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
댓글 올리기
Logged In: YES
user_id=754

CVSに反映させました。次リリースでOKとなります。

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login