> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: bypassing a servlet mapping to /*
>
> Yep (from a dummie) : does that not indeed look like the dispatcher
> thingie you're using does not know how to map wildcards ?
Indeed it does. But my understanding of the d
Leon Rosenberg wrote:
and if i use mapping with asterisk (/net/java/dev/moskito/webui/jsp/*)
, i see log errors from dispatcher servlet that it doesn't know how to
map
/net/java/dev/moskito/webui/jsp/Producer.jsp.
Yep (from a dummie) : does that not indeed look like the dispatcher
thingie you
On Thu, Sep 10, 2009 at 2:56 PM, Caldarale, Charles R
wrote:
>> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com]
>> Subject: Re: bypassing a servlet mapping to /*
>>
>> But If I add only the path:
>>
>> jsp
>> /net/java/dev/moskito/web
> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com]
> Subject: Re: bypassing a servlet mapping to /*
>
> But If I add only the path:
>
> jsp
> /net/java/dev/moskito/webui/jsp/*
>
>
> it doesn't, and I don't understand why?
> Shou
Thanx Chuck, Martin.
chucks solution came first, so I tried it first, and it worked, but
not the way i actually expected.
If I add ALL mappings to the web.xml -> it works:
jsp
/net/java/dev/moskito/webui/jsp/Producers.jsp
jsp
/net/java/dev/moskito/webui/jsp/ProducersXML.jsp
..
> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com]
> Subject: bypassing a servlet mapping to /*
>
> /net/java/dev/moskito/webui/jsp/Producers.jsp
> now the request is processed by the servlet engine and is grabed by
> the spring dispatcher with an error:
You can always put the complete