Jump to content
We've recently updated our Privacy Statement, available here ×

Forward Proxy Support in 6.20.0


jamie.coker

Recommended Posts

Hi all, 

I have been working on a project to add forward proxy support to our application. It was brought to my attention that when generating Jasper Reports, there is a chance that an external URL could be used to retrieve images or other data to be embedded in the report. In particular, the call that was brought up for concern is:

RendererUtil#getRenderable(URL url, OnErrorTypeEnum onErrorType)

We don't want to set the proxy configuration globally on the JVM level as each outgoing connection from our application may not use the same proxy, so we have been adding it on a case by case basis. 

My question is: is it possible to add some sort of proxy configuration on the library level to force these outbound connections to route through it? If not, has anyone else resolved a similar issue? 

Thanks!

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Hi

Could you please provide the following information:

  • Are you using JasperReports Server or only JasperReports library?
  • Where are these resources coming from? 
  • Which Proxy are you using?

Could you also send an example of Jrxml file and what you are trying to achieve?

 

Regards,

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...