Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Dec 3, 2018
1 parent c1faebf commit 1a7ab04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.RELEASE</version>
<relativePath />
<!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/xxx/trader/utils/WebUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class WebUtils {
public static final String LASTOBCALLBS = "LAST_ORDERBOOK_CALL_BITSTAMP";
public static final String LASTOBCALLIB = "LAST_ORDERBOOK_CALL_ITBIT";
public static final String SECURITYCONTEXT = "SPRING_SECURITY_CONTEXT";
public static final String AUTHORIZATION = "Authorization";
public static final String AUTHORIZATION = "authorization";

public static boolean checkOBRequest(HttpServletRequest request, String sessionKey) {
Instant last = (Instant) request.getSession().getAttribute(sessionKey);
Expand Down

0 comments on commit 1a7ab04

Please sign in to comment.