Bug #2841
Mis à jour par Matthieu Decorde il y a plus de 5 ans
The OpenLocalizedUrl command valid URL test web browser or TXM is currently not detecting the 404 errors. It is necessary to redirect users to the default TXM web pages
note: gitpages pages are effectively raising a 404
h3. Solution
get the connection response code using "connection.getResponseCode()". if different from HttpsURLConnection.HTTP_OK, the 404 can be detected
note: gitpages pages are effectively raising a 404
h3. Solution
get the connection response code using "connection.getResponseCode()". if different from HttpsURLConnection.HTTP_OK, the 404 can be detected