URLStreamHandler

2009-09-03 Thread Jos Snellings
Hi, I am currently looking if a minimal cocoon distribution could be deployed under Google AppEngine. Unfortunately, java.net.URLStreamHandler is not on the whitelist. Any idea how 'hard' it would be to lift this dependency (java.net.URL and URLConnection can be used)? I guess GAE just wants to

Re: URLStreamHandler

2009-09-03 Thread Reinhard Pötz
)? I guess GAE just wants to keep its applications from opening connections on any server with any protocol. The problem is that we use the URLStreamHandler to register servlet: and blockcontext: URL schemes. See http://cocoon.apache.org/subprojects/jnet/1.1/1468_1_1.html If you can go without