Add credit for #404

This commit is contained in:
James Agnew 2016-07-19 19:15:56 -04:00
parent 8f7a374a25
commit 4177994ad8
2 changed files with 14 additions and 0 deletions

View File

@ -232,6 +232,10 @@
<id>subhrajyotim</id>
<name>Subhro</name>
</developer>
<developer>
<id>mion00</id>
<name>Carlo Mion</name>
</developer>
</developers>
<licenses>

View File

@ -68,6 +68,16 @@
disabled and will not attempt to use it. This
prevents a crash for some operations.
</action>
<action type="add">
A new server interceptor "BanUnsupprtedHttpMethodsInterceptor" has been added
which causes the server to return an HTTP 405 if an unsupported HTTP
verb is received from the client
</action>
<action type="fix" issue="404">
Fix an issue where resource IDs were not correctly set when using
DSTU2 HL7org structures with the JAX-RS module. Thanks to Carlo Mion
for the pull request!
</action>
</release>
<release version="1.6" date="2016-07-07">
<action type="fix">