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

fix bug by correcting the separator character #312

Merged
merged 1 commit into from Oct 9, 2017

Conversation

kngrace
Copy link
Contributor

@kngrace kngrace commented Sep 19, 2017

Q A
Bug fix? yes
New feature? no
New sample? no
Related issues? mentioned in #150

What's in this Pull Request?

This update replaces the incorrect semi-colon separator with the correct comma separator. Without a correction, it is possible to encounter issues such as token renewal timeout or token renewal silent failure. Testing included turning on logging in adal-angular.js to observe changes.

When the existing array _renewStates is cast as a string (at the string.prototype.split() function or possibly in earlier code), that existing array is represented as "A String, representing the values of the array, separated by a comma" quote source.

When the existing array _renewStates is cast as a string (at the string.prototype.split() function or possibly in earlier code), that existing array is represented as "A String, representing the values of the array, separated by a comma" [quote source](https://www.w3schools.com/jsref/jsref_tostring_array.asp).
This update replaces the incorrect semi-colon separator with the correct comma separator. Without a correction, it is possible to encounter issues such as token renewal timeout or token renewal silent failure. Testing included turning on logging in adal-angular.js to observe changes.
kngrace added a commit to kngrace/sp-dev-docs that referenced this pull request Sep 19, 2017
Proposing a change to this guidance document to reflect bug fix pull request to the source code repository. Pull Request: pnp/sp-dev-fx-webparts#312
@pnp pnp deleted a comment from msftclas Sep 26, 2017
VesaJuvonen pushed a commit to SharePoint/sp-dev-docs that referenced this pull request Oct 9, 2017
Proposing a change to this guidance document to reflect bug fix pull request to the source code repository. Pull Request: pnp/sp-dev-fx-webparts#312
@VesaJuvonen VesaJuvonen merged commit 5f9d97c into pnp:dev Oct 9, 2017
@VesaJuvonen
Copy link
Contributor

thx Kirsten, appreciated.

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.

None yet

4 participants