ผลต่างระหว่างรุ่นของ "Connection Monitor"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 1: แถว 1:
 
==Problem Logs==
 
==Problem Logs==
 
===Priority 1===
 
===Priority 1===
 +
===Priority 2===
 +
# ยังไม่สามารถ save preference ได้
 +
 +
==Fixed Problem Log
 
# ขณะนี้ยังไม่สามารถตรวจจับ page ที่ถูก redirect ไปโดยอัตโนมัติได้ ตัวอย่างเช่น http://tor.eff.org/ ในเครือข่าย True จะโดน redirection ไปที่ http://58.97.5.29/
 
# ขณะนี้ยังไม่สามารถตรวจจับ page ที่ถูก redirect ไปโดยอัตโนมัติได้ ตัวอย่างเช่น http://tor.eff.org/ ในเครือข่าย True จะโดน redirection ไปที่ http://58.97.5.29/
 
#* สาเหตุที่คาดไว้: XMLHttpRequest จะวิ่งตาม page redirection ให้โดยอัตโนมัติ [http://www.w3.org/TR/XMLHttpRequest/]
 
#* สาเหตุที่คาดไว้: XMLHttpRequest จะวิ่งตาม page redirection ให้โดยอัตโนมัติ [http://www.w3.org/TR/XMLHttpRequest/]
 
#* แนวทางแก้: อาจต้องใช้การติดต่อผ่านทาง XPCOM แทน
 
#* แนวทางแก้: อาจต้องใช้การติดต่อผ่านทาง XPCOM แทน
 
#* ปัญหา: จะรู้ได้อย่างไรว่า page ที่โดน redirect ไป เป็น page จริง/หรือว่า page ปลอม เพราะว่าเวลาอ่าน url เช่น http://www.prachatai.com  หรือ http://www.google.com ก็มีการ redirection เช่นเดียวกัน --- อาจต้องระบุแบบ manual ไปก่อน, โดยให้ client ส่งข้อมูลการ redirection กลับมาที่ server ตอน post ด้วย
 
#* ปัญหา: จะรู้ได้อย่างไรว่า page ที่โดน redirect ไป เป็น page จริง/หรือว่า page ปลอม เพราะว่าเวลาอ่าน url เช่น http://www.prachatai.com  หรือ http://www.google.com ก็มีการ redirection เช่นเดียวกัน --- อาจต้องระบุแบบ manual ไปก่อน, โดยให้ client ส่งข้อมูลการ redirection กลับมาที่ server ตอน post ด้วย
 
+
#* แก้แล้ว: สามารถอ่าน url สุดท้ายได้ โดยพิจารณา XMLHttpRequest เป็น XPCOM ที่มี property channel ทำให้สามารถอ่าน url ปลายทางได้
===Priority 2===
 
# ยังไม่สามารถ save preference ได้
 
  
 
==Change Logs==
 
==Change Logs==
 
* 0.02: Added preference dialog box; it applies only to the current session, and cannot be saved.
 
* 0.02: Added preference dialog box; it applies only to the current session, and cannot be saved.
 
* 0.01: Basic functions: connection with the server, ping.  Dialog box does not function.
 
* 0.01: Basic functions: connection with the server, ping.  Dialog box does not function.

รุ่นแก้ไขเมื่อ 03:39, 13 ธันวาคม 2550

Problem Logs

Priority 1

Priority 2

  1. ยังไม่สามารถ save preference ได้

==Fixed Problem Log

  1. ขณะนี้ยังไม่สามารถตรวจจับ page ที่ถูก redirect ไปโดยอัตโนมัติได้ ตัวอย่างเช่น http://tor.eff.org/ ในเครือข่าย True จะโดน redirection ไปที่ http://58.97.5.29/
    • สาเหตุที่คาดไว้: XMLHttpRequest จะวิ่งตาม page redirection ให้โดยอัตโนมัติ [1]
    • แนวทางแก้: อาจต้องใช้การติดต่อผ่านทาง XPCOM แทน
    • ปัญหา: จะรู้ได้อย่างไรว่า page ที่โดน redirect ไป เป็น page จริง/หรือว่า page ปลอม เพราะว่าเวลาอ่าน url เช่น http://www.prachatai.com หรือ http://www.google.com ก็มีการ redirection เช่นเดียวกัน --- อาจต้องระบุแบบ manual ไปก่อน, โดยให้ client ส่งข้อมูลการ redirection กลับมาที่ server ตอน post ด้วย
    • แก้แล้ว: สามารถอ่าน url สุดท้ายได้ โดยพิจารณา XMLHttpRequest เป็น XPCOM ที่มี property channel ทำให้สามารถอ่าน url ปลายทางได้

Change Logs

  • 0.02: Added preference dialog box; it applies only to the current session, and cannot be saved.
  • 0.01: Basic functions: connection with the server, ping. Dialog box does not function.