-
Notifications
You must be signed in to change notification settings - Fork 58
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
magic number #84
Comments
@gabor-v I am reaching doc author to get the detail info about these 2 magic numbers. Will keep you posted. |
@gabor-v I reached out the document author about these 2 magic numbers, this is their reply: Let us know if you have more questions, thanks |
@IvyLinMS Thank you! Q1: Why is it necessary to use 0x29 to mark this filter? If MS-FSSHTTP server finds filterType = Hierarchy in any Filter subRequest, then it could expect ExGuids instead of Guids. Q2: {guid, 1} extended guid would be 17 byte long version (MS-FSSHTTPB - 2.2.1.7.2), so 1 byte is enough to store it's maximum 5 bit long value. What if I would use an ExGuid for this filter, which one's value would require more than 1 byte (for example: MS-FSSHTTPB - 2.2.1.7.3-5). Will we have then here more than 2 magic numbers? In 2.2.1.7.3 case: one for 0x29 and two more for the value of this bigger ExGuid.value? |
Hi!
In SharedTestCase/S12_QueryChanges.cs within TestCase_S12_TC17_QueryChanges_IncludeFilteredOutDataElementsInKnowledge I've found the following:
"These two bytes are magic number which is not documented in the open specification in the current stage, but it will be wrote down in the future."
Is it already possible to know more about these bytes?
I'm interested in MS-FSSHTTP.
Thank you very much!
The text was updated successfully, but these errors were encountered: