You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Kevin Jones <ke...@develop.com> on 2000/03/02 18:16:45 UTC

Current Issues

Issues that I've had that are resolved in the latest (March 2nd) build,
thanks guys.

<%@ taglib uri="/TestTags" prefix="test" %>
works if the .jar file is in WEB-INF/lib

<%@ taglib uri="/TestTags.jar" prefix="test" %>
works as expected

I can start the server on a port other than 8080!


Issues still effecting me -

Sessions don't work now - I've tried the latest binary build and built from
source myself (again March 2nd) - I ALWAYS get a new session.

taglibs still don't work in the binary March 2nd build - I'm still getting
an IllegalAccessError (wasn't this going to be built on 1.2.x?)

If I use Apache/Tomcat, urls without a document have to end in /
So I can browse to http://localhost/test/ but not to http://localhost/test
both URLs work with Tomcat standalone.

Mistake in the examples web.xml (Antonio Calzada mentioned this last
Friday) -
<form-login-config><form-login-page>/jsp/security/login.jsp</form-login-page
>

should be

<form-login-config><form-login-page>/jsp/security/login/login.jsp</form-logi
n-page>

Kevin Jones
DevelopMentor