From 135884d3b7df330b795372b3699a9dc8a876acbf Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Fri, 6 Dec 2024 08:52:56 +0000 Subject: [PATCH] Drop support for J2ME --- docs/openrosa-form-submission.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/openrosa-form-submission.rst b/docs/openrosa-form-submission.rst index b5fb21cd6..5fa7aa447 100644 --- a/docs/openrosa-form-submission.rst +++ b/docs/openrosa-form-submission.rst @@ -25,8 +25,6 @@ OpenRosa servers MUST provide a URI capable of accepting HTTP POST Requests. Acc The server MUST support HTTP 1.1 chunked transfer encoding for receiving the POST content. There is no minimum set of standards for timeouts, maximum content length, or other http configurations, but servers are encouraged to support lenient connections and the largest possible content size, since many of the connections will be from unreliable channels and in environments where splitting content up is impractical. -For maximum compatibility with J2ME clients, it is recommended that a server SHOULD NOT issue redirects. - .. note:: Using digest authentication and https when communicating with a server does not require any redirects --- you can have authentication and secure transport without redirects.