microsoft / Reporting-Services

Git repo for SQL Server Reporting Services and Power BI paginated report samples, and community projects
MIT License
427 stars 363 forks source link

Issue with ReportServer Redirect #80

Closed rposener closed 6 years ago

rposener commented 6 years ago

Hello,

It seems that if I send a user to the URL /reportserver?reportName - I would expect it to render the report. This works properly if the user is already logged in - if they are not, the server redirects to the logon.aspx page, and at that point, it strips out the querystring, so the redirect has no idea how to get them back to where the user wanted to originally go.

Is this a bug in report server? Or is this something that can be addressed through another mechanism?

Thanks for any help you can provide.

rposener commented 6 years ago

Looks like this is just a problem that was fixed in SP1 CU2. See this issue.