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

Users/arjgupta/virtual application case insensitive #4339

Merged

Conversation

arjgupta
Copy link
Member

No description provided.

@@ -20,7 +20,7 @@ export function getVirtualAndPhysicalPaths(virtualApplication: string, virtualAp

for( var index in virtualApplicationMappings ) {
var mapping = virtualApplicationMappings[index];
if( mapping.virtualPath == virtualPath){
Copy link
Member

Choose a reason for hiding this comment

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

update L2 tests to have case in-sensitive virtual app names.

@arjgupta arjgupta merged commit 99770e9 into releases/m117 May 18, 2017
arjgupta added a commit that referenced this pull request May 18, 2017
* changed virtual application string comparison to lowercase

* updated patch version
arjgupta added a commit that referenced this pull request May 18, 2017
* Users/arjgupta/virtual application case insensitive (#4339)

* changed virtual application string comparison to lowercase

* updated patch version

* updated patch version
@bryanmacfarlane bryanmacfarlane deleted the users/arjgupta/virtualApplicationCaseInsensitive branch January 31, 2018 00:55
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.

4 participants