Skip to content

Commit

Permalink
Merge branch 'master' of github.com:difi/vefa-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Aug 31, 2015
2 parents e677f95 + 19276ba commit 3bac9bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Allow tracing successful test.
* Adding FlagType.SUCCESS in API.
* Added more logging.
* Updating version of no.difi.commons:commons-schematron.
* Functionality to sign validation artifacts defined by parameters.
* Fixing UTF-8 thing in presentation of rendered documents in sample application.

## 2.0.0-RC2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public FileSystemResource presentSource(@PathVariable String identifier, HttpSer
}

@ResponseBody
@RequestMapping(value = "/view", produces = MediaType.TEXT_HTML_VALUE)
@RequestMapping(value = "/view", produces = MediaType.TEXT_HTML_VALUE + "; charset=utf-8")
public FileSystemResource presentView(@PathVariable String identifier) throws Exception {
if (!workspaceService.exists(identifier))
throw new Exception("Workspace not found.");
Expand Down

0 comments on commit 3bac9bc

Please sign in to comment.