Re: VOTE: Release Roller v6.1.0

Michael Bien <[email protected]> Wed, 22 Dec 2021 11:07:55 +0100
Newsgroups gmane.comp.java.roller.devel
Message-ID <[email protected]>
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