-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
…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.
… the correct "urn:uuid:" prefix.
…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
Hi David, |
Hi David, thanks a lot for your patches! |
Merged into IPF-2.2 branch |
Thanks! On Mon, Apr 18, 2011 at 7:52 AM, unixoid <
|
Hi Martin,
Here are a collection of changes that I made as a result of this year's Connectathon.