Craig McClanahan wrote: > On 4/16/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: >> Charles Oliver Nutter wrote: >>> I'm seeing some rather unusual servlet URIs set up in web.xml, and >>> GlassFish isn't liking them one bit. they look corrupted as well... >> Fixing them with /tmp/war/* and /tmp/war/public/* seems to fix the >> problem. Perhaps this is a lingering bug in the new String implementation? >> > > That's a good change, because servlet URL mapping patterns must either > start with a slash (/foo, /foo.html, /foo/*) for path mapping, or > start with an asterisk (*.foo) for extension mapping.
Yeah, I assume that's what was *supposed* to happen when generating web.xml and the WAR file (right, guys?) so now we just need to figure out why that wasn't the case. Obviously tmp/war/publ/* is pretty well b0rked. - Charlie _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
