# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. @defaultMessage Servlet API method is parsing request parameters without using the correct encoding if no extra configuration is given in the servlet container javax.servlet.ServletRequest#getParameter(**) javax.servlet.ServletRequest#getParameterMap(**) javax.servlet.ServletRequest#getParameterNames(**) javax.servlet.ServletRequest#getParameterValues(**) javax.servlet.http.HttpServletRequest#getSession() @ Servlet API getter has side effect of creating sessions @defaultMessage Servlet API method is broken and slow in some environments (e.g., Jetty's UTF-8 readers) javax.servlet.ServletRequest#getReader() javax.servlet.ServletResponse#getWriter() javax.servlet.ServletInputStream#readLine(**) javax.servlet.ServletOutputStream#print(**) javax.servlet.ServletOutputStream#println(**)