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

XDS Changes related to Connectathon. #57

Merged
merged 8 commits into from
Apr 18, 2011
Merged

XDS Changes related to Connectathon. #57

merged 8 commits into from
Apr 18, 2011

Conversation

davidbuccola
Copy link
Contributor

Hi Martin,

Here are a collection of changes that I made as a result of this year's Connectathon.

  • Dave Buccola

U-CORP\buccod added 8 commits April 11, 2011 10:08
…lace around the stream. There could still be some improvement here some day in the future. The casting to a concrete class is problematic because wrapping InputStreams is a common thing to do.
…e ids were unique across all object types within the scope of a single request. This was overly strict because it is okay for the unique id of a submission set to be the same as the unique id of a document (The namespace for each is different). We found multiple cases of this at Connectathon. Rather than implement a more complex fix that separated the namespaces for the different object types it seemed most appropriate to just remove the uniqueness validation. Validating uniqueness within the scope of a single request really seems like a waste of time because it says nothing about the million other entries that might already be in the database. A true uniqueness check needs to be done by the database that holds all the other entries.
… needed for XDS update. Even though not implementing XDS update yet, some of the newer registry tests from IHE would fail without this information.
… needed for XDS update. Even though not implementing XDS update yet, some of the newer registry tests from IHE would fail without this information. (Missed this file in the previous commit).
…that is needed for XDS update. Even though not implementing XDS update yet, some of the newer registry tests from IHE would fail without this information. (Missed this file in the previous commit).
…ltiple valid ways to encode and this is not the only one
@unixoid
Copy link
Collaborator

unixoid commented Apr 16, 2011

Hi David,
thank you very much for the patches! Your work is highly appreciated. I will integrate them in the next week -- along with the ones I collected at the Eurpoean Connectathon this week.
Kind Regards,
Dmytro

@krasserm
Copy link
Owner

Hi David, thanks a lot for your patches!
@unixoid, thanks for including them!

@unixoid unixoid merged commit 9e84238 into krasserm:master Apr 18, 2011
@unixoid
Copy link
Collaborator

unixoid commented Apr 18, 2011

Merged into IPF-2.2 branch

@davidbuccola
Copy link
Contributor Author

Thanks!

On Mon, Apr 18, 2011 at 7:52 AM, unixoid <
reply@reply.github.com>wrote:

Merged into IPF-2.2 branch

Reply to this email directly or view it on GitHub:
#57 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants