Project

General

Profile

This project is closed and read-only.

Actions

Feature #1352

closed

Patch: Added missing TRACK method to lib/net/http.rb

Feature #1352: Patch: Added missing TRACK method to lib/net/http.rb

Added by dapatil (Darshan Patil) over 17 years ago. Updated over 15 years ago.

Status:
Rejected
[ruby-core:23117]

Description

=begin
Added TRACK method to the http library.

The TRACK method allows connections from the client to the server to be traced and debugged. When the TRACK method is used, the Web server echoes back information to the client that is not filtered and not modified.

Microsoft IIS Web servers use the TRACK method, which is an alias of TRACE.
=end


Files

add_http_track.diff (790 Bytes) add_http_track.diff dapatil (Darshan Patil), 04/05/2009 12:50 AM

Related issues 1 (0 open1 closed)

Is duplicate of Ruby - Feature #1358: net/http has no TRACK method - here's a patchRejectednaruse (Yui NARUSE)Actions

Updated by marcandre (Marc-Andre Lafortune) about 17 years ago Actions #1

  • Category set to lib
  • Assignee set to aamine (Minero Aoki)

=begin

=end

Updated by naruse (Yui NARUSE) over 16 years ago Actions #2

  • Status changed from Open to Rejected

=begin
TRACK is only in IIS and source of vulnerability.
We can't add such method.

http://www.kb.cert.org/vuls/id/288308
http://www.symantec.com/business/security_response/attacksignatures/detail.jsp?asid=20419
=end

Actions

Also available in: PDF Atom