You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Joe Bohn (JIRA)" <ji...@apache.org> on 2007/03/01 20:01:51 UTC

[jira] Closed: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

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

Joe Bohn closed GERONIMO-2915.
------------------------------

    Resolution: Fixed

checked in work-around with rev. 513439   Thanks Lin!

> Disable the call to processHTTPGetRequest to fix the build error
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-2915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.0
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>         Assigned To: Joe Bohn
>             Fix For: 2.0
>
>
> Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error!
> The quick workaround is to disable the call.  I was able to run a full build with the workaround below and a clean Axis2 repo.
>         // deal with GET request
>         /*boolean processed = HTTPTransportUtils.processHTTPGetRequest(
>                 msgContext,
>                 response.getOutputStream(),
>                 soapAction,
>                 path,
>                 configurationContext,
>                 HTTPTransportReceiver.getGetRequestParameters(path));*/
>         
>         boolean processed = false;
> Thanks, Lin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.