static

in portlet-tck_3.0/common/src/main/java/javax/portlet/tck/beans/JSR286DispatcherReqRespTestCaseDetails.java [1048:3849]


   static {

      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETATTRIBUTE,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getAttribute must provide the same functionality as ActionRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETATTRIBUTENAMES,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as ActionRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETAUTHTYPE,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getAuthType must provide the same functionality as ActionRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETCHARACTERENCODING,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getCharacterEncoding must provide the same functionality as ActionRequest.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETCONTENTLENGTH,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getContentLength must provide the same functionality as ActionRequest.getContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETCONTENTTYPE,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getContentType must provide the same functionality as ActionRequest.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETCONTEXTPATH,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getContextPath must provide the same functionality as ActionRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETCOOKIES,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getCookies must provide the same functionality as ActionRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETDATEHEADER,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETHEADER,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETHEADERNAMES,
            "In a target jsp of a forward in the Action phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by ActionRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETHEADERS,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by ActionRequest.getProperties for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETINTHEADER,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETLOCALADDR,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETLOCALNAME,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETLOCALPORT,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETLOCALE,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getLocale must provide the same functionality as ActionRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETLOCALES,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getLocales must provide the same functionality as ActionRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETMETHOD,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getMethod must provide the same functionality as ActionRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETPARAMETER,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getParameter must provide the same functionality as ActionRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETPARAMETERMAP,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getParameterMap must provide the same functionality as ActionRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETPARAMETERNAMES,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getParameterNames must provide the same functionality as ActionRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETPARAMETERVALUES,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getParameterValues must provide the same functionality as ActionRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETPATHINFO,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETPATHTRANSLATED,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETPROTOCOL,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETQUERYSTRING,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREALPATH,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREMOTEADDR,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREMOTEHOST,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREMOTEPORT,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREMOTEUSER,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as ActionRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREQUESTDISPATCHER,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREQUESTURI,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREQUESTURL,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETREQUESTEDSESSIONID,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as ActionRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETSCHEME,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getScheme must provide the same functionality as ActionRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETSERVERNAME,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getServerName must provide the same functionality as ActionRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETSERVERPORT,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getServerPort must provide the same functionality as ActionRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETSERVLETPATH,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETSESSION,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getSession must provide the same functionality as ActionRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_GETUSERPRINCIPAL,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as ActionRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as ActionRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_ISSECURE,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.isSecure must provide the same functionality as ActionRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_ISUSERINROLE,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.isUserInRole must provide the same functionality as ActionRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_REMOVEATTRIBUTE,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.removeAttribute must provide the same functionality as ActionRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONREQUEST_SETATTRIBUTE,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.setAttribute must provide the same functionality as ActionRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_CONTAINSHEADER,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_ENCODEREDIRECTURL1,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_ENCODEREDIRECTURL,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_ENCODEURL1,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.encodeURL must provide the same functionality as ActionResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_ENCODEURL,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.encodeUrl must provide the same functionality as ActionResponse.encodeURL");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_GETBUFFERSIZE,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.getBufferSize must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_GETCHARACTERENCODING,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_GETCONTENTTYPE,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.getContentType must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_GETLOCALE,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.getLocale must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPACTIONRESPONSE_ISCOMMITTED,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.isCommitted must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETATTRIBUTE,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getAttribute must provide the same functionality as EventRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETATTRIBUTENAMES,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as EventRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETAUTHTYPE,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getAuthType must provide the same functionality as EventRequest.getAuthType");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETCHARACTERENCODING,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETCONTENTLENGTH,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getContentLength must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETCONTENTTYPE,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getContentType must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETCONTEXTPATH,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getContextPath must provide the same functionality as EventRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETCOOKIES,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getCookies must provide the same functionality as EventRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETDATEHEADER,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETHEADER,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETHEADERNAMES,
            "In a target jsp of a forward in the Event phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by EventRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETHEADERS,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by EventRequest.getProperties for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETINPUTSTREAM,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getInputStream must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETINTHEADER,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETLOCALADDR,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETLOCALNAME,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETLOCALPORT,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETLOCALE,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getLocale must provide the same functionality as EventRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETLOCALES,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getLocales must provide the same functionality as EventRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETMETHOD,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getMethod must provide the same functionality as EventRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETPARAMETER,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getParameter must provide the same functionality as EventRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETPARAMETERMAP,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getParameterMap must provide the same functionality as EventRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETPARAMETERNAMES,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getParameterNames must provide the same functionality as EventRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETPARAMETERVALUES,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getParameterValues must provide the same functionality as EventRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETPATHINFO,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETPATHTRANSLATED,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETPROTOCOL,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETQUERYSTRING,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREADER,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getReader must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREALPATH,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREMOTEADDR,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREMOTEHOST,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREMOTEPORT,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREMOTEUSER,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as EventRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREQUESTDISPATCHER,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREQUESTURI,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREQUESTURL,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETREQUESTEDSESSIONID,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as EventRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETSCHEME,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getScheme must provide the same functionality as EventRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETSERVERNAME,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getServerName must provide the same functionality as EventRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETSERVERPORT,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getServerPort must provide the same functionality as EventRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETSERVLETPATH,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETSESSION,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getSession must provide the same functionality as EventRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_GETUSERPRINCIPAL,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as EventRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as EventRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_ISSECURE,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.isSecure must provide the same functionality as EventRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_ISUSERINROLE,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.isUserInRole must provide the same functionality as EventRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_REMOVEATTRIBUTE,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.removeAttribute must provide the same functionality as EventRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTREQUEST_SETATTRIBUTE,
            "In a target jsp of a forward in the Event phase, the method HttpServletRequest.setAttribute must provide the same functionality as EventRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_CONTAINSHEADER,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_ENCODEREDIRECTURL1,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_ENCODEREDIRECTURL,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_ENCODEURL1,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.encodeURL must provide the same functionality as EventResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_ENCODEURL,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.encodeUrl must provide the same functionality as EventResponse.encodeURL");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_GETBUFFERSIZE,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.getBufferSize must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_GETCHARACTERENCODING,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_GETCONTENTTYPE,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.getContentType must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_GETLOCALE,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.getLocale must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPEVENTRESPONSE_ISCOMMITTED,
            "In a target jsp of a forward in the Event phase, the method HttpServletResponse.isCommitted must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETATTRIBUTE,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getAttribute must provide the same functionality as RenderRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETATTRIBUTENAMES,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as RenderRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETAUTHTYPE,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getAuthType must provide the same functionality as RenderRequest.getAuthType");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETCHARACTERENCODING,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETCONTENTLENGTH,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getContentLength must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETCONTENTTYPE,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getContentType must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETCONTEXTPATH,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getContextPath must provide the same functionality as RenderRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETCOOKIES,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getCookies must provide the same functionality as RenderRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETDATEHEADER,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETHEADER,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETHEADERNAMES,
            "In a target jsp of a forward in the Render phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by RenderRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETHEADERS,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by RenderRequest.getProperties for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETINPUTSTREAM,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getInputStream must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETINTHEADER,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETLOCALADDR,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETLOCALNAME,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETLOCALPORT,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETLOCALE,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getLocale must provide the same functionality as RenderRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETLOCALES,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getLocales must provide the same functionality as RenderRequest.getLocales");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETMETHOD,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getMethod must return \"GET\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETPARAMETER,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getParameter must provide the same functionality as RenderRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETPARAMETERMAP,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getParameterMap must provide the same functionality as RenderRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETPARAMETERNAMES,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getParameterNames must provide the same functionality as RenderRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETPARAMETERVALUES,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getParameterValues must provide the same functionality as RenderRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETPATHINFO,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETPATHTRANSLATED,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETPROTOCOL,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETQUERYSTRING,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREADER,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getReader must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREALPATH,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREMOTEADDR,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREMOTEHOST,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREMOTEPORT,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREMOTEUSER,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as RenderRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREQUESTDISPATCHER,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREQUESTURI,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREQUESTURL,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETREQUESTEDSESSIONID,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as RenderRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETSCHEME,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getScheme must provide the same functionality as RenderRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETSERVERNAME,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getServerName must provide the same functionality as RenderRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETSERVERPORT,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getServerPort must provide the same functionality as RenderRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETSERVLETPATH,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETSESSION,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getSession must provide the same functionality as RenderRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_GETUSERPRINCIPAL,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as RenderRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as RenderRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_ISSECURE,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.isSecure must provide the same functionality as RenderRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_ISUSERINROLE,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.isUserInRole must provide the same functionality as RenderRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_REMOVEATTRIBUTE,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.removeAttribute must provide the same functionality as RenderRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERREQUEST_SETATTRIBUTE,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.setAttribute must provide the same functionality as RenderRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_CONTAINSHEADER,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_ENCODEREDIRECTURL1,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_ENCODEREDIRECTURL,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_ENCODEURL1,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.encodeURL must provide the same functionality as RenderResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_ENCODEURL,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.encodeUrl must provide the same functionality as RenderResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_GETBUFFERSIZE,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.getBufferSize must provide the same functionality as RenderResponse.getBufferSize");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_GETCHARACTERENCODING,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.getCharacterEncoding must provide the same functionality as RenderResponse.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_GETCONTENTTYPE,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.getContentType must provide the same functionality as RenderResponse.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_GETLOCALE,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.getLocale must provide the same functionality as RenderResponse.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRENDERRESPONSE_ISCOMMITTED,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.isCommitted must provide the same functionality as RenderResponse.isCommitted");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETATTRIBUTE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getAttribute must provide the same functionality as ResourceRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETATTRIBUTENAMES,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as ResourceRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETAUTHTYPE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getAuthType must provide the same functionality as ResourceRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETCHARACTERENCODING,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getCharacterEncoding must provide the same functionality as ResourceRequest.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETCONTENTLENGTH,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getContentLength must provide the same functionality as ResourceRequest.getContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETCONTENTTYPE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getContentType must provide the same functionality as ResourceRequest.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETCONTEXTPATH,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getContextPath must provide the same functionality as ResourceRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETCOOKIES,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getCookies must provide the same functionality as ResourceRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETDATEHEADER,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETHEADER,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETHEADERNAMES,
            "In a target jsp of a forward in the Resource phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by ResourceRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETHEADERS,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by ResourceRequest.getProperties for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETINTHEADER,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETLOCALADDR,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETLOCALNAME,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETLOCALPORT,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETLOCALE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getLocale must provide the same functionality as ResourceRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETLOCALES,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getLocales must provide the same functionality as ResourceRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETMETHOD,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getMethod must provide the same functionality as ResourceRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETPARAMETER,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getParameter must provide the same functionality as ResourceRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETPARAMETERMAP,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getParameterMap must provide the same functionality as ResourceRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETPARAMETERNAMES,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getParameterNames must provide the same functionality as ResourceRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETPARAMETERVALUES,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getParameterValues must provide the same functionality as ResourceRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETPATHINFO,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETPATHTRANSLATED,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETPROTOCOL,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETQUERYSTRING,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREALPATH,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREMOTEADDR,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREMOTEHOST,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREMOTEPORT,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREMOTEUSER,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as ResourceRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREQUESTDISPATCHER,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREQUESTURI,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREQUESTURL,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETREQUESTEDSESSIONID,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as ResourceRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETSCHEME,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getScheme must provide the same functionality as ResourceRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETSERVERNAME,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getServerName must provide the same functionality as ResourceRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETSERVERPORT,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getServerPort must provide the same functionality as ResourceRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETSERVLETPATH,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETSESSION,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getSession must provide the same functionality as ResourceRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETUSERPRINCIPAL,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as ResourceRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as ResourceRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_ISSECURE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.isSecure must provide the same functionality as ResourceRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_ISUSERINROLE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.isUserInRole must provide the same functionality as ResourceRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_REMOVEATTRIBUTE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.removeAttribute must provide the same functionality as ResourceRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCEREQUEST_SETATTRIBUTE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.setAttribute must provide the same functionality as ResourceRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_CONTAINSHEADER,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_ENCODEREDIRECTURL1,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_ENCODEREDIRECTURL,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_ENCODEURL1,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.encodeURL must provide the same functionality as ResourceResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_ENCODEURL,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.encodeUrl must provide the same functionality as ResourceResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_GETBUFFERSIZE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.getBufferSize must provide the same functionality as ResourceResponse.getBufferSize");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_GETCHARACTERENCODING,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.getCharacterEncoding must provide the same functionality as ResourceResponse.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_GETCONTENTTYPE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.getContentType must provide the same functionality as ResourceResponse.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_GETLOCALE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.getLocale must provide the same functionality as ResourceResponse.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS1_SPEC2_19_FORWARDJSPRESOURCERESPONSE_ISCOMMITTED,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.isCommitted must provide the same functionality as ResourceResponse.isCommitted");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETATTRIBUTE,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getAttribute must provide the same functionality as ActionRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETATTRIBUTENAMES,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as ActionRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETAUTHTYPE,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getAuthType must provide the same functionality as ActionRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETCHARACTERENCODING,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getCharacterEncoding must provide the same functionality as ActionRequest.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETCONTENTLENGTH,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getContentLength must provide the same functionality as ActionRequest.getContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETCONTENTTYPE,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getContentType must provide the same functionality as ActionRequest.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETCONTEXTPATH,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getContextPath must provide the same functionality as ActionRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETCOOKIES,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getCookies must provide the same functionality as ActionRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETDATEHEADER,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETHEADER,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETHEADERNAMES,
            "In a target servlet of a forward in the Action phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by ActionRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETHEADERS,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by ActionRequest.getProperties for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETINTHEADER,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETLOCALADDR,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETLOCALNAME,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETLOCALPORT,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETLOCALE,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getLocale must provide the same functionality as ActionRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETLOCALES,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getLocales must provide the same functionality as ActionRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETMETHOD,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getMethod must provide the same functionality as ActionRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETPARAMETER,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getParameter must provide the same functionality as ActionRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETPARAMETERMAP,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getParameterMap must provide the same functionality as ActionRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETPARAMETERNAMES,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getParameterNames must provide the same functionality as ActionRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETPARAMETERVALUES,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getParameterValues must provide the same functionality as ActionRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETPATHINFO,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETPATHTRANSLATED,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETPROTOCOL,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETQUERYSTRING,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREALPATH,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREMOTEADDR,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREMOTEHOST,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREMOTEPORT,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREMOTEUSER,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as ActionRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREQUESTDISPATCHER,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREQUESTURI,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREQUESTURL,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETREQUESTEDSESSIONID,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as ActionRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETSCHEME,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getScheme must provide the same functionality as ActionRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETSERVERNAME,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getServerName must provide the same functionality as ActionRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETSERVERPORT,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getServerPort must provide the same functionality as ActionRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETSERVLETPATH,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETSESSION,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getSession must provide the same functionality as ActionRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETUSERPRINCIPAL,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as ActionRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as ActionRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_ISSECURE,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.isSecure must provide the same functionality as ActionRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_ISUSERINROLE,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.isUserInRole must provide the same functionality as ActionRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_REMOVEATTRIBUTE,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.removeAttribute must provide the same functionality as ActionRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONREQUEST_SETATTRIBUTE,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.setAttribute must provide the same functionality as ActionRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_CONTAINSHEADER,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_ENCODEREDIRECTURL1,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_ENCODEREDIRECTURL,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_ENCODEURL1,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.encodeURL must provide the same functionality as ActionResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_ENCODEURL,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.encodeUrl must provide the same functionality as ActionResponse.encodeURL");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_GETBUFFERSIZE,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.getBufferSize must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_GETCHARACTERENCODING,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_GETCONTENTTYPE,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.getContentType must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_GETLOCALE,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.getLocale must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_ISCOMMITTED,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.isCommitted must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETATTRIBUTE,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getAttribute must provide the same functionality as EventRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETATTRIBUTENAMES,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as EventRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETAUTHTYPE,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getAuthType must provide the same functionality as EventRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETCHARACTERENCODING,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETCONTENTLENGTH,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getContentLength must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETCONTENTTYPE,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getContentType must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETCONTEXTPATH,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getContextPath must provide the same functionality as EventRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETCOOKIES,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getCookies must provide the same functionality as EventRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETDATEHEADER,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETHEADER,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETHEADERNAMES,
            "In a target servlet of a forward in the Event phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by EventRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETHEADERS,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by EventRequest.getProperties for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETINPUTSTREAM,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getInputStream must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETINTHEADER,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETLOCALADDR,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETLOCALNAME,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETLOCALPORT,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETLOCALE,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getLocale must provide the same functionality as EventRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETLOCALES,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getLocales must provide the same functionality as EventRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETMETHOD,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getMethod must provide the same functionality as EventRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETPARAMETER,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getParameter must provide the same functionality as EventRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETPARAMETERMAP,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getParameterMap must provide the same functionality as EventRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETPARAMETERNAMES,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getParameterNames must provide the same functionality as EventRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETPARAMETERVALUES,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getParameterValues must provide the same functionality as EventRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETPATHINFO,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETPATHTRANSLATED,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETPROTOCOL,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETQUERYSTRING,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREADER,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getReader must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREALPATH,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREMOTEADDR,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREMOTEHOST,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREMOTEPORT,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREMOTEUSER,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as EventRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREQUESTDISPATCHER,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREQUESTURI,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREQUESTURL,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETREQUESTEDSESSIONID,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as EventRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETSCHEME,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getScheme must provide the same functionality as EventRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETSERVERNAME,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getServerName must provide the same functionality as EventRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETSERVERPORT,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getServerPort must provide the same functionality as EventRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETSERVLETPATH,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETSESSION,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getSession must provide the same functionality as EventRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_GETUSERPRINCIPAL,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as EventRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as EventRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_ISSECURE,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.isSecure must provide the same functionality as EventRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_ISUSERINROLE,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.isUserInRole must provide the same functionality as EventRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_REMOVEATTRIBUTE,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.removeAttribute must provide the same functionality as EventRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTREQUEST_SETATTRIBUTE,
            "In a target servlet of a forward in the Event phase, the method HttpServletRequest.setAttribute must provide the same functionality as EventRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_CONTAINSHEADER,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_ENCODEREDIRECTURL1,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_ENCODEREDIRECTURL,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_ENCODEURL1,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.encodeURL must provide the same functionality as EventResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_ENCODEURL,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.encodeUrl must provide the same functionality as EventResponse.encodeURL");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_GETBUFFERSIZE,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.getBufferSize must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_GETCHARACTERENCODING,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_GETCONTENTTYPE,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.getContentType must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_GETLOCALE,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.getLocale must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETEVENTRESPONSE_ISCOMMITTED,
            "In a target servlet of a forward in the Event phase, the method HttpServletResponse.isCommitted must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETATTRIBUTE,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getAttribute must provide the same functionality as RenderRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETATTRIBUTENAMES,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as RenderRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETAUTHTYPE,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getAuthType must provide the same functionality as RenderRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETCHARACTERENCODING,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETCONTENTLENGTH,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getContentLength must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETCONTENTTYPE,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getContentType must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETCONTEXTPATH,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getContextPath must provide the same functionality as RenderRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETCOOKIES,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getCookies must provide the same functionality as RenderRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETDATEHEADER,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETHEADER,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETHEADERNAMES,
            "In a target servlet of a forward in the Render phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by RenderRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETHEADERS,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by RenderRequest.getProperties for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETINPUTSTREAM,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getInputStream must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETINTHEADER,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETLOCALADDR,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETLOCALNAME,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETLOCALPORT,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETLOCALE,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getLocale must provide the same functionality as RenderRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETLOCALES,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getLocales must provide the same functionality as RenderRequest.getLocales");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETMETHOD,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getMethod must return \"GET\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETPARAMETER,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getParameter must provide the same functionality as RenderRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETPARAMETERMAP,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getParameterMap must provide the same functionality as RenderRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETPARAMETERNAMES,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getParameterNames must provide the same functionality as RenderRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETPARAMETERVALUES,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getParameterValues must provide the same functionality as RenderRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETPATHINFO,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETPATHTRANSLATED,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETPROTOCOL,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETQUERYSTRING,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREADER,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getReader must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREALPATH,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREMOTEADDR,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREMOTEHOST,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREMOTEPORT,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREMOTEUSER,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as RenderRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREQUESTDISPATCHER,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREQUESTURI,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREQUESTURL,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETREQUESTEDSESSIONID,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as RenderRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETSCHEME,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getScheme must provide the same functionality as RenderRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETSERVERNAME,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getServerName must provide the same functionality as RenderRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETSERVERPORT,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getServerPort must provide the same functionality as RenderRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETSERVLETPATH,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETSESSION,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getSession must provide the same functionality as RenderRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_GETUSERPRINCIPAL,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as RenderRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as RenderRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_ISSECURE,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.isSecure must provide the same functionality as RenderRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_ISUSERINROLE,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.isUserInRole must provide the same functionality as RenderRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_REMOVEATTRIBUTE,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.removeAttribute must provide the same functionality as RenderRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERREQUEST_SETATTRIBUTE,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.setAttribute must provide the same functionality as RenderRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_CONTAINSHEADER,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_ENCODEREDIRECTURL1,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_ENCODEREDIRECTURL,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_ENCODEURL1,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.encodeURL must provide the same functionality as RenderResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_ENCODEURL,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.encodeUrl must provide the same functionality as RenderResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_GETBUFFERSIZE,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.getBufferSize must provide the same functionality as RenderResponse.getBufferSize");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_GETCHARACTERENCODING,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.getCharacterEncoding must provide the same functionality as RenderResponse.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_GETCONTENTTYPE,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.getContentType must provide the same functionality as RenderResponse.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_GETLOCALE,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.getLocale must provide the same functionality as RenderResponse.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_ISCOMMITTED,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.isCommitted must provide the same functionality as RenderResponse.isCommitted");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETATTRIBUTE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getAttribute must provide the same functionality as ResourceRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETATTRIBUTENAMES,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as ResourceRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETAUTHTYPE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getAuthType must provide the same functionality as ResourceRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETCHARACTERENCODING,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getCharacterEncoding must provide the same functionality as ResourceRequest.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETCONTENTLENGTH,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getContentLength must provide the same functionality as ResourceRequest.getContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETCONTENTTYPE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getContentType must provide the same functionality as ResourceRequest.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETCONTEXTPATH,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getContextPath must provide the same functionality as ResourceRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETCOOKIES,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getCookies must provide the same functionality as ResourceRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETDATEHEADER,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETHEADER,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETHEADERNAMES,
            "In a target servlet of a forward in the Resource phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by ResourceRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETHEADERS,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by ResourceRequest.getProperties for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETINTHEADER,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETLOCALADDR,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETLOCALNAME,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETLOCALPORT,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETLOCALE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getLocale must provide the same functionality as ResourceRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETLOCALES,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getLocales must provide the same functionality as ResourceRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETMETHOD,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getMethod must provide the same functionality as ResourceRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETPARAMETER,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getParameter must provide the same functionality as ResourceRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETPARAMETERMAP,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getParameterMap must provide the same functionality as ResourceRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETPARAMETERNAMES,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getParameterNames must provide the same functionality as ResourceRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETPARAMETERVALUES,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getParameterValues must provide the same functionality as ResourceRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETPATHINFO,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETPATHTRANSLATED,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETPROTOCOL,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETQUERYSTRING,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREALPATH,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREMOTEADDR,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREMOTEHOST,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREMOTEPORT,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREMOTEUSER,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as ResourceRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREQUESTDISPATCHER,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREQUESTURI,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREQUESTURL,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETREQUESTEDSESSIONID,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as ResourceRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETSCHEME,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getScheme must provide the same functionality as ResourceRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETSERVERNAME,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getServerName must provide the same functionality as ResourceRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETSERVERPORT,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getServerPort must provide the same functionality as ResourceRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETSERVLETPATH,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETSESSION,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getSession must provide the same functionality as ResourceRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETUSERPRINCIPAL,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as ResourceRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as ResourceRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_ISSECURE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.isSecure must provide the same functionality as ResourceRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_ISUSERINROLE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.isUserInRole must provide the same functionality as ResourceRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_REMOVEATTRIBUTE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.removeAttribute must provide the same functionality as ResourceRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_SETATTRIBUTE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.setAttribute must provide the same functionality as ResourceRequest.setAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_CONTAINSHEADER,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_ENCODEREDIRECTURL1,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_ENCODEREDIRECTURL,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_ENCODEURL1,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.encodeURL must provide the same functionality as ResourceResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_ENCODEURL,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.encodeUrl must provide the same functionality as ResourceResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_GETBUFFERSIZE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.getBufferSize must provide the same functionality as ResourceResponse.getBufferSize");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_GETCHARACTERENCODING,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.getCharacterEncoding must provide the same functionality as ResourceResponse.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_GETCONTENTTYPE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.getContentType must provide the same functionality as ResourceResponse.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_GETLOCALE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.getLocale must provide the same functionality as ResourceResponse.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS2_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_ISCOMMITTED,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.isCommitted must provide the same functionality as ResourceResponse.isCommitted");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETATTRIBUTE,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getAttribute must provide the same functionality as ActionRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETATTRIBUTENAMES,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as ActionRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETAUTHTYPE,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getAuthType must provide the same functionality as ActionRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETCHARACTERENCODING,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getCharacterEncoding must provide the same functionality as ActionRequest.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETCONTENTLENGTH,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getContentLength must provide the same functionality as ActionRequest.getContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETCONTENTTYPE,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getContentType must provide the same functionality as ActionRequest.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETCONTEXTPATH,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getContextPath must provide the same functionality as ActionRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETCOOKIES,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getCookies must provide the same functionality as ActionRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETDATEHEADER,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETHEADER,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETHEADERNAMES,
            "In a target jsp of a include in the Action phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by ActionRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETHEADERS,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by ActionRequest.getProperties for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETINTHEADER,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETLOCALADDR,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETLOCALNAME,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETLOCALPORT,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETLOCALE,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getLocale must provide the same functionality as ActionRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETLOCALES,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getLocales must provide the same functionality as ActionRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETMETHOD,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getMethod must provide the same functionality as ActionRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETPARAMETER,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getParameter must provide the same functionality as ActionRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETPARAMETERMAP,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getParameterMap must provide the same functionality as ActionRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETPARAMETERNAMES,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getParameterNames must provide the same functionality as ActionRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETPARAMETERVALUES,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getParameterValues must provide the same functionality as ActionRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETPATHINFO,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETPATHTRANSLATED,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETPROTOCOL,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETQUERYSTRING,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREALPATH,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREMOTEADDR,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREMOTEHOST,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREMOTEPORT,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREMOTEUSER,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as ActionRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREQUESTDISPATCHER,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREQUESTURI,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREQUESTURL,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETREQUESTEDSESSIONID,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as ActionRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETSCHEME,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getScheme must provide the same functionality as ActionRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETSERVERNAME,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getServerName must provide the same functionality as ActionRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETSERVERPORT,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getServerPort must provide the same functionality as ActionRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETSERVLETPATH,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETSESSION,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getSession must provide the same functionality as ActionRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETUSERPRINCIPAL,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as ActionRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as ActionRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_ISSECURE,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.isSecure must provide the same functionality as ActionRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_ISUSERINROLE,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.isUserInRole must provide the same functionality as ActionRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_REMOVEATTRIBUTE,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.removeAttribute must provide the same functionality as ActionRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONREQUEST_SETATTRIBUTE,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.setAttribute must provide the same functionality as ActionRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_CONTAINSHEADER,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_ENCODEREDIRECTURL1,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_ENCODEREDIRECTURL,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_ENCODEURL1,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.encodeURL must provide the same functionality as ActionResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_ENCODEURL,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.encodeUrl must provide the same functionality as ActionResponse.encodeURL");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_GETBUFFERSIZE,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.getBufferSize must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_GETCHARACTERENCODING,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_GETCONTENTTYPE,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.getContentType must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_GETLOCALE,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.getLocale must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPACTIONRESPONSE_ISCOMMITTED,
            "In a target jsp of a include in the Action phase, the method HttpServletResponse.isCommitted must return true");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETATTRIBUTE,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getAttribute must provide the same functionality as EventRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETATTRIBUTENAMES,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as EventRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETAUTHTYPE,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getAuthType must provide the same functionality as EventRequest.getAuthType");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETCHARACTERENCODING,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETCONTENTLENGTH,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getContentLength must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETCONTENTTYPE,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getContentType must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETCONTEXTPATH,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getContextPath must provide the same functionality as EventRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETCOOKIES,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getCookies must provide the same functionality as EventRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETDATEHEADER,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETHEADER,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETHEADERNAMES,
            "In a target jsp of a include in the Event phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by EventRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETHEADERS,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by EventRequest.getProperties for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETINPUTSTREAM,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getInputStream must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETINTHEADER,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETLOCALADDR,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETLOCALNAME,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETLOCALPORT,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETLOCALE,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getLocale must provide the same functionality as EventRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETLOCALES,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getLocales must provide the same functionality as EventRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETMETHOD,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getMethod must provide the same functionality as EventRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETPARAMETER,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getParameter must provide the same functionality as EventRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETPARAMETERMAP,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getParameterMap must provide the same functionality as EventRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETPARAMETERNAMES,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getParameterNames must provide the same functionality as EventRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETPARAMETERVALUES,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getParameterValues must provide the same functionality as EventRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETPATHINFO,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETPATHTRANSLATED,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETPROTOCOL,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETQUERYSTRING,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREADER,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getReader must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREALPATH,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREMOTEADDR,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREMOTEHOST,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREMOTEPORT,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREMOTEUSER,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as EventRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREQUESTDISPATCHER,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREQUESTURI,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREQUESTURL,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETREQUESTEDSESSIONID,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as EventRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETSCHEME,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getScheme must provide the same functionality as EventRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETSERVERNAME,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getServerName must provide the same functionality as EventRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETSERVERPORT,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getServerPort must provide the same functionality as EventRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETSERVLETPATH,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETSESSION,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getSession must provide the same functionality as EventRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_GETUSERPRINCIPAL,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as EventRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as EventRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_ISSECURE,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.isSecure must provide the same functionality as EventRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_ISUSERINROLE,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.isUserInRole must provide the same functionality as EventRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_REMOVEATTRIBUTE,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.removeAttribute must provide the same functionality as EventRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTREQUEST_SETATTRIBUTE,
            "In a target jsp of a include in the Event phase, the method HttpServletRequest.setAttribute must provide the same functionality as EventRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_CONTAINSHEADER,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_ENCODEREDIRECTURL1,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_ENCODEREDIRECTURL,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_ENCODEURL1,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.encodeURL must provide the same functionality as EventResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_ENCODEURL,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.encodeUrl must provide the same functionality as EventResponse.encodeURL");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_GETBUFFERSIZE,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.getBufferSize must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_GETCHARACTERENCODING,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_GETCONTENTTYPE,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.getContentType must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_GETLOCALE,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.getLocale must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPEVENTRESPONSE_ISCOMMITTED,
            "In a target jsp of a include in the Event phase, the method HttpServletResponse.isCommitted must return true");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETATTRIBUTE,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getAttribute must provide the same functionality as RenderRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETATTRIBUTENAMES,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as RenderRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETAUTHTYPE,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getAuthType must provide the same functionality as RenderRequest.getAuthType");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETCHARACTERENCODING,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETCONTENTLENGTH,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getContentLength must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETCONTENTTYPE,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getContentType must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETCONTEXTPATH,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getContextPath must provide the same functionality as RenderRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETCOOKIES,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getCookies must provide the same functionality as RenderRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETDATEHEADER,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETHEADER,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETHEADERNAMES,
            "In a target jsp of a include in the Render phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by RenderRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETHEADERS,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by RenderRequest.getProperties for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETINPUTSTREAM,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getInputStream must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETINTHEADER,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETLOCALADDR,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETLOCALNAME,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETLOCALPORT,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETLOCALE,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getLocale must provide the same functionality as RenderRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETLOCALES,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getLocales must provide the same functionality as RenderRequest.getLocales");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETMETHOD,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getMethod must return \"GET\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETPARAMETER,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getParameter must provide the same functionality as RenderRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETPARAMETERMAP,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getParameterMap must provide the same functionality as RenderRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETPARAMETERNAMES,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getParameterNames must provide the same functionality as RenderRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETPARAMETERVALUES,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getParameterValues must provide the same functionality as RenderRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETPATHINFO,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETPATHTRANSLATED,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETPROTOCOL,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETQUERYSTRING,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREADER,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getReader must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREALPATH,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREMOTEADDR,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREMOTEHOST,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREMOTEPORT,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREMOTEUSER,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as RenderRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREQUESTDISPATCHER,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREQUESTURI,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREQUESTURL,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETREQUESTEDSESSIONID,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as RenderRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETSCHEME,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getScheme must provide the same functionality as RenderRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETSERVERNAME,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getServerName must provide the same functionality as RenderRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETSERVERPORT,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getServerPort must provide the same functionality as RenderRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETSERVLETPATH,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETSESSION,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getSession must provide the same functionality as RenderRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_GETUSERPRINCIPAL,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as RenderRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as RenderRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_ISSECURE,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.isSecure must provide the same functionality as RenderRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_ISUSERINROLE,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.isUserInRole must provide the same functionality as RenderRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_REMOVEATTRIBUTE,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.removeAttribute must provide the same functionality as RenderRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERREQUEST_SETATTRIBUTE,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.setAttribute must provide the same functionality as RenderRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_CONTAINSHEADER,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_ENCODEREDIRECTURL1,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_ENCODEREDIRECTURL,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_ENCODEURL1,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.encodeURL must provide the same functionality as RenderResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_ENCODEURL,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.encodeUrl must provide the same functionality as RenderResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_GETBUFFERSIZE,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.getBufferSize must provide the same functionality as RenderResponse.getBufferSize");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_GETCHARACTERENCODING,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.getCharacterEncoding must provide the same functionality as RenderResponse.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_GETCONTENTTYPE,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.getContentType must provide the same functionality as RenderResponse.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_GETLOCALE,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.getLocale must provide the same functionality as RenderResponse.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRENDERRESPONSE_ISCOMMITTED,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.isCommitted must provide the same functionality as RenderResponse.isCommitted");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETATTRIBUTE,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getAttribute must provide the same functionality as ResourceRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETATTRIBUTENAMES,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as ResourceRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETAUTHTYPE,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getAuthType must provide the same functionality as ResourceRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETCHARACTERENCODING,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getCharacterEncoding must provide the same functionality as ResourceRequest.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETCONTENTLENGTH,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getContentLength must provide the same functionality as ResourceRequest.getContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETCONTENTTYPE,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getContentType must provide the same functionality as ResourceRequest.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETCONTEXTPATH,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getContextPath must provide the same functionality as ResourceRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETCOOKIES,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getCookies must provide the same functionality as ResourceRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETDATEHEADER,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETHEADER,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETHEADERNAMES,
            "In a target jsp of a include in the Resource phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by ResourceRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETHEADERS,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by ResourceRequest.getProperties for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETINTHEADER,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETLOCALADDR,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETLOCALNAME,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETLOCALPORT,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETLOCALE,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getLocale must provide the same functionality as ResourceRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETLOCALES,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getLocales must provide the same functionality as ResourceRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETMETHOD,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getMethod must provide the same functionality as ResourceRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETPARAMETER,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getParameter must provide the same functionality as ResourceRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETPARAMETERMAP,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getParameterMap must provide the same functionality as ResourceRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETPARAMETERNAMES,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getParameterNames must provide the same functionality as ResourceRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETPARAMETERVALUES,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getParameterValues must provide the same functionality as ResourceRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETPATHINFO,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETPATHTRANSLATED,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETPROTOCOL,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETQUERYSTRING,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREALPATH,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREMOTEADDR,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREMOTEHOST,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREMOTEPORT,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREMOTEUSER,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as ResourceRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREQUESTDISPATCHER,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREQUESTURI,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREQUESTURL,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETREQUESTEDSESSIONID,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as ResourceRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETSCHEME,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getScheme must provide the same functionality as ResourceRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETSERVERNAME,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getServerName must provide the same functionality as ResourceRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETSERVERPORT,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getServerPort must provide the same functionality as ResourceRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETSERVLETPATH,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETSESSION,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getSession must provide the same functionality as ResourceRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETUSERPRINCIPAL,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as ResourceRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as ResourceRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_ISSECURE,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.isSecure must provide the same functionality as ResourceRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_ISUSERINROLE,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.isUserInRole must provide the same functionality as ResourceRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_REMOVEATTRIBUTE,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.removeAttribute must provide the same functionality as ResourceRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_SETATTRIBUTE,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.setAttribute must provide the same functionality as ResourceRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_CONTAINSHEADER,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_ENCODEREDIRECTURL1,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_ENCODEREDIRECTURL,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_ENCODEURL1,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.encodeURL must provide the same functionality as ResourceResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_ENCODEURL,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.encodeUrl must provide the same functionality as ResourceResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_GETBUFFERSIZE,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.getBufferSize must provide the same functionality as ResourceResponse.getBufferSize");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_GETCHARACTERENCODING,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.getCharacterEncoding must provide the same functionality as ResourceResponse.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_GETCONTENTTYPE,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.getContentType must provide the same functionality as ResourceResponse.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_GETLOCALE,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.getLocale must provide the same functionality as ResourceResponse.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS3_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_ISCOMMITTED,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.isCommitted must provide the same functionality as ResourceResponse.isCommitted");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETATTRIBUTE,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getAttribute must provide the same functionality as ActionRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETATTRIBUTENAMES,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as ActionRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETAUTHTYPE,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getAuthType must provide the same functionality as ActionRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETCHARACTERENCODING,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getCharacterEncoding must provide the same functionality as ActionRequest.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETCONTENTLENGTH,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getContentLength must provide the same functionality as ActionRequest.getContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETCONTENTTYPE,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getContentType must provide the same functionality as ActionRequest.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETCONTEXTPATH,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getContextPath must provide the same functionality as ActionRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETCOOKIES,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getCookies must provide the same functionality as ActionRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETDATEHEADER,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETHEADER,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETHEADERNAMES,
            "In a target servlet of a include in the Action phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by ActionRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETHEADERS,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by ActionRequest.getProperties for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETINTHEADER,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by ActionRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETLOCALADDR,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETLOCALNAME,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETLOCALPORT,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETLOCALE,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getLocale must provide the same functionality as ActionRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETLOCALES,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getLocales must provide the same functionality as ActionRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETMETHOD,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getMethod must provide the same functionality as ActionRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETPARAMETER,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getParameter must provide the same functionality as ActionRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETPARAMETERMAP,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getParameterMap must provide the same functionality as ActionRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETPARAMETERNAMES,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getParameterNames must provide the same functionality as ActionRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETPARAMETERVALUES,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getParameterValues must provide the same functionality as ActionRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETPATHINFO,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETPATHTRANSLATED,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETPROTOCOL,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETQUERYSTRING,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREALPATH,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREMOTEADDR,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREMOTEHOST,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREMOTEPORT,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREMOTEUSER,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as ActionRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREQUESTDISPATCHER,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREQUESTURI,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREQUESTURL,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETREQUESTEDSESSIONID,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as ActionRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETSCHEME,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getScheme must provide the same functionality as ActionRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETSERVERNAME,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getServerName must provide the same functionality as ActionRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETSERVERPORT,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getServerPort must provide the same functionality as ActionRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETSERVLETPATH,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETSESSION,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getSession must provide the same functionality as ActionRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETUSERPRINCIPAL,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as ActionRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as ActionRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_ISSECURE,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.isSecure must provide the same functionality as ActionRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_ISUSERINROLE,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.isUserInRole must provide the same functionality as ActionRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_REMOVEATTRIBUTE,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.removeAttribute must provide the same functionality as ActionRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONREQUEST_SETATTRIBUTE,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.setAttribute must provide the same functionality as ActionRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_CONTAINSHEADER,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_ENCODEREDIRECTURL1,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_ENCODEREDIRECTURL,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_ENCODEURL1,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.encodeURL must provide the same functionality as ActionResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_ENCODEURL,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.encodeUrl must provide the same functionality as ActionResponse.encodeURL");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_GETBUFFERSIZE,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.getBufferSize must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_GETCHARACTERENCODING,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_GETCONTENTTYPE,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.getContentType must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_GETLOCALE,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.getLocale must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETACTIONRESPONSE_ISCOMMITTED,
            "In a target servlet of a include in the Action phase, the method HttpServletResponse.isCommitted must return true");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETATTRIBUTE,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getAttribute must provide the same functionality as EventRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETATTRIBUTENAMES,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as EventRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETAUTHTYPE,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getAuthType must provide the same functionality as EventRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETCHARACTERENCODING,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETCONTENTLENGTH,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getContentLength must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETCONTENTTYPE,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getContentType must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETCONTEXTPATH,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getContextPath must provide the same functionality as EventRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETCOOKIES,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getCookies must provide the same functionality as EventRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETDATEHEADER,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETHEADER,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETHEADERNAMES,
            "In a target servlet of a include in the Event phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by EventRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETHEADERS,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by EventRequest.getProperties for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETINPUTSTREAM,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getInputStream must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETINTHEADER,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by EventRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETLOCALADDR,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETLOCALNAME,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETLOCALPORT,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETLOCALE,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getLocale must provide the same functionality as EventRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETLOCALES,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getLocales must provide the same functionality as EventRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETMETHOD,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getMethod must provide the same functionality as EventRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETPARAMETER,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getParameter must provide the same functionality as EventRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETPARAMETERMAP,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getParameterMap must provide the same functionality as EventRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETPARAMETERNAMES,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getParameterNames must provide the same functionality as EventRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETPARAMETERVALUES,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getParameterValues must provide the same functionality as EventRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETPATHINFO,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETPATHTRANSLATED,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETPROTOCOL,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETQUERYSTRING,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREADER,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getReader must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREALPATH,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREMOTEADDR,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREMOTEHOST,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREMOTEPORT,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREMOTEUSER,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as EventRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREQUESTDISPATCHER,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREQUESTURI,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREQUESTURL,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETREQUESTEDSESSIONID,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as EventRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETSCHEME,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getScheme must provide the same functionality as EventRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETSERVERNAME,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getServerName must provide the same functionality as EventRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETSERVERPORT,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getServerPort must provide the same functionality as EventRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETSERVLETPATH,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETSESSION,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getSession must provide the same functionality as EventRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_GETUSERPRINCIPAL,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as EventRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as EventRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_ISSECURE,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.isSecure must provide the same functionality as EventRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_ISUSERINROLE,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.isUserInRole must provide the same functionality as EventRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_REMOVEATTRIBUTE,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.removeAttribute must provide the same functionality as EventRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTREQUEST_SETATTRIBUTE,
            "In a target servlet of a include in the Event phase, the method HttpServletRequest.setAttribute must provide the same functionality as EventRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_CONTAINSHEADER,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_ENCODEREDIRECTURL1,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_ENCODEREDIRECTURL,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_ENCODEURL1,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.encodeURL must provide the same functionality as EventResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_ENCODEURL,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.encodeUrl must provide the same functionality as EventResponse.encodeURL");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_GETBUFFERSIZE,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.getBufferSize must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_GETCHARACTERENCODING,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_GETCONTENTTYPE,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.getContentType must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_GETLOCALE,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.getLocale must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETEVENTRESPONSE_ISCOMMITTED,
            "In a target servlet of a include in the Event phase, the method HttpServletResponse.isCommitted must return true");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETATTRIBUTE,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getAttribute must provide the same functionality as RenderRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETATTRIBUTENAMES,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as RenderRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETAUTHTYPE,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getAuthType must provide the same functionality as RenderRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETCHARACTERENCODING,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getCharacterEncoding must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETCONTENTLENGTH,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getContentLength must return 0");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETCONTENTTYPE,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getContentType must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETCONTEXTPATH,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getContextPath must provide the same functionality as RenderRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETCOOKIES,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getCookies must provide the same functionality as RenderRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETDATEHEADER,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETHEADER,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETHEADERNAMES,
            "In a target servlet of a include in the Render phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by RenderRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETHEADERS,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by RenderRequest.getProperties for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETINPUTSTREAM,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getInputStream must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETINTHEADER,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by RenderRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETLOCALADDR,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETLOCALNAME,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETLOCALPORT,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETLOCALE,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getLocale must provide the same functionality as RenderRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETLOCALES,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getLocales must provide the same functionality as RenderRequest.getLocales");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETMETHOD,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getMethod must return \"GET\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETPARAMETER,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getParameter must provide the same functionality as RenderRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETPARAMETERMAP,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getParameterMap must provide the same functionality as RenderRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETPARAMETERNAMES,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getParameterNames must provide the same functionality as RenderRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETPARAMETERVALUES,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getParameterValues must provide the same functionality as RenderRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETPATHINFO,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETPATHTRANSLATED,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETPROTOCOL,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETQUERYSTRING,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREADER,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getReader must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREALPATH,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREMOTEADDR,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREMOTEHOST,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREMOTEPORT,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREMOTEUSER,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as RenderRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREQUESTDISPATCHER,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREQUESTURI,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREQUESTURL,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETREQUESTEDSESSIONID,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as RenderRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETSCHEME,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getScheme must provide the same functionality as RenderRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETSERVERNAME,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getServerName must provide the same functionality as RenderRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETSERVERPORT,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getServerPort must provide the same functionality as RenderRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETSERVLETPATH,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETSESSION,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getSession must provide the same functionality as RenderRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_GETUSERPRINCIPAL,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as RenderRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as RenderRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_ISSECURE,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.isSecure must provide the same functionality as RenderRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_ISUSERINROLE,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.isUserInRole must provide the same functionality as RenderRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_REMOVEATTRIBUTE,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.removeAttribute must provide the same functionality as RenderRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERREQUEST_SETATTRIBUTE,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.setAttribute must provide the same functionality as RenderRequest.setAttribute");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_CONTAINSHEADER,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_ENCODEREDIRECTURL1,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_ENCODEREDIRECTURL,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_ENCODEURL1,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.encodeURL must provide the same functionality as RenderResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_ENCODEURL,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.encodeUrl must provide the same functionality as RenderResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_GETBUFFERSIZE,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.getBufferSize must provide the same functionality as RenderResponse.getBufferSize");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_GETCHARACTERENCODING,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.getCharacterEncoding must provide the same functionality as RenderResponse.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_GETCONTENTTYPE,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.getContentType must provide the same functionality as RenderResponse.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_GETLOCALE,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.getLocale must provide the same functionality as RenderResponse.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_ISCOMMITTED,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.isCommitted must provide the same functionality as RenderResponse.isCommitted");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETATTRIBUTE,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getAttribute must provide the same functionality as ResourceRequest.getAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETATTRIBUTENAMES,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getAttributeNames must provide the same functionality as ResourceRequest.getAttributeNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETAUTHTYPE,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getAuthType must provide the same functionality as ResourceRequest.getAuthType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETCHARACTERENCODING,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getCharacterEncoding must provide the same functionality as ResourceRequest.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETCONTENTLENGTH,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getContentLength must provide the same functionality as ResourceRequest.getContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETCONTENTTYPE,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getContentType must provide the same functionality as ResourceRequest.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETCONTEXTPATH,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getContextPath must provide the same functionality as ResourceRequest.getContextPath");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETCOOKIES,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getCookies must provide the same functionality as ResourceRequest.getCookies");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETDATEHEADER,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getDateHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETHEADER,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETHEADERNAMES,
            "In a target servlet of a include in the Resource phase, the Enumeration returned by HttpServletRequest.getHeaderNames must be contained in the Enumeration returned by ResourceRequest.getPropertyNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETHEADERS,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getHeaders must return a value corresponding to that returned by ResourceRequest.getProperties for the corresponding header name");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETINTHEADER,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getIntHeader must return a value corresponding to that returned by ResourceRequest.getProperty for the corresponding header name");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETLOCALADDR,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getLocalAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETLOCALNAME,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getLocalName must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETLOCALPORT,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getLocalPort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETLOCALE,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getLocale must provide the same functionality as ResourceRequest.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETLOCALES,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getLocales must provide the same functionality as ResourceRequest.getLocales");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETMETHOD,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getMethod must provide the same functionality as ResourceRequest.getMethod");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETPARAMETER,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getParameter must provide the same functionality as ResourceRequest.getParameter");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETPARAMETERMAP,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getParameterMap must provide the same functionality as ResourceRequest.getParameterMap");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETPARAMETERNAMES,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getParameterNames must provide the same functionality as ResourceRequest.getParameterNames");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETPARAMETERVALUES,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getParameterValues must provide the same functionality as ResourceRequest.getParameterValues");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETPATHINFO,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getPathInfo must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETPATHTRANSLATED,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getPathTranslated must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETPROTOCOL,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getProtocol must return \"HTTP/1.1\"");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETQUERYSTRING,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getQueryString must a value corresponding to the query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREALPATH,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRealPath must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREMOTEADDR,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRemoteAddr must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREMOTEHOST,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRemoteHost must return null");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREMOTEPORT,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRemotePort must return 0");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREMOTEUSER,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRemoteUser must provide the same functionality as ResourceRequest.getRemoteUser");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREQUESTDISPATCHER,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRequestDispatcher must provide functionality as defined in the servlet specification");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREQUESTURI,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRequestURI must a value corresponding to the path and query string information used to obtain the PortletRequestDispatcher");
      tcd.put(V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREQUESTURL,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRequestURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETREQUESTEDSESSIONID,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getRequestedSessionId must provide the same functionality as ResourceRequest.getRequestedSessionId");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETSCHEME,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getScheme must provide the same functionality as ResourceRequest.getScheme");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETSERVERNAME,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getServerName must provide the same functionality as ResourceRequest.getServerName");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETSERVERPORT,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getServerPort must provide the same functionality as ResourceRequest.getServerPort");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETSERVLETPATH,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getServletPath must a value corresponding to the path used to obtain the PortletRequestDispatcher");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETSESSION,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getSession must provide the same functionality as ResourceRequest.getPortletSession(APPLICATION_SCOPE)");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETUSERPRINCIPAL,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getUserPrincipal must provide the same functionality as ResourceRequest.getUserPrincipal");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_ISREQUESTEDSESSIONIDVALID,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.isRequestedSessionIdValid must provide the same functionality as ResourceRequest.isRequestedSessionIdValid");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_ISSECURE,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.isSecure must provide the same functionality as ResourceRequest.isSecure");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_ISUSERINROLE,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.isUserInRole must provide the same functionality as ResourceRequest.isUserInRole");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_REMOVEATTRIBUTE,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.removeAttribute must provide the same functionality as ResourceRequest.removeAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_SETATTRIBUTE,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.setAttribute must provide the same functionality as ResourceRequest.setAttribute");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_CONTAINSHEADER,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.containsHeader must return false");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_ENCODEREDIRECTURL1,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.encodeRedirectURL must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_ENCODEREDIRECTURL,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.encodeRedirectUrl must return null");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_ENCODEURL1,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.encodeURL must provide the same functionality as ResourceResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_ENCODEURL,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.encodeUrl must provide the same functionality as ResourceResponse.encodeURL");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_GETBUFFERSIZE,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.getBufferSize must provide the same functionality as ResourceResponse.getBufferSize");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_GETCHARACTERENCODING,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.getCharacterEncoding must provide the same functionality as ResourceResponse.getCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_GETCONTENTTYPE,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.getContentType must provide the same functionality as ResourceResponse.getContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_GETLOCALE,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.getLocale must provide the same functionality as ResourceResponse.getLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS4_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_ISCOMMITTED,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.isCommitted must provide the same functionality as ResourceResponse.isCommitted");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPACTIONREQUEST_GETINPUTSTREAM,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.getInputStream must provide the same functionality as ActionRequest.getPortletInputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPACTIONREQUEST_SETCHARACTERENCODING,
            "In a target jsp of a forward in the Action phase, the method HttpServletRequest.setCharacterEncoding must provide the same functionality as ActionRequest.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPACTIONRESPONSE_SENDREDIRECT,
            "In a target jsp of a forward in the Action phase, the method HttpServletResponse.sendRedirect must provide the same functionality as ActionResponse.sendRedirect");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERREQUEST_SETCHARACTERENCODING,
            "In a target jsp of a forward in the Render phase, the method HttpServletRequest.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERRESPONSE_GETOUTPUTSTREAM,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.getOutputStream must provide the same functionality as RenderResponse.getPortletOutputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERRESPONSE_SENDERROR,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.sendError does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERRESPONSE_SENDREDIRECT,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.sendRedirect does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERRESPONSE_SETCHARACTERENCODING,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERRESPONSE_SETCONTENTLENGTH,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.setContentLength does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERRESPONSE_SETCONTENTTYPE,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.setContentType must provide the same functionality as RenderResponse.setContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERRESPONSE_SETLOCALE,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.setLocale does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRENDERRESPONSE_SETSTATUS,
            "In a target jsp of a forward in the Render phase, the method HttpServletResponse.setStatus does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCEREQUEST_GETINPUTSTREAM,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.getInputStream must provide the same functionality as ResourceRequest.getPortletInputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCEREQUEST_SETCHARACTERENCODING,
            "In a target jsp of a forward in the Resource phase, the method HttpServletRequest.setCharacterEncoding must provide the same functionality as ResourceRequest.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCERESPONSE_GETOUTPUTSTREAM,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.getOutputStream must provide the same functionality as ResourceResponse.getPortletOutputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCERESPONSE_SENDERROR,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.sendError does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCERESPONSE_SENDREDIRECT,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.sendRedirect does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCERESPONSE_SETCHARACTERENCODING,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.setCharacterEncoding must provide the same functionality as ResourceResponse.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCERESPONSE_SETCONTENTLENGTH,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.setContentLength must provide the same functionality as ResourceResponse.setContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCERESPONSE_SETCONTENTTYPE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.setContentType must provide the same functionality as ResourceResponse.setContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDJSPRESOURCERESPONSE_SETLOCALE,
            "In a target jsp of a forward in the Resource phase, the method HttpServletResponse.setLocale must provide the same functionality as ResourceResponse.setLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETACTIONREQUEST_GETINPUTSTREAM,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.getInputStream must provide the same functionality as ActionRequest.getPortletInputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETACTIONREQUEST_SETCHARACTERENCODING,
            "In a target servlet of a forward in the Action phase, the method HttpServletRequest.setCharacterEncoding must provide the same functionality as ActionRequest.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETACTIONRESPONSE_SENDREDIRECT,
            "In a target servlet of a forward in the Action phase, the method HttpServletResponse.sendRedirect must provide the same functionality as ActionResponse.sendRedirect");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERREQUEST_SETCHARACTERENCODING,
            "In a target servlet of a forward in the Render phase, the method HttpServletRequest.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_GETOUTPUTSTREAM,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.getOutputStream must provide the same functionality as RenderResponse.getPortletOutputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_SENDERROR,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.sendError does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_SENDREDIRECT,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.sendRedirect does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_SETCHARACTERENCODING,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_SETCONTENTLENGTH,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.setContentLength does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_SETCONTENTTYPE,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.setContentType must provide the same functionality as RenderResponse.setContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_SETLOCALE,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.setLocale does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRENDERRESPONSE_SETSTATUS,
            "In a target servlet of a forward in the Render phase, the method HttpServletResponse.setStatus does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_GETINPUTSTREAM,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.getInputStream must provide the same functionality as ResourceRequest.getPortletInputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCEREQUEST_SETCHARACTERENCODING,
            "In a target servlet of a forward in the Resource phase, the method HttpServletRequest.setCharacterEncoding must provide the same functionality as ResourceRequest.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_GETOUTPUTSTREAM,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.getOutputStream must provide the same functionality as ResourceResponse.getPortletOutputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_SENDERROR,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.sendError does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_SENDREDIRECT,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.sendRedirect does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_SETCHARACTERENCODING,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.setCharacterEncoding must provide the same functionality as ResourceResponse.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_SETCONTENTLENGTH,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.setContentLength must provide the same functionality as ResourceResponse.setContentLength");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_SETCONTENTTYPE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.setContentType must provide the same functionality as ResourceResponse.setContentType");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_FORWARDSERVLETRESOURCERESPONSE_SETLOCALE,
            "In a target servlet of a forward in the Resource phase, the method HttpServletResponse.setLocale must provide the same functionality as ResourceResponse.setLocale");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPACTIONREQUEST_GETINPUTSTREAM,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.getInputStream must provide the same functionality as ActionRequest.getPortletInputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPACTIONREQUEST_SETCHARACTERENCODING,
            "In a target jsp of a include in the Action phase, the method HttpServletRequest.setCharacterEncoding must provide the same functionality as ActionRequest.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERREQUEST_SETCHARACTERENCODING,
            "In a target jsp of a include in the Render phase, the method HttpServletRequest.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERRESPONSE_GETOUTPUTSTREAM,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.getOutputStream must provide the same functionality as RenderResponse.getPortletOutputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERRESPONSE_SENDERROR,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.sendError does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERRESPONSE_SENDREDIRECT,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.sendRedirect does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERRESPONSE_SETCHARACTERENCODING,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERRESPONSE_SETCONTENTLENGTH,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.setContentLength does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERRESPONSE_SETCONTENTTYPE,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.setContentType does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERRESPONSE_SETLOCALE,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.setLocale does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRENDERRESPONSE_SETSTATUS,
            "In a target jsp of a include in the Render phase, the method HttpServletResponse.setStatus does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_GETINPUTSTREAM,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.getInputStream must provide the same functionality as ResourceRequest.getPortletInputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCEREQUEST_SETCHARACTERENCODING,
            "In a target jsp of a include in the Resource phase, the method HttpServletRequest.setCharacterEncoding must provide the same functionality as ResourceRequest.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_GETOUTPUTSTREAM,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.getOutputStream must provide the same functionality as ResourceResponse.getPortletOutputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_SENDERROR,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.sendError does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_SENDREDIRECT,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.sendRedirect does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_SETCHARACTERENCODING,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_SETCONTENTLENGTH,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.setContentLength does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_SETCONTENTTYPE,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.setContentType does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_SETLOCALE,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.setLocale does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDEJSPRESOURCERESPONSE_SETSTATUS,
            "In a target jsp of a include in the Resource phase, the method HttpServletResponse.setStatus does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETACTIONREQUEST_GETINPUTSTREAM,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.getInputStream must provide the same functionality as ActionRequest.getPortletInputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETACTIONREQUEST_SETCHARACTERENCODING,
            "In a target servlet of a include in the Action phase, the method HttpServletRequest.setCharacterEncoding must provide the same functionality as ActionRequest.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERREQUEST_SETCHARACTERENCODING,
            "In a target servlet of a include in the Render phase, the method HttpServletRequest.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_GETOUTPUTSTREAM,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.getOutputStream must provide the same functionality as RenderResponse.getPortletOutputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_SENDERROR,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.sendError does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_SENDREDIRECT,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.sendRedirect does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_SETCHARACTERENCODING,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_SETCONTENTLENGTH,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.setContentLength does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_SETCONTENTTYPE,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.setContentType does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_SETLOCALE,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.setLocale does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRENDERRESPONSE_SETSTATUS,
            "In a target servlet of a include in the Render phase, the method HttpServletResponse.setStatus does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_GETINPUTSTREAM,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.getInputStream must provide the same functionality as ResourceRequest.getPortletInputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCEREQUEST_SETCHARACTERENCODING,
            "In a target servlet of a include in the Resource phase, the method HttpServletRequest.setCharacterEncoding must provide the same functionality as ResourceRequest.setCharacterEncoding");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_GETOUTPUTSTREAM,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.getOutputStream must provide the same functionality as ResourceResponse.getPortletOutputStream");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_SENDERROR,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.sendError does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_SENDREDIRECT,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.sendRedirect does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_SETCHARACTERENCODING,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.setCharacterEncoding does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_SETCONTENTLENGTH,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.setContentLength does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_SETCONTENTTYPE,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.setContentType does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_SETLOCALE,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.setLocale does not perform any operation");
      tcd.put(
            V2DISPATCHERREQRESPTESTS5S_SPEC2_19_INCLUDESERVLETRESOURCERESPONSE_SETSTATUS,
            "In a target servlet of a include in the Resource phase, the method HttpServletResponse.setStatus does not perform any operation");

   }