Created attachment 1721 [details] index.cgi.patch Since correction bug 13996. The Captive Portal page is no longer displaying on CU203 unstable I'm getting an ERR_CONNECTION_TIMED_OUT error in Microsoft Edge, and in Firefox, I'm redirected to the IPFire homepage. This happens with or without accents in the forms. The issue appears to be caused by requiring header.pl from index.cgi. After removing require "${General::swroot}/header.pl", adding use Encode, and copying only the needed escape function into index.cgi, the captive portal page works again. This suggests that header.pl introduces a side effect affecting captive portal output, encoding, or HTTP response handling. Here is the patch I tested. OK
Still present on CU203 Test - Development Build: master/8024c29c
And so? We have hundreds of bugs open. This is really not how you encourage anyone to look at this.
Sorry ... It's not a priority for me either.
I just tried it with Core-Update 203 Development Build: master/8024c29c with the French language selected and the Captive Portal displayed with no problems. I was able to enable the Captive Portal on Blue and then create an unlimited coupon. So I can't reproduce your issue. In earlier versions of CU203, did you do any manual modifications of any of the files to fix the problem prior to the changes available in Core-Update 203 Development Build: master/8024c29c. My CU203 Testing system was a full released version of CU202 that was then updated to CU203 Testing.
Okay, You know this function better than I do. Since I don't use it, I probably didn't do the right test, sorry. If it's OK with you, you can close the bug report.
Thank you Adolf for testing. I will close this bug and if it comes back, we can always re-open.