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 |
|---|---|
java.lang.String |
getParameter(java.lang.String name)
Fixing Vaadin upload problem on Weblogic.
|
getCurrent, getHttpServletRequest, getService, getWrappedSession, getWrappedSessionauthenticate, 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, upgradegetAsyncContext, 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, startAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, 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, setAttributegetAsyncContext, 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, startAsyncpublic LspsVaadinServletRequest(javax.servlet.http.HttpServletRequest request,
com.vaadin.server.VaadinServletService vaadinService)
request - vaadinService - public java.lang.String getParameter(java.lang.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.VaadinRequestgetParameter in interface javax.servlet.ServletRequestgetParameter in class javax.servlet.ServletRequestWrapperCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.