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

Modified DocumentMapper to use ServiceUrlProvider for generating document self links #793

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 31, 2020

  1. Modified DocumentMapper to use ServiceUrlProvider for generating docu…

    …ment self links. This allows for relative urls (by emptying crnk.domain-name) and also improves configurability in situations where the system runs behind a proxy.
    Pekka Iso-Ahola committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    be5576b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Fixed DocumentMapper unit tests.

    Pekka Iso-Ahola committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    8ce2804 View commit details
    Browse the repository at this point in the history
  2. Replaced usage of ServiceUrlProvider#getBaseUrl with queryContext#get…

    …BaseUrl as both respect the domain-name configuration.
    Pekka Iso-Ahola committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1756799 View commit details
    Browse the repository at this point in the history