On 15.12.21 11:53, Greg Huber wrote:
####
When doing a search, and logged, we get a login url on the bottom of
search page.
http://localhost:8080/roller/mainpage/search?q=test
* Front Page <http://localhost:8080/roller/>
* Weblog <http://localhost:8080/roller/mainpage/>
* Login <http://localhost:8080/roller/roller-ui/login-redirect.rol>
turns out that the SearchServlet didn't copy the user to the model. The
search results page always thinks the user is logged out. This bug was
likely there from the beginning.
https://github.com/apache/roller/pull/111
-michael