Remapping Guice Servlet plugin modules with a uri-prefix
Open
enhancement
Extension-Servlet
imported
Priority-Low
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
_From [dhanji](https://code.google.com/u/115972161424102003495/) on January 03, 2009 22:42:49_
For example, if you install a third party ServletModule that maps servlets to a URI that you already
use, Guice Servlet should allow you to remap the third party module wholesale under a path-prefix:
install("/rpc/", new RpcModule());
Now, any servlet mappings in RpcModule are remapped with a path-prefix "/rpc/".
This is a fairly complex feature as it requires a good deal of thinking about regex mappings, path-
info rewriting and so forth. I don't think it will make it to 2.0.
_Original issue: http://code.google.com/p/google-guice/issues/detail?id=301_
Contributor guide
Assessment
This issue has not been assessed yet.