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

Lin Sun updated GERONIMO-2915:
------------------------------

    Summary: Disable the call to processHTTPGetRequest to fix the build error  
(was: Disable to call to processHTTPGetRequest to fix the build error)

> 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
>             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.

Reply via email to