• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

returnUrl incorrect

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the incorrect URL is encoded from

while

[originally posted on jforum.net by rhudson]
 
reply
    Bookmark Topic Watch Topic
  • New Topic