Lecture java
Fermé
meike205
Messages postés
1
Date d'inscription
dimanche 6 janvier 2008
Statut
Membre
Dernière intervention
6 janvier 2008
-
6 janv. 2008 à 00:57
00:00:00 - 6 janv. 2008 à 23:25
00:00:00 - 6 janv. 2008 à 23:25
A voir également:
- Lecture java
- Confirmation de lecture gmail - Guide
- Telecharger java - Télécharger - Langages
- Jeux java itel ✓ - Forum Jeux vidéo
- Java apk - Télécharger - Langages
- Iptv erreur de lecture - Forum Vidéo/TV
1 réponse
Firefox 1.5.0.12 >> Firefox 2.0.0.11
http://frenchmozilla.sourceforge.net/firefox/
This problem appears when the applet tries to get an inexistent remote resource and the server reply with a custom 404 HTML page instead of HTTP/1.0 404 Not Found error header. In this case the applet do not recognize the alternative 404 page as valid class and generates the error.
two alternatives to solve this problem:
1) remove the 404 redirection from server
2) generate the 404 redirection using a server-side script (JSP, PHP, ASP,...) that analize the HTTP_USER_AGENT environment variable and returns an "HTTP/1.0 404 Not Found" header if contains the "Java" word.
http://frenchmozilla.sourceforge.net/firefox/
This problem appears when the applet tries to get an inexistent remote resource and the server reply with a custom 404 HTML page instead of HTTP/1.0 404 Not Found error header. In this case the applet do not recognize the alternative 404 page as valid class and generates the error.
two alternatives to solve this problem:
1) remove the 404 redirection from server
2) generate the 404 redirection using a server-side script (JSP, PHP, ASP,...) that analize the HTTP_USER_AGENT environment variable and returns an "HTTP/1.0 404 Not Found" header if contains the "Java" word.