Revision: 1486
Author: [email protected]
Date: Tue Feb 1 17:19:31 2011
Log: Edited wiki page ServletModule through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1486
Modified:
/wiki/ServletModule.wiki
=======================================
--- /wiki/ServletModule.wiki Tue Feb 1 16:52:41 2011
+++ /wiki/ServletModule.wiki Tue Feb 1 17:19:31 2011
@@ -173,7 +173,7 @@
public class YourServletModule extends ServletModule {
@Override protected void configureServlets() {
.....
- filter("/process-user").through(createUserIdScopingFilter());
+ filter("/process-user*").through(createUserIdScopingFilter());
}
}
}}}
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.