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.

Craig
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to