Skip to content

Wrong exception message in SignedTokenAudienceChecker class #7

@GoogleCodeExporter

Description

@GoogleCodeExporter
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");
    }

Original issue reported on code.google.com by mariuszl...@gmail.com on 11 May 2014 at 7:59

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions