n jar files are
case-sensitive.
"Aaron Loucks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I can't get TLD auto discovery to work for any custom taglibs i write
when I package them as jars. It works fine for the standard taglibs
(core, fmt, etc..). T
I double checked the jar file and the META-INF is in uppercase. Still no
luck =/
Bill Barker wrote:
You need to install your tld in /META-INF/. Paths in jar files are
case-sensitive.
"Aaron Loucks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I ca
I can't get TLD auto discovery to work for any custom taglibs i write
when I package them as jars. It works fine for the standard taglibs
(core, fmt, etc..). The tld file is packaged inside the jar as
'/meta-inf/breadcrumbs_1_0.tld', and breadcrumbs-1.0.jar is located in
/WEB-INF/lib. If i put
I guess this was a bug in 5.0.28 according to the servlet spec
(SRV.8.4). If anyone else runs into this issue, the solution is pretty
easy:
String origRequestUrl =
request.getAttribute("javax.servlet.forward.request_uri")
-Original Message-----
From: Aaron Loucks [mailto:[EMAIL
request.getRequestURL() is returning the uri of the
element instead of the original request url in 5.5.12. Is this a bug or
was this intended to be this way? If this is supposed to return the
form-login-page, how do I get the original request URL? Tomcat 5.0.x did
not behave this way -- getRequest