Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #25948

Re: Closing a stream in an applet causes a crash

Date 2011-01-31 18:15 -0500
From Arne Vajhøj <arne@vajhoej.dk>
Newsgroups comp.lang.java.programmer
Subject Re: Closing a stream in an applet causes a crash
References <ii4ua5$elc$1@news.eternal-september.org> <t78ek6l34ct24sh137o1jetfd8d5i7d3tt@4ax.com>
Message-ID <4d474271$0$23761$14726298@news.sunsite.dk> (permalink)
Organization SunSITE.dk - Supporting Open source

Show all headers | View raw


On 31-01-2011 15:53, Roedy Green wrote:
> On Sun, 30 Jan 2011 19:04:18 -0500, Sam Takoy<sam.takoy@yahoo.com>
> wrote, quoted or indirectly quoted someone who said :
>>      URL url = new URL(urlString);
>>      URLConnection urlc = url.openConnection();
>>
>>      InputStream is = urlc.getInputStream();
>
> You can't do that unless the Applet is signed.  Go into the control
> panel and turn on the console so you can get more detail on where and
> why it died.

Given that the applet dies i the close call, then
it is hardly relevant.

Oh - and it not really correct wither - the applet only needs
to be signed if the URL from a different site than where
the applet were retrieved.

Arne

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar


Thread

Re: Closing a stream in an applet causes a crash Roedy Green <see_website@mindprod.com.invalid> - 2011-01-31 12:53 -0800
  Re: Closing a stream in an applet causes a crash Arne Vajhøj <arne@vajhoej.dk> - 2011-01-31 18:15 -0500

csiph-web