[
https://issues.jboss.org/browse/ISPN-5238?page=com.atlassian.jira.plugin....
]
Tomas Sykora commented on ISPN-5238:
------------------------------------
[~vblagojevic] we will need to do something with this soon. It will speed up development
tremendously. The thing is that node is running nodemon that is watches for changes in
files in an application. When file is changed (eg. cluster.html) it reloads page, source
code and immediately shows changes in your browser.
Now, however, after a change, we are losing all our scope and we are not logged in
application anymore. Page refreshes and there are only AngularJS brackects with empty
properties shown on page. Also, some users might want to hit ctrl+R from time to time.
We need to come up with some solution soon, implement it and integrate it asap, so we can
build more code more easily.
Maintain session in ispn-mgmt-console (ctrl+R)
----------------------------------------------
Key: ISPN-5238
URL:
https://issues.jboss.org/browse/ISPN-5238
Project: Infinispan
Issue Type: Task
Components: JMX, reporting and management
Reporter: Tomas Sykora
Assignee: Vladimir Blagojevic
Fix For: 8.0.0.Final
When you reload a page in Infinispan Management Console data is lost and you need to
re-login. We need to make sure that the session is maintained properly and operations like
ctrl+R, F5 etc. does not affect behaviour negatively.
It will also help with development and testing when you need to reload a page to see some
changes from time to time.
I did a small research around this topic and made some experiments but I was not able to
achieve what I wanted. Maybe we can come up with even different approach.
Anyway I suppose we can stick to the idea that ctrl+R should just reload the page and
data successfully.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)