IARC-CSU / CanReg5

CanReg5 is a multi user, multi platform, open source tool to input, store, check and analyse cancer registry data.
http://www.iacr.com.fr/CanReg5
GNU General Public License v3.0
24 stars 13 forks source link

Prevent RMI random port #54

Closed liquid36 closed 6 years ago

liquid36 commented 6 years ago

For security reasons, the servers have only some open ports. But JAVA's RMI connection opens a random port. We want to prevent this JAVA behavior with this PR.

Now, by defaut port 1099 is used. It would only be necessary to add the option in the GUI to select which port to open.