https://bz.apache.org/bugzilla/show_bug.cgi?id=68495

--- Comment #13 from Remy Maucherat <r...@apache.org> ---
I was planning to do:
    public String getQueryString() {
        return coyoteRequest.queryString().toStringType();
    }

Since the idea from the FormAuthenticator is to change the MessageBytes type to
String and toString no longer does it (but toStringType does).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to