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

Login Redirection Error


thanosk

Recommended Posts

I am not certain if this is a bug or a misconfiguration so I am reporting it here first.

I have edited jasperserver-servlet.xml and for a particular ROLE I have added their own custom home page.

If I give as a URL http://<web-server>/jasperserver/login.html and login with their credentials I am correctly redirected to the

desired report that I have setup as the custom home page.

BUT if give as a URL http://<web-server>/jasperserver/ I am redirected to

http://<web-server>/jasperserver/flow.html?_flowId=repositoryExplorerFlow

which is not the desired effect.

Am I am missing something in the configuration or is it a bug ?

 


Code:
        <property name="homePageByRole">            <list>                <value>ROLE_ADMINISTRATOR|redirect:/flow.html?_flowId=repositoryExplorerFlow</value>                <value>ROLE_SENSE|redirect:flow.html?_flowId=viewReportFlow&reportUnit=/reports/chart&standAlone=true&ParentFolderUri=/reports</value>            </list>        </property>        <property name="defaultHomePage">            <value>redirect:/home.html</value>          </property>
Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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...