+1
Struts upgrade works ok.
####
Might be worth having a check on the templates on
/resources/template/roller/*.ftl. (copy from trunk)
####
There are some warnings on the web.xml entries for struts:
>>> FilterDispatcher <<< is deprecated! Please use the new filters!
ie change from:
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>
to:
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
>>> ActionContextCleanUp <<< is deprecated! Please use the new filters!
remove:
<filter>
<filter-name>struts2-cleanup</filter-name>
<filter-class>org.apache.struts2.dispatcher.ActionContextCleanUp</filter-class>
</filter>
On 22 June 2014 04:12, Glen Mazza <[email protected]> wrote:
> OK, team, second attempt, fixing the problems Greg noted from the last
> vote. I tested the Tomcat version again and it seemed to work all well,
> validation also working this time.
>
> Here is my +1. Vote for another 72 hours.
>
> Binaries: people.apache.org/~gmazza/roller/rc2
>
> SVN tag: https://svn.apache.org/repos/asf/roller/tags/roller_5.0.4-rc2/
>
> Regards,
> Glen
>
>
> -------- Original Message --------
>>
>> On 6/7/2014 11:44 PM, Glen Mazza wrote:
>>
>>> Hi Team,
>>>
>>> This is a vote to release Roller 5.0.4, it upgrades its Struts library
>>> to 2.3.16.3 to fix some important issues with it; also, some of the
>>> LDAP configuration was fixed based on comments from a user.
>>>
>>> Binaries are here: http://people.apache.org/~gmazza/roller/
>>>
>>> I tested the Tomcat version, it looks good.
>>>
>>> Here's my +1. Voting will be for 72 hours.
>>>
>>> Regards,
>>> Glen
>>>
>>>
>>
>