Re: Struts modules and prefix matching

2005-06-30 Thread Joe Germuska
Laurie: If I recall correctly, the concerns have to do with correctly rewriting the URLs. I don't recall ever studying the code myself; after one application where I used modules, I decided that they don't fit my development/organization style and haven't spent much time thinking about them

Re: Struts modules and prefix matching

2005-06-29 Thread Laurie Harper
This got no response on struts-user so I went digging into the code... It looks to me on first examination that it wouldn't be hard at all to support modules with URL prefix mapping; all it needs is a check to see if getServletPath() returns a string that begins with the servlet mapping URL and