chitranshmathur01 / jodconverter

Automatically exported from code.google.com/p/jodconverter
0 stars 0 forks source link

Minimize permissions required under a security manager #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As reported by Curt Arnold on the group:

"org.artofsolving.jodconverter.office.OfficeUtils calls
System.getProperty() for "office.home" and "office.property" which will
raise SecurityExceptions in a typical sandbox.  I think it would be an
improvement if the were in a try catch block and if there was a security
exception, the code would continue as if the properties were not set (which
they likely aren't)."

http://groups.google.com/group/jodconverter/browse_thread/thread/d98f6fd195ba6ea
6

Original issue reported on code.google.com by mirko.na...@gmail.com on 27 May 2009 at 11:08