Skip to content

414 Request-URI Too Large #269

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

Closed
foxx opened this issue Mar 15, 2012 · 2 comments
Closed

414 Request-URI Too Large #269

foxx opened this issue Mar 15, 2012 · 2 comments
Labels

Comments

@foxx
Copy link

foxx commented Mar 15, 2012

Hi,

The SQL Explain functionality breaks if there is an extremely long SQL statement via the following:
/debug/sql_explain/

Most web servers will return "414 Request-URI Too Large", and increasing this may not be acceptable in all circumstances (web app servers also require an increase if this is done).

Is it possible to make this POST rather than 'GET'?

On a side note, the query contained "hash" comments, so when copying the query out into a string, it was unusable due as it gets merged into a single line and the hash comments broke it (not even Navicat beautify was able to clean it up).

Would it be a good idea to include a little button for 'raw sql'? (shown as a <pre format with CRLF or something).

If both of these would be accepted into the core, I'd be happy to contribute.

@jezdez
Copy link
Contributor

jezdez commented Mar 31, 2012

Yeah, both suggestions sound good to me. Please send separate pull requests though.

@aaugustin
Copy link
Contributor

This issue is a duplicate of #347 which was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants