Skip to content

Commit

Permalink
Merge pull request #4 from quantics-io/release/0.2.3
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
jomatt authored Jul 26, 2022
2 parents 370e446 + ab015fe commit de6eb11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the dependency to your pom.xml file:
<dependency>
<groupId>io.quantics</groupId>
<artifactId>multitenant-oauth2-spring-boot-starter</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.quantics</groupId>
<artifactId>multitenant-oauth2-spring-boot-starter</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
<name>Spring Boot starter library for multi-tenant OAuth2 resource servers</name>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public boolean preHandle(@NonNull HttpServletRequest request, @NonNull HttpServl
}

response.sendError(HttpServletResponse.SC_UNAUTHORIZED);
return true;
return false;
}

@Override
Expand Down

0 comments on commit de6eb11

Please sign in to comment.