Browse Source
RFC 7538[1] added HTTP response code 308, signifying a permanent redirect that, contrary to the older 301, does not allow changing the request method from POST to GET. [1] https://tools.ietf.org/html/rfc7538 Bug: 560936 Change-Id: Ib65f3a3ed75db51d74d1fe81d4abe6fe92b0ca12 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>stable-5.8
Thomas Wolf
5 years ago
committed by
Matthias Sohn
3 changed files with 26 additions and 1 deletions
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<component id="org.eclipse.jgit" version="2"> |
||||
<resource path="src/org/eclipse/jgit/transport/http/HttpConnection.java" type="org.eclipse.jgit.transport.http.HttpConnection"> |
||||
<filter id="403767336"> |
||||
<message_arguments> |
||||
<message_argument value="org.eclipse.jgit.transport.http.HttpConnection"/> |
||||
<message_argument value="HTTP_11_MOVED_PERM"/> |
||||
</message_arguments> |
||||
</filter> |
||||
</resource> |
||||
</component> |
Loading…
Reference in new issue