Can not launch jnlp application via 127.0.0.1 address on the web server.
All platforms.
Build: any Tiger build (/net/koori.sfbay/p/jdk03/jdk/1.5.0/all), starting from 
build 18.
Steps to reproduce:
- deploy any jnlp application in local http server
- try to download via: javaws http://127.0.0.1/path_to_application/test.jnlp
- exception coming:
java.io.IOException
	at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.jav
a:722)
	at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unknown Source)
	at com.sun.javaws.net.BasicNetworkLayer.doGetRequest(Unknown Source)
	at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
	at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
	at com.sun.javaws.Main.launchApp(Unknown Source)
	at com.sun.javaws.Main.main(Unknown Source)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: 
http://127.0.0.1:8080/nathanJavawsDev/ext_service/test_01.jnlp
	at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.jav
a:939)
	at 
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:272)
	... 6 more
	
This is a regression starting from build18 (build17 is fine) 
/net/koori.sfbay/p/jdk03/jdk/1.5.0/all