Changeset 908

Show
Ignore:
Timestamp:
12/15/07 01:02:16 (8 months ago)
Author:
evanweaver
Message:

fix server versioning string in Java 1-1-2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable_1-1/ext/http11_java/org/jruby/mongrel/Http11.java

    r722 r908  
    216216                req.setInstanceVariable("@http_body", RubyString.newString(runtime, new ByteList(hp.parser.buffer, at, length))); 
    217217                req.aset(runtime.newString("SERVER_PROTOCOL"),runtime.newString("HTTP/1.1")); 
    218                 req.aset(runtime.newString("SERVER_SOFTWARE"),runtime.newString("Mongrel 1.0.1")); 
     218                req.aset(runtime.newString("SERVER_SOFTWARE"),runtime.newString("Mongrel 1.1.2")); 
    219219            } 
    220220        };