Hi IS folks,

Did the following change to fix the build. This is related to servlet api
upgrade and the method has changed. Please review and also we need to *find
and the usages the method parseQueryString*.

+    public static Map<String, String[]>
parseQueryString(HttpServletRequest request) {
-   public static Map<String, String> parseQueryString(HttpServletRequest
request) {

thanks,


On Sat, Feb 9, 2013 at 3:39 PM, <[email protected]> wrote:

> Author: supunm
> Date: Sat Feb  9 15:39:13 2013
> New Revision: 161464
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=161464
>
> Log:
> build fix - related to servlet api upgrade.
>
> Modified:
>
>  
> carbon/platform/trunk/components/identity/org.wso2.carbon.identity.sts.passive/src/main/java/org/wso2/carbon/identity/sts/passive/utils/QueryStringParser.java
>
> Modified:
> carbon/platform/trunk/components/identity/org.wso2.carbon.identity.sts.passive/src/main/java/org/wso2/carbon/identity/sts/passive/utils/QueryStringParser.java
> URL:
> http://wso2.org/svn/browse/wso2/carbon/platform/trunk/components/identity/org.wso2.carbon.identity.sts.passive/src/main/java/org/wso2/carbon/identity/sts/passive/utils/QueryStringParser.java?rev=161464&r1=161463&r2=161464&view=diff
>
> ==============================================================================
> ---
> carbon/platform/trunk/components/identity/org.wso2.carbon.identity.sts.passive/src/main/java/org/wso2/carbon/identity/sts/passive/utils/QueryStringParser.java
>      (original)
> +++
> carbon/platform/trunk/components/identity/org.wso2.carbon.identity.sts.passive/src/main/java/org/wso2/carbon/identity/sts/passive/utils/QueryStringParser.java
>      Sat Feb  9 15:39:13 2013
> @@ -15,15 +15,15 @@
>  * specific language governing permissions and limitations
>  * under the License.
>  */
> -package org.wso2.carbon.identity.sts.passive.utils;
> -
> -import java.util.Map;
> -
> -import javax.servlet.http.HttpServletRequest;
> -
> -public class QueryStringParser {
> -
> -    public static Map<String, String> parseQueryString(HttpServletRequest
> request) {
> -        return request.getParameterMap();
> -    }
> -}
> +package org.wso2.carbon.identity.sts.passive.utils;
> +
> +import java.util.Map;
> +
> +import javax.servlet.http.HttpServletRequest;
> +
> +public class QueryStringParser {
> +
> +    public static Map<String, String[]>
> parseQueryString(HttpServletRequest request) {
> +        return request.getParameterMap();
> +    }
> +}
> _______________________________________________
> Commits mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/commits
>



-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - [email protected] <[email protected]>
mobile - 071 56 91 321
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to