risdenk commented on a change in pull request #153: KNOX-2020 AWS federation
support added to hadoop-jwt cookie.
URL: https://github.com/apache/knox/pull/153#discussion_r327380829
##########
File path:
gateway-service-knoxsso/src/main/java/org/apache/knox/gateway/service/knoxsso/WebSSOResource.java
##########
@@ -269,7 +289,7 @@ private Response getAuthenticationToken(int statusCode) {
} catch (IOException e) {
log.unableToCloseOutputStream(e.getMessage(),
Arrays.toString(e.getStackTrace()));
}
- } catch (TokenServiceException| AliasServiceException e) {
+ } catch (TokenServiceException| AliasServiceException |
UnsupportedEncodingException e) {
Review comment:
Assuming `UnsupportedEncodingException` comes from the `new String`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services