You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2004/02/23 19:42:49 UTC

DO NOT REPLY [Bug 27173] New: - simple_axis_server HTTP header parsing

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27173

simple_axis_server HTTP header parsing

           Summary: simple_axis_server HTTP header parsing
           Product: Axis-C++
           Version: 1.0 Final
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Samples
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: khassan@activia.net


in axis-c-src-1-0-linux/src/server/simple_axis_server/ServerHelper.cpp

while parsing HTTP header in getSeperatedHTTPParts function
if send the request ends with only one \r\n (instead of two)
the while loop becomes an infinite loop, and the string concatenation
fill all your memory until the computer hang