[ 
http://jira.dspace.org/jira/browse/DS-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kim Shepherd updated DS-570:
----------------------------

    Attachment: DS-570-JSPUI.patch

The JSPUI behaviour we're seeing in 1.6 is due to webui.session.invalidate 
being "true" by default -- the session attributes stored by Authenticate for 
forwarding are lost, unless invalidation has been switched off.
This quick patch will copy session attributes "interrupted.request.info" and 
"interrupted.request.url" to the new session.
Please test :)

(it could be tidied up by setting a nice simple boolean for 
ConfigurationManager.getBooleanProperty("webui.session.invalidate", true), then 
using that in the invalidation test and the later "requestInfo != null" test so 
that it doesn't copy the values unnecessarily)

> Redirect users to current page on login
> ---------------------------------------
>
>                 Key: DS-570
>                 URL: http://jira.dspace.org/jira/browse/DS-570
>             Project: DSpace 1.x
>          Issue Type: New Feature
>          Components: DSpace API
>            Reporter: Caryn N.
>            Assignee: Peter Dietz
>            Priority: Minor
>             Fix For: 1.7.0
>
>         Attachments: DS-570-JSPUI.patch, xmlui.patch
>
>
> I would like to be able to direct a user to the "current" page after login.  
> For example, if a user is not logged in, and they are looking at an item 
> page, when they click login, I would like to be able to send them back to the 
> item page.  
> As it functions now, a user who has found an item they want, then clicked log 
> in, will be authenticated and sent either home or to the profile (this option 
> is set in dspace.cfg file).  This means they will need to find the item they 
> wanted again, which is not the most user-friendly.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to