ผลต่างระหว่างรุ่นของ "Connection Monitor"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 5: | แถว 5: | ||
==Fixed Problem Log== | ==Fixed Problem Log== | ||
− | # ขณะนี้ยังไม่สามารถตรวจจับ page ที่ถูก redirect ไปโดยอัตโนมัติได้ ตัวอย่างเช่น http://tor.eff.org/ ในเครือข่าย True จะโดน redirection ไปที่ http://58.97.5.29/ | + | # (Priority 1) ขณะนี้ยังไม่สามารถตรวจจับ 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 ปลายทางได้ | #* แก้แล้ว: สามารถอ่าน url สุดท้ายได้ โดยพิจารณา XMLHttpRequest เป็น XPCOM ที่มี property channel ทำให้สามารถอ่าน url ปลายทางได้ | ||
− | #* จะใช้ได้ใน | + | #* จะใช้ได้ใน 0.03 |
+ | # (Priority 1) กำหนดค่า enable ใน dialog เป็น false แล้ว แต่โปรแกรมยังเช็คอยู่ | ||
+ | #* จะใช้ได้ใน 0.03 | ||
==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:41, 13 ธันวาคม 2550
Problem Logs
Priority 1
Priority 2
- ยังไม่สามารถ save preference ได้
Fixed Problem Log
- (Priority 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 ปลายทางได้
- จะใช้ได้ใน 0.03
- (Priority 1) กำหนดค่า enable ใน dialog เป็น false แล้ว แต่โปรแกรมยังเช็คอยู่
- จะใช้ได้ใน 0.03
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.