| Author |
returnUrl incorrect
|
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
I have JForum integrated with Atlassian Crowd for Single Sign-On using JForum-SSO-Crowd-Connector from Digital Sanctuary. We also have Confluence and JIRA integrated with Crowd. SSO works fine for all applications when a user is logged in.
When a user attempts view of a post in private forum, we want JForum to send user to our Confluence login screen but return to the JForum page. JForum uses ?returnUrl but Confluence uses ?os_destination. Changed ViewCommon.java to fix this and works fine.
However, the return URL created is:
but should be
Can this be changed by properties file settings? Or do we change code somewhere? [originally posted on jforum.net by rhudson]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
the incorrect URL is encoded from
while
[originally posted on jforum.net by rhudson]
|
 |
 |
|
|
subject: returnUrl incorrect
|
|
|