DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42518>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42518





------- Additional Comments From [EMAIL PROTECTED]  2007-05-26 01:43 -------
(In reply to comment #1)
> Is there any code in the .jsp, a filter, etc. that could be throwing a
> FileNotFoundException?  Tomcat incorrectly converts those to 404s. 

There is an include in the Login.jsp:

<%@ include file="LoginLogic.jsp" %>

... with a relative path. Both Login.jsp and LoginLogic.jsp reside in the same 
directory \ROOT\login. But that would be resolved at compile time.

Also there is a 
ResourceBundle rb= ResourceBundle.getBundle("txt.user", new Locale(lang));
With the user.txt. properties residing in \ROOT\WEB-INF\classes\txt



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to