You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-dev@httpd.apache.org by bu...@apache.org on 2005/08/12 22:49:25 UTC

DO NOT REPLY [Bug 33944] - 'X-AspNet-Version' Header Should Be Sent for Compatibility With Visual Studio

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33944>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33944





------- Additional Comments From wrowe@apache.org  2005-08-12 22:49 -------

  I will say, on .NET 1.0, this header wasn't set to the best of my recollection.

  I guess before we do anything more, what does;

    X-AspNet-Version: 1.1.4322

  actually mean?  Does it mean

    * This page was served by AspNet?

  or

    * This server supports AspNet?

  If it's the former, we can add some notes to the docs that the user
  should do something about it if they use .NET 1.0.

  If it's the later, every response needs this header, and we should ensure
  we aren't setting additive headers.

  It *almost* sounds like a bug in mod_headers, that we shouldn't be adding
  a header value if it's already in the list for that header value :)


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.