Jeff Lehman wrote:

> Actually, I'm fairly certain it's not a relative URL problem.  I've tried the same 
>JSP
> page using the .92 reference implementation version and it works just fine.  That's
> actually what is confusing me.  I'm getting a class cast exception when I pass in the
> request and response that JRun gives me.
>                             -Jeff

My guess:
They are using com/livesoftware/jrun/JRunServletRequest.class for servlets, but
com/livesoftware/jrun/plugins/jsp/JSPRequest.class for JSP files.

Both implement HttpServletRequest, but they do a cast to JRunServletRequest.
I suppose they can fix it easily.

Costin

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to