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

Package stats page doesn't work for Web API VB Help Page #1657

Closed
Eilon opened this issue Oct 16, 2013 · 3 comments
Closed

Package stats page doesn't work for Web API VB Help Page #1657

Eilon opened this issue Oct 16, 2013 · 3 comments
Assignees

Comments

@Eilon
Copy link

Eilon commented Oct 16, 2013

Go here:
http://www.nuget.org/packages/Microsoft.AspNet.WebApi.HelpPage.VB/4.0.30506
Click on "Package Statistics" to go to here:
http://www.nuget.org/stats/packages/Microsoft.AspNet.WebApi.HelpPage.VB?groupby=Version

And you get a 404.

@analogrelay
Copy link
Contributor

This is ye olde IIS is blocking the VB/CS/Config/etc. file extensions. I'll get a clean (and universal) fix for this in next sprint, but for now @Eilon, you can just slap a trailing slash on the URL and IIS will turn a blind eye to your dastardly attempts to hack our site: https://www.nuget.org/stats/packages/Microsoft.AspNet.WebApi.HelpPage.VB/?groupby=Version

@ghost ghost assigned analogrelay Oct 16, 2013
@Eilon
Copy link
Author

Eilon commented Oct 16, 2013

Ah, yes, thanks! Maybe sanitize the package names? Or just always add a trailing slash? (Kinda ugly...)

@analogrelay
Copy link
Contributor

There's a clean config change we can make to disable extension-filtering AND disabling static file handling for everything other than the very specific places we put static files. That's what I'll try to get done this sprint :)

analogrelay added a commit that referenced this issue Nov 4, 2013
Fix #1657 by allowing any request URI, but disabling static file serving...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants