mmisw / mmiorr

Unmaintained old MMI ORR system (v2) -- New development at https://github.com/mmisw/orr
2 stars 1 forks source link

on browse page but tag remains in #login after signing in #220

Closed mmisw closed 9 years ago

mmisw commented 9 years ago

From caru...@gmail.com on November 11, 2009 16:24:36

What steps will reproduce the problem? 1. sign out (if you are signed in)

  1. the page now is #b (main ontology list)
  2. click sign in (which goes to #login)
  3. complete sign in What is the expected output? Return to browse page (which happens) AND update the address anchor accordingly, ie., #b What do you see instead? anchor still reads #login; so, if I reload the page, it goes to the Sign in page.

Original issue: http://code.google.com/p/mmisw/issues/detail?id=220

mmisw commented 9 years ago

From caru...@gmail.com on June 16, 2010 17:15:36

Just reproduced it.

A possible solution is not to use a history token (ie., #login) to dispatch the login process, but just "embed" the process in whatever page is currently open.

mmisw commented 9 years ago

From caru...@gmail.com on August 21, 2010 13:58:28

Fixed. version 1.9.95. History token mechanism (eg., #login, #logout) not used anymore.

Status: Fixed
Labels: Milestone-Beta1