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 #1657 by allowing any request URI, but disabling static file serving... #1672

Merged
merged 4 commits into from
Nov 4, 2013

Conversation

analogrelay
Copy link
Contributor

... outside of known directories

Fixes #1657

@analogrelay
Copy link
Contributor Author

Tim reminded me that we have some static files in the Errors folder we should make sure work.

@TimLovellSmith
Copy link
Member

This looks good. How about you also get rid of all our EnsureTrailingSlash calls. Otherwise this might be hard to test.

@@ -195,6 +195,7 @@ private int Replicate(string source, string destination, int batchSize, int expe
do
{
int originalKey = GetLastOriginalKey(destination);
Log.Trace("replicating records since {0}", originalKey);
Copy link
Member

Choose a reason for hiding this comment

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

are these changes unrelated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, not sure why they're here. I'll try to remove them, but if I can't they aren't going to cause any problems.

analogrelay added a commit that referenced this pull request Nov 4, 2013
Fix #1657 by allowing any request URI, but disabling static file serving...
@analogrelay analogrelay merged commit abad686 into dev Nov 4, 2013
@analogrelay analogrelay deleted the anurse/1657-requestfiltering branch December 9, 2013 23:46
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