Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LinkedDataFragments/Server.Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LinkedDataFragments/Server.Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: awoods-issue-52
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Oct 25, 2019

  1. Resolve context path issue when deploying to servlet container

    Prior to this update, when deploying to a servlet container:
    - the style.css does not resolve
    - the favicon.ico does not resolve
    - the "Linked Data Fragments" image does not resolve
    - the contexts of datasource do not resolve
    
    Resolves: #52
    Andrew Woods committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a66684e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Moved test to same package as source files.

    Miel Vander Sande committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    18caa20 View commit details
    Browse the repository at this point in the history
  2. Added test files

    Miel Vander Sande committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    aa15d30 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Ensure resources resolve when request ends in '/' or not

    Andrew Woods committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    2c32089 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Merge branch 'issue-52' of git://github.com/awoods/Server.Java into a…

    …woods-issue-52
    Miel Vander Sande committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    1a4aa49 View commit details
    Browse the repository at this point in the history
Loading