Export to GitHub

jsontoken - issue #7

Wrong exception message in SignedTokenAudienceChecker class


Posted on May 11, 2014 by Swift Rhino

Line 70 - there is if (!Objects.equal(ourUri.getPath(), tokenUri.getPath())) { throw new SignatureException("path in token URI (" + tokenUri.getAuthority() + ") is wrong"); } while shoudl be

if (!Objects.equal(ourUri.getPath(), tokenUri.getPath())) { throw new SignatureException("path in token URI (" + tokenUri.getPath() + ") is wrong"); }

Status: New

Labels:
Type-Defect Priority-Medium