ptII icon indicating copy to clipboard operation
ptII copied to clipboard

Add proxy server support to FileParameter

Open cxbrooks opened this issue 13 years ago • 1 comments

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#503 From: Elizabeth Latronico <[email protected]> Reported version: 8.1.devel CC: [email protected]

cxbrooks avatar May 24 '12 00:05 cxbrooks

Currently, a model using e.g. a FileReader to get information from a URL will throw an exception if the user is running Ptolemy on a Windows machine behind a firewall which requires proxy server information. (E.g. the Bosch firewall).

Edward recommends to add an option in Ptolemy configuration file (through Preferences dialog) to store proxy server information (name of proxy server, port, username and password). Then, refactor FileParameter’s openForReading method to use proxy server information if present. This should handle the majority of the actors.

This is low priority since Bosch has a work-around for the research team. It would be useful in the future if others in the company start using Ptolemy and have to run it through the firewall.

cxbrooks avatar May 24 '12 00:05 cxbrooks