Right now I'm waiting for INFRA to create a new Git project -
struts-archive - to allow move deprecated plugins to it. Also I want
to give enough time for people to migrate to 2.3.20 and to see if
there any major problems which should be addressed with another 2.3.x
version or we're safe to start w
Hi,
I would like to share few ideas I have that should be
implemented/introduced in Struts 3.
Request/Response wrappers
Right now user can access raw Request or Response which is quite often
a bad idea. I would like to wrap them with custom interfaces with
default implementation - this will allow
I thought a bit about that idea and still have some doubts. If we move
the whole processing into interceptors we will end up with "system"
interceptors that must run on the beginning and with "user"
related/developed interceptors. And either we allow create custom
stacks and mix the "system" interc
Hi,
I don't think throwing away the namespaces logic is a good idea - if
we do it, all the users will have to migrate in almost the same manner
as from S1 to S2. For most of them it will be a real pain so because
of that I'm against that.
There is already "slashes in action names" mechanism which