-
Notifications
You must be signed in to change notification settings - Fork 173
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
Update signed-xml.js #172
Merged
Merged
Update signed-xml.js #172
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix namespace issue
I guess this is a commit that was cherry-picked from auth0/xml-crypto@25a3d1c . Thanks for bringing this up; I'll look into this and other commits that their fork has and try to reconcile the codebases |
Yes, that is correct. We're using samlify and got the same problem. This commit fixes the problem.
Thanks
LP
…-------- Original message --------
From: LoneRifle <notifications@github.com>
Date: 2/8/19 22:30 (GMT-05:00)
To: yaronn/xml-crypto <xml-crypto@noreply.github.com>
Cc: "Amlie, Lars Peder" <Lars.Peder.Amlie@dnvgl.com>, Author <author@noreply.github.com>
Subject: Re: [yaronn/xml-crypto] Update signed-xml.js (#172)
I guess this is a commit that was cherry-picked from auth0/xml-crypto@25a3d1c<auth0@25a3d1c> . Thanks for bringing this up; I'll look into this and other commits that their fork has and try to reconcile the codebases
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#172 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Agsqm4WclPC8T6GXAn-CkX-p4jzwLVXEks5vLkC5gaJpZM4axNmP>.
**************************************************************************************
This e-mail and any attachments thereto may contain confidential information and/or information protected by intellectual property rights for the exclusive attention of the intended addressees named above. If you have received this transmission in error, please immediately notify the sender by return e-mail and delete this message and its attachments. Unauthorized use, copying or further full or partial distribution of this e-mail or its contents is prohibited.
**************************************************************************************
|
Closed
Sure, no problem.
Thanks
LP
From: LoneRifle <notifications@github.com>
Sent: Saturday, February 9, 2019 7:13 PM
To: yaronn/xml-crypto <xml-crypto@noreply.github.com>
Cc: Amlie, Lars Peder <Lars.Peder.Amlie@dnvgl.com>; Author <author@noreply.github.com>
Subject: Re: [yaronn/xml-crypto] Update signed-xml.js (#172)
If it's okay with you, I will like to make a PR that merges the original commit from Auth0, which will mean that yours will be closed. I'm doing that largely to ensure that contributions from forks of this repo are accounted for when merged back here. I will give you credit for bringing this up, so hope that's okay with you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#172 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Agsqm4GsIXp_UnTK_bvEhhzdL3cYhddcks5vL2QIgaJpZM4axNmP>.
**************************************************************************************
This e-mail and any attachments thereto may contain confidential information and/or information protected by intellectual property rights for the exclusive attention of the intended addressees named above. If you have received this transmission in error, please immediately notify the sender by return e-mail and delete this message and its attachments. Unauthorized use, copying or further full or partial distribution of this e-mail or its contents is prohibited.
**************************************************************************************
|
This was referenced Feb 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix namespace issue, fixes #72