Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[servlet-dev] Servlet 6.1 - a possible oversight in clarification https://github.com/jakartaee/servlet/issues/453
  • From: Phu Dinh <pmd1nh-bus@xxxxxxxxxxx>
  • Date: Wed, 14 Feb 2024 19:31:25 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=jHiOTCBnH2VXF61GKSvffvEMqyFsoJdgHsdgkGYlBAI=; b=dOV20n54N/dRZ+H0XjXG2WFliwi3muskyBudb4TN4oWzfsS3BypyxtWx51q6RYGozsrFFaOrXNSoUYLpbX5JlfFlIyOrCe/7Cjex10mNzZ8Atwc1Pu7ogql94feT1Aef3fKT/GixYE2e2iuYr3wZUEYoUNNgtoBgDGge0QHKt0AvEHor2coMSRFhVn5tc0zdI4C9jAfvPrIvu6DI8GEDF4NfYj37uBiF5+xsBJ6l4RYT2g7nV7qiccK+3CoVivgpw3kjYa98UK+7fHraQKxF56bXz+pPTPWFnrCmhdn4Oy582VPzPhtmMD0+KTkK9K/yBtY1aUnetatiIUXT+L8Paw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mLvVnT5L5Bu1Vgwi40jj6U9gVPIag08URAu+iT7FLq3ISYksAJBzVxcAp8Qwz0kCwUuh1KPacS2NB2kEf0carL0PC5qpiJSSDshvXOF+NB1Wy0w78rYFaYkrB3dsU8ABYUUaM5Tlq11hFFRfMSP1PvnQfOybt5gYfABfLwYGLBPYOJDLXopvHsA+w7oTGTxj3LjzsAZDXaQBNbdMn1B4qaMr34bVKLESjpGKiVDfE4PgaHvP4IMU+99iIWqQah0Tbh5KJCsJYvnDm+CUVtU0KkzGm6m156QV9zv0EdnGguh7ZKai+BRdrCwmwcQ6WEiDXniu5Cdo89Qo7GnfhMYvQA==
  • Delivered-to: servlet-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/servlet-dev/>
  • List-help: <mailto:servlet-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaX3sYxsoezvL7ek2gxT0pewK9+Q==
  • Thread-topic: Servlet 6.1 - a possible oversight in clarification https://github.com/jakartaee/servlet/issues/453

Hi,


clarifies the path parameter in ServletContext and ServletRequest.

ServletContext#getRequestDispatcher(java.lang.String)
and
ServletRequest#getRequestDispatcher(java.lang.String)

However, the PR https://github.com/jakartaee/servlet/pull/487 does not have an update for ServletRequest#getRequestDispatcher(java.lang.String)

Is it an oversight?

Thanks,
Phu Dinh


Back to the top