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

Updated idfilter() function for IIS #173

Closed
wants to merge 1 commit into from
Closed

Conversation

borekb
Copy link
Contributor

@borekb borekb commented Jan 30, 2013

Similar to a pull request here: #84. However, this time the fix doesn't contain a specific IIS version number as it seems to be working on all versions (I have personally tested it on IIS 7, 7.5 and 8).

There is a condition inside idfilter() function that helps Apache on Windows to properly handle colon as a namespace separator by replacing it with semicolon. However, this is not necessary on Microsoft IIS server so the condition was improved.
@splitbrain
Copy link
Collaborator

@Chris--S we had that discussion at #84 already. But since we don't know what other webservers do and this is a problem orgininally coming from the windows filesystem, we decided to keep on the safe side here and use a whitelist instead of a blacklist.

We left the version check because we had no test systems available. If @borekb has tested this, I'm fine with merging.

@Chris--S
Copy link
Collaborator

Chris--S commented Feb 1, 2013

Can we add something in the code to indicate that, at least a link to the discussion log.

// white list of browser which don't require this fix - see http://...

@splitbrain
Copy link
Collaborator

agreed. that makes sense

@splitbrain
Copy link
Collaborator

was merged

@splitbrain splitbrain closed this Feb 3, 2013
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

3 participants