Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1237511

Allow applet to listen fro connections from host

XMLWordPrintable

    • 1.1alpha
    • sparc
    • solaris_2.4
    • Not verified

      Subject: *new* security question
      Date: 7 Feb 1996 17:43:07 GMT
      From: ###@###.### (Martin Alley)
      Organization: UnipalmPIPEX
      Newsgroups: comp.lang.java


      I've seen lots of talk about connecting to machines that are not the host
      machine. What I want to do is have a ServerSocket applet (maybe like
      William Weber). This applet will listen on a specified port number of the
      client machine. I believe it should be possible (with the
      SecurityManager) to restrict connections to this port, to be only from the
      host machine.

      Unfortunately I get a security expection as soon as I do a listen(). (This
      doesn't happen when I run things locally). The way I would like it would
      be to get an exception on doing an accept() if a connection was made by
      any machine that was not the host machine.

      Can anyone see what security risks would be incurred by allowing this?
      Seems to me, just to mirror the existing restriction of connected from
      client to host.

      TIA

      Martin Alley

            djbrown David Brown (Inactive)
            ahoffsunw Arthur Hoff (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: