8000 Fix redirect header (uppercase) · CogiMind/arangodb-java-driver@741e7a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 741e7a8

Browse files
author
mpv1989
committed
Fix redirect header (uppercase)
1 parent a793e32 commit 741e7a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v4.3.2 (2017-xx-xx)
2+
---------------------------
3+
* fixed redirect header (uppercase)
4+
15
v4.3.1 (2017-11-27)
26
---------------------------
37
* fixed default Json parsing, include null values (Issue #163)

src/main/java/com/arangodb/internal/util/ResponseUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ResponseUtils {
3535

3636
private static final int ERROR_STATUS = 300;
3737
private static final int ERROR_INTERNAL = 503;
38-
private static final String HEADER_ENDPOINT = "x-arango-endpoint";
38+
private static final String HEADER_ENDPOINT = "X-Arango-Endpoint";
3939

4040
private ResponseUtils() {
4141
super();

0 commit comments

Comments
 (0)
0