Below are all the url patterns that we have.
<servlet-mapping>
<servlet-name>app</servlet-name>
<url-pattern>*.htm</url-pattern>
<url-pattern>/en/*</url-pattern
<url-pattern>/zh_TW/*</url-pattern>
<url-pattern>/zh_CN/*</url-pattern>
</servlet-mapping>
Here is the url http://example.com/en/yp/list/cat/10/1 that doesn't work
for the above patterns. Like I said if I changed one of the above
url-pattern to /en/yp/*, this url will work.
Cha
On 04/01/2011 02:27 PM, Christopher Schultz wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Cha,
>
> On 4/1/2011 12:20 PM, Cha wrote:
>> If I changing the pattern to /en/yp/* for that incoming url, it will
>> work but it doesn't conform to what the spec said though.
> Sounds like you have another conflicting<url-pattern> somewhere in
> web.xml. Care to post the rest of your<url-patterns>?
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk2WGQQACgkQ9CaO5/Lv0PD0vQCgla4EpCpakMOlA9Lc+2koaVoz
> XzAAniImcyk+/4ImQ7cmfTnx5P/HQHZb
> =bkJE
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
|