Hello,

my Problem is, that my application work fine until struts version 2.3.15.3
Since version 2.3.16 my application doesnt work.
I know there were some changes in ParametersInterceptor.

In my action i override the method "acceptableParameterName(String)".

The problem is, that since version 2.3.16 for simple paramNames like "test1"
that works fine, but i have a lot of paramNames with a dot in name like
"session.bean.firstname" and this doesnt work.
It seams so, that the ParametersInterceptor split these paramNames in
"session", "bean" and "firstname".

Is this a bug or a feature?
There are any restrictions for param names (no using of dots)?

regards,
Thomas



--
View this message in context: 
http://struts.1045723.n5.nabble.com/Param-names-with-spaces-tp5715585p5715589.html
Sent from the Struts - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to