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: fcrepo/fcrepo
base: ff4accf91567
Choose a base ref
...
head repository: fcrepo/fcrepo
compare: 259ab4e799e5
Choose a head ref
  • 2 commits
  • 30 files changed
  • 1 contributor

Commits on Jun 5, 2013

  1. Removes old Velocity templates from http-api

    Edwin Shin committed Jun 5, 2013
    Copy the full SHA
    08e32c0 View commit details
    Browse the repository at this point in the history
  2. Removes hard-coded "/rest/" from @path annotations. The path "/rest" …

    …is now set in web.xml (and so is technically variable).
    
    jersey-servlet is no longer greedy, so we can serve static resources. This also could have been accomplished by setting
    the Jersey SpringServlet as a filter and then using a regex to exclude static resources, but I didn't see a reason to favor
    that approach
    
    Also adds a favicon to webapp/
    Edwin Shin committed Jun 5, 2013
    Copy the full SHA
    259ab4e View commit details
    Browse the repository at this point in the history