Skip to content

if more than 1 filter is being used when calling releases/assessment-types, a java exception is returned #11

@tcappetto

Description

@tcappetto

At one point, fod-uploader contacts FoD to find out which assessment types are valid for the ReleaseID. If there are parameters on the commandline of fod-uploader that would result in that API call to have more than 1 filter, the call will fail and Java uploader will report a very generic Java exception. In the API Logs however a very specific error is shown indicating "Input String was not in a correct format" regarding the following API call

http://hpfod.com/api/v3/releases/123750/assessment-types?scanType=1&filters=frequencyTypeId:2+isBundledAssessment:true

It appears the url is not getting encoded when it is sent to FoD's API which is a requirement.

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