https://github.com/karma4u101/lift_rt_issue
Demonstrates a posible round trip regression
https://github.com/karma4u101/lift_rt_issue
Last synced: about 2 months ago
JSON representation
Demonstrates a posible round trip regression
- Host: GitHub
- URL: https://github.com/karma4u101/lift_rt_issue
- Owner: karma4u101
- Created: 2014-08-11T11:29:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T11:42:30.000Z (over 10 years ago)
- Last Synced: 2025-01-24T09:27:14.178Z (4 months ago)
- Language: Scala
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demonstrates a round trip regression
====================================This is a striped down example to demonstrate a possible regression in Lift 3.0 as of 2014-08-11.
Run with current (2014-08-11) Lift 3.0-SNAPSHOT (Scala 2.11.1) there is a issue on page reload.
When the page is initialy loaded there are 3 numbered (round trip) texts "There and back again".
Issue a reload of the page and the first round trip function is not hiting the server (look at logs).Switch to Lift 3.0-M1 (Scala 2.10.4) and all works as expected i.e all tre texts is displayed even on a page reload.