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 issues with path being lowercased during federation #576

Merged
merged 1 commit into from
May 23, 2019

Conversation

patrickarlt
Copy link
Contributor

@tomwayson @dbouwman I ran into an issue today were a path to an ArcGIS Server instance had uppercase characters in it and it cased an error when the whole URL was lowercased. Since there were previous cases which stated a domain should be lowercased #417 I split all this functionality out into its own function and added specific tests for it.

Copy link
Member

@dbouwman dbouwman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented May 23, 2019

Codecov Report

Merging #576 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #576   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          93     93           
  Lines        1361   1366    +5     
  Branches      245    245           
=====================================
+ Hits         1361   1366    +5
Impacted Files Coverage Δ
packages/arcgis-rest-auth/src/UserSession.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72181c2...14006df. Read the comment docs.

@patrickarlt patrickarlt merged commit 7788b21 into master May 23, 2019
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.

2 participants