You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Bill Blough (Jira)" <ji...@apache.org> on 2020/09/02 04:07:00 UTC

[jira] [Resolved] (AXIS2C-1674) Simple HttpServer crashes when reading directories in Windows 2012 Server

     [ https://issues.apache.org/jira/browse/AXIS2C-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Blough resolved AXIS2C-1674.
---------------------------------
    Resolution: Fixed

The function in question is the windows alternative to the POSIX opendir function.  Since it is meant to be a generic replacement for a POSIX function, we might as well adhere to POSIX conventions in this case.  I've removed the fprintf statements and set errno with the error value.  Changed in 5d48db79bf0de36761dec7c2e9dcad45d22148bd.

> Simple HttpServer crashes when reading directories in Windows 2012 Server
> -------------------------------------------------------------------------
>
>                 Key: AXIS2C-1674
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1674
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Rafael Bronzeri
>            Priority: Major
>              Labels: patch
>             Fix For: 1.7.0
>
>         Attachments: FixCrashHttpServer_01.patch, FixCrashHttpServer_02.patch, FixCrashHttpServer_03.patch, FixCrashHttpServer_04.patch
>
>
> Simple HttpServer crashes when reading directories in Windows 2012 Server.
> At the start, Simple HttpServer search for WebServices directories, and it is crashing in Windows 2012 Server. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org