-
Notifications
You must be signed in to change notification settings - Fork 38.4k
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
Allow disabling HTTP range support [SPR-13660] #18235
Comments
Rossen Stoyanchev commented Thanks, could you also elaborate a bit on the issue leading to the request? |
Kevin McLaughlin commented Sure. Chrome (at least):
Having discovered #5, I tried that same range request with curl, and that is when it hangs. Though, for some (not figured out) reason, chrome seems to fail the request pretty quickly. |
Brian Clozel commented Could you elaborate a bit on this? What's the main driver for this feature flag?
Thanks! |
Kevin McLaughlin commented Escape hatch. I haven't had a chance to try the fix in #18236. Will try to today. If it works, then, I am fine w/ closing this wont-fix if you'd rather not add the toggle. |
Brian Clozel commented Thanks Kevin McLaughlin, I'm closing this for now as I don't feel like this configuration flag should be exposed as a first class citizen in the MVC configuration; making it hard to reach won't really help either. If developers share interesting, valuable use cases for this, we'll reopen this issue and address this. Thanks! |
Kevin McLaughlin opened SPR-13660 and commented
Follow up from #15431.
There should be a way to easily disable Range support in ResourceHttpRequestHandler.
https://tools.ietf.org/html/rfc7233
Filter we are using to do this (ugly):
Affects: 4.2.2
Issue Links:
The text was updated successfully, but these errors were encountered: