Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: Release 1.5.3
-
Fix Version/s: Release 1.5.4
-
Component/s: ActionBean Dispatching
-
Labels:None
Description
We are using stripes in an OSGi platform environment where we have multiple web applications using the same instance of stripes. The UrlBindingFactory singleton makes it impossible for any of our web applications to use the same url binding, i.e. a commonly used binding like "/Home.action" or "/Login.action" cannot be used by two different web applications.
This appears to have already been fixed in trunk and according to the comments on STS-653 was at one point fixed in the 1.5.x branch. It seems straight-forward to backport this change once again to the 1.5.x branch which would be greatly beneficial to us.
To clarify exactly what we are asking for here: all we want is for the change in revision 1074 of trunk to be merged into the 1.5.x branch.
I have tested this merge on a local copy of the 1.5.x branch and it works perfectly with no conflicts. I have also built and tested stripes 1.5.x after the merge and it seems to work perfectly, it certainly allows us to do what we want.