• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Watch messages

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sent watch messages contain a link to jump directly to the post of interest. Now the big question is how to do this best when being in a SSO environment.

Is there a way to have the link being generated in the standard parameter syntax? (?module=foo&action=bar&importantid=1) ?

That way I could try to read this parameter from the initial request to the login page , put it into the session, check after login if the session attribute is set and if so, redirect the user to the forum page.. where the session attrib once more would be checked to exchange the URL of the iframe
[originally posted on jforum.net by Sid]
 
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
I solved a similar problem by modifying the TopicSpammer and ForumSpammer classes plus the mail templates. The main change was to generate a URL that pointed to a servlet in my main app that would "wrap" JForum properly and display the correct page.
[originally posted on jforum.net by monroe]
 
Bring out your dead! Or a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic