Has any one seen a problem when a jsp begins with the letters "admin"? 
It seems as if the session context gets confused. It is as if it does the
following:
- spots the characters "admin" in beginning of the jsp name, for example in
a jsp named "administrative.jsp" 0r "adminstrative_reserve.jsp"
- thinks it is in the "admin" context, then sets a new session context
- because of the new session context it resets all the classes that are
"session" in scope
- realizes that it is not for the admin context and finally transfers
control to "administrative.jsp" - but it has a new session context.

As a result, the session objects that were expected in "administrative.jsp"
are incorrect and the jsp gets errors 

Is it me or is this a bug in the class that genertates the session context?

My only workaround short of renaming a bunch of jsps and their references
was to take out the admin application.

Regards,
ROb

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to