[GitHub] [struts-site] lukaszlenart commented on pull request #147: Contributors guide

2020-10-01 Thread GitBox
lukaszlenart commented on pull request #147: URL: https://github.com/apache/struts-site/pull/147#issuecomment-702332041 @apache/struts-committers this is ready This is an automated message from the Apache Git Service. To resp

Re: ParametersInterceptor why is it complaining about struts.token.name?

2020-10-01 Thread Greg Huber
struts.token. seems only to be used internally, so maybe rename to struts_token_ to would be the way to go? On 01/10/2020 09:06, Lukasz Lenart wrote: Either we can ignore "struts.token" and "struts.token.name" in the interceptor or make those params compliant with the regex - rename them to "st

Re: ParametersInterceptor why is it complaining about struts.token.name?

2020-10-01 Thread Lukasz Lenart
Either we can ignore "struts.token" and "struts.token.name" in the interceptor or make those params compliant with the regex - rename them to "struts_token" and "struts_token_name" niedz., 27 wrz 2020 o 20:00 James Chaplin napisaƂ(a): > > Hello Greg. > > Those log warnings are due to WW-5077 chan