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

andrews

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by andrews

  1. Hi harri.penttila, the source code for JasperReports Server v.7.8 Community Edition is being prepared, and will be pushed to github soon. Apologies for the inconvenience and the delay.
  2. Hi, The filter expression is an expression in DomEL expression language. To access authentication object, you need to use groovy call, i.e. the expression should look like : <filterExpression>public_test.user_id == groovy('authentication.getPrincipal().getId()')</filterExpression> Note that principal expression is already in the groovy scope. Andrew S.
×
×
  • Create New...