Error when saving a file with the Editor Tool
Status: Alpha
Brought to you by:
jomaster
When saving a file with the Editor tool, the following error is reported:
>Request-URI Too Large
>
>The requested URL's length exceeds the capacity limit >for this server.
>
>request failed: URI too long
It seems that the file is sent to the server using a GET method instead a POST one. Therefore, the file contents are sent as part of the URL, generating this error. This error does not happen with small text files.