another 403 instead 404 error on fake SEF url
Found another wrong error code page on specific very long fake url. To get this reproduced, we need to add some fake sub-page to the existing SobiPro existing + after slash very long name. Will try to explain on example, we have a section page like this:
http://test1.sikora.sobipro.eu/test.html
now we need to add some fake sub-page:
http://test1.sikora.sobipro.eu/test/fake
it return correct error 404, now we can add another sub-page:
http://test1.sikora.sobipro.eu/test/fake/this-is-a-bit-long-address
this also return correct 404 code, but if we exceed this address to much longer:
http://test1.sikora.sobipro.eu/test/fake/this-is-a-fracking-very-very-very-very-long-fake-address
it return 403 error.
From my observation count overall size of the url, so we can shorten last part and add in the middle, but at some number of letters it will brings 403 error