Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix jobdir PUT #283

Merged
merged 2 commits into from
Aug 28, 2019
Merged

Fix jobdir PUT #283

merged 2 commits into from
Aug 28, 2019

Commits on Aug 27, 2019

  1. Use super.getVariants() rather than super.getVariants(GET)

    This was a regression introduced in the upgrade to Restlet 2. I
    encountered a NullPointerException here when upgrading and misunderstood
    the cause of it. Since PUT and DELETE return no content they are
    actually supposed to return null.
    ato committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5612fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Override PUT so it doesn't change the file extension

    Fixes #282 and HER-1907
    ato committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    eeddfd7 View commit details
    Browse the repository at this point in the history