58code / Argo

58.com轻量级web框架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://localhost:8080/form.html提交有空指针异常

liuchunhua opened this issue · comments

commented

类com.bj58.argo.servlet.ArgoRequest
165行:
if(queryStrings != null){

        UrlEncoded.decodeTo(originQueryString, params, "UTF-8", maxFormKeys);

        queryStrings = NullToEmptyMap.safeWrapper(params, getSafeParameter());
    }