public class LspsVaadinServletRequest
extends com.vaadin.server.VaadinServletRequest
Constructor and Description |
---|
LspsVaadinServletRequest(javax.servlet.http.HttpServletRequest request,
com.vaadin.server.VaadinServletService vaadinService)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getParameter(String name)
Fixing Vaadin upload problem on Weblogic.
|
getCurrent, getHttpServletRequest, getService, getWrappedSession, getWrappedSession
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout, upgrade
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsync
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getLocale, getLocales, getMethod, getParameterMap, getPathInfo, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getUserPrincipal, isSecure, isUserInRole, removeAttribute, setAttribute
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
public LspsVaadinServletRequest(javax.servlet.http.HttpServletRequest request, com.vaadin.server.VaadinServletService vaadinService)
request
- vaadinService
- public String getParameter(String name)
ServletRequest.getParameter(String)
If the parameter data was
sent in the request body, such as occurs with an HTTP POST request, then
reading the body directly via getInputStream() or getReader() can
interfere with the execution of this method.
In this case, Vaadin reads parameters only to show warning if
WidgetsetVersion is not the same as Vaadin version... so irrelevant
during upload.
Fixed by overriding request that prevents invocation of getParameter()
method if running on WL during 'upload' request.getParameter
in interface com.vaadin.server.VaadinRequest
getParameter
in interface javax.servlet.ServletRequest
getParameter
in class javax.servlet.ServletRequestWrapper
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.