View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [Fixed] Version 4.0.1 : on valid first step : error 414 : Request-URI Too Large - Page 4 - ProjeQtOr
 
 

[Fixed] Version 4.0.1 : on valid first step : error 414 : Request-URI Too Large

More
12 Nov 2013 18:25 #19 by babynus
Hi,

I could reproduce issue with WAMP 2.2.
I now have a way to debug.

Regards.

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
12 Nov 2013 18:51 #20 by babynus
Hi,

I found the fix.
In fact, during display of configuration screen, an error occured (some variable definition comiong too late).
This causes no issue on most PHP distribs, but leads WAMP to fail on retrieve Javascript files.

The fix is on projeqtor.php file.
Paste attached file (after unzip) in /tool to get the fix.

Will soon be deployed in V4.0.2.

Babynus
Administrator of ProjeQtOr web site
Attachments:

Please Log in or Create an account to join the conversation.

More
13 Nov 2013 19:51 #21 by THeUDS
PERFECT !


(I'm very proud if i do help you to fix a bug)

Please Log in or Create an account to join the conversation.

More
18 Feb 2021 06:31 #22 by geraldwarp
This problem might be caused by the Apache limits the set a size of a client’s HTTP request-line  and the HTTP request header field size.  Extremely long URLs are usually a mistake. If you keep URLs under 2000 characters , they'll work in virtually any combination of client and server software. URI actually have a character limit depending on several things. Chrome limits url length of 2MB for practical reasons and to avoid causing denial-of-service problems in inter-process communication. On most platforms, Chrome's omnibox limits URL display to 32kB ( kMaxURLDisplayChars ) although a 1kB limit is used on VR platforms. IE - 2083 characters, Firefox - 2047 characters, Safari 80000 characters and Opera 190,000 characters.

To resolve the problem :
  • By POST request: Convert query string to json object and sent to API request with POST
  • By GET request: Max length of request is depend on sever side as well as client side. Most webserver have limit 8k which is configurable. On the client side the different browser has different limit. The browser IE and Safari limit to 2k, Opera 4k and Firefox 8k. means the max length for the GET request is 8k and min request length is 2k.

If exceed the request max length then the request truncated outside the limit by web server or browser without any warning. Some server truncated request data but the some server reject it because of data lose and they will return with response code 414.

 

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.051 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.