You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/06/04 21:46:26 UTC

[jira] Reopened: (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 ]

Lin Sun reopened GERONIMO-2915:
-------------------------------


I think there is a bug with the jira system.  I don't see an action to close this jira.   trying to reopen it to see if i can close it afterwards.

> 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-M5
>         Environment: winzp + sun 1.5
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>             Fix For: 2.0-M5
>
>
> 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.