Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Triggering Password Reset results in slightly odd response #1103

Open
@jakubvul

Description

@jakubvul

I've only observed this with the Client API, but I was told that this is a Java SDK bug.

When I send a POST to the /forgot endpoint, I get the following reply:

HTTP/1.1 200 
Content-Type: application/json
Date: Thu, 10 Nov 2016 00:02:07 GMT
Content-Length: 4
Connection: Close

null

What is expected is:

HTTP/1.1 200 
Date: Thu, 10 Nov 2016 00:02:40 GMT
Content-Length: 0
Connection: Close

Minor, I know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions