[ http://mc4j.org/jira/browse/STS-293?page=all ]
Tim Fennell resolved STS-293.
-----------------------------
Fix Version/s: Release 1.4.2
Resolution: Fixed
This is now fixed. It'll tolerate whitespace including new lines. I also
checked anywhere else String.split() is being used (as it was here) and ensured
they now use the same strategy to split things apart.
> ActionResolver.PackageFilters does not handle white space gracefully
> --------------------------------------------------------------------
>
> Key: STS-293
> URL: http://mc4j.org/jira/browse/STS-293
> Project: Stripes
> Issue Type: Bug
> Components: ActionBean Dispatching
> Affects Versions: Release 1.4.1
> Reporter: Jakub Korab
> Assigned To: Tim Fennell
> Priority: Minor
> Fix For: Release 1.4.2
>
>
> The ActionResolver.PackageFilters init-param for the StripesFilter does not
> handle white space. For example, the following value will result in only
> ActionBeans under id.me.somepackage being located:
> <param-value>
> id.me.somepackage,
> id.me.someotherpackage
> </param-value>
>
> The following, on the other hand, locates ActionBeans in both
> id.me.somepackage and id.me.someotherpackage:
> <param-value>
> id.me.somepackage,id.me.someotherpackage
> </param-value>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://mc4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development