Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[servlet-dev] Servlet 6.1 - sendRedirect with status code.
  • From: Phu Dinh <pmd1nh-bus@xxxxxxxxxxx>
  • Date: Mon, 25 Mar 2024 22:18:19 +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=qlnxhHSdt+BLf5ncyItaewBCRD5SrW8+DYF0k2plQTI=; b=FtnVsadn5egQDh+dIveEK+GIRMnBseWVCEsOMSI8UFzPe5ZwDocIFqgS5KTGQORQPH28S9uwiQnve7TFDreQItD+JxCmx6U/Kuib7aXlkep88iy4dpnAWmby7pAAiVScBMuj5zsDqXLO43a85tcX6NAm/4RM9aDOauCIr8Or6KIWtPqg3wb1M3xiY9m2xYtmoo0DTzmUZ5cwFUB9MCDbsbjhzlgoyHWFzRcCyZmGNiczachbAHcUcmMxDX02cyRrZTVIVszXPuu0UwTKy42oEgoeQQqro7VZChXvZNna6cWWT949xxXzyvDLrbaE1Nc7MDAW0IOmNiNXaxsG8fXRIA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mC2p9Arno45dm8nFdUD2ucv9daLK7OuMxD380UISdPsQ5GJb6ducdj+7RdblcCVYm6/rWr6J5QTkf86pPMIG6ulwpSldbItqT1QVUbK/5uYRMmxJ8QaAxyXoIZwbn838I5Cij3iaenDs1Jq11urMU66Fpbm1ifq/DIMFJvQ1p2jj1bkpstWurp3Q6zEwuvakPcOm8DuV4jE7UnOqtAlbj7UHdoeere1Icy6a3tMuWisSOl/X0NIel2C5K2+g+ZxwKy1KieMt0GNno4tlv666QU90OSUlYjCLlJB5HvyMsI35B+QwKhUpepIUlciBHlFK2ax3K3BBiZ+lBM1fcEUTBQ==
  • 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: AQHafwHGGPBjzkXZFESJ4YMBITRJIg==
  • Thread-topic: Servlet 6.1 - sendRedirect with status code.

Hi,

I asked the question in the issue


but wanted to follow up here.

Question: For the new API sendRedirect(String, int) or sendRedirect(String, int, boolean), should the doc specify what to do if a user specifies arbitrary status code other than 301, 302, or 303? Should the default 302 be used for that case?

Thanks,

Phu Dinh


Back to the top