This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/12592] New: Http requests use \n instead of \r\n


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12592

           Summary: Http requests use \n instead of \r\n
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: taras dot judge at shaw dot ca
                CC: gcc-bugs at gcc dot gnu dot org

/gcc/libjava/gnu/gcj/protocol/http/Connection.java should use \r\n for http
request. Otherwise it's not http-compliant and certain servers(iis6) don't
understand those requests.

http://glek.net/~taras/Connection.java.diff should fix this.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]