DO NOT REPLY [Bug 39102] New: - include directive bug - file not found

2006-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=39102

   Summary: include directive bug - file not found
   Product: Tomcat 5
   Version: 5.5.16
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: critical
  Priority: P3
 Component: Jasper
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Hi!

After migration from tomcat 5.5.12 to version 5.5.16 I've found bug with include
directive.

In tomcat/webapps/app/gfx/default/style.jsp I have:
<%@ page contentType="text/css; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="/WEB-INF/jsp/includes/taglibs.jsp" %>
[...]


But when I want to access this file I receive exception:
org.apache.jasper.JasperException: /default/style.jsp(2,0) File
"/WEB-INF/jsp/includes/taglibs.jsp" not found
at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
at
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405)
at
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:86)
at
org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:339)
at 
org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:372)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:484)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552)
at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
[...]


Of course file /WEB-INF/jsp/includes/taglibs.jsp exist.

This problem is only on Linux platform, on Windows XP it works fine.
The same application works fine with Tomcat version 5.5.12.

I use JDK5 both on windows and linux (debian, kernel 2.6.16 with smp).
Thanks for help,
Artur

-- 
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]



svn commit: r388813 - /tomcat/site/trunk/docs/doap_Tomcat.rdf

2006-03-25 Thread yoavs
Author: yoavs
Date: Sat Mar 25 12:14:46 2006
New Revision: 388813

URL: http://svn.apache.org/viewcvs?rev=388813&view=rev
Log:
Correct RDF.

Modified:
tomcat/site/trunk/docs/doap_Tomcat.rdf

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=388813&r1=388812&r2=388813&view=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Sat Mar 25 12:14:46 2006
@@ -46,18 +46,22 @@
 http://svn.apache.org/repos/asf/tomcat/"/>
   
 
-
-  Java Servlets
-  JCP
-  JSR 154
-  http://www.jcp.org/en/jsr/detail?id=154"/>
-
-
-  Java Server Pages
-  JCP
-  JSR 152
-  http://www.jcp.org/en/jsr/detail?id=152"/>
-
+
+  
+Java Servlets
+JCP
+JSR 154
+http://www.jcp.org/en/jsr/detail?id=154"/>
+  
+
+
+  
+Java Server Pages
+JCP
+JSR 152
+http://www.jcp.org/en/jsr/detail?id=152"/>
+  
+
   
 
 



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



svn commit: r388840 - /tomcat/container/tc5.5.x/modules/groupcom/to-do.txt

2006-03-25 Thread fhanik
Author: fhanik
Date: Sat Mar 25 13:52:27 2006
New Revision: 388840

URL: http://svn.apache.org/viewcvs?rev=388840&view=rev
Log:
Added todo

Modified:
tomcat/container/tc5.5.x/modules/groupcom/to-do.txt

Modified: tomcat/container/tc5.5.x/modules/groupcom/to-do.txt
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/to-do.txt?rev=388840&r1=388839&r2=388840&view=diff
==
--- tomcat/container/tc5.5.x/modules/groupcom/to-do.txt (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Sat Mar 25 13:52:27 2006
@@ -34,6 +34,13 @@
 
 Code Tasks:
 ===
+37. Interceptor.getOptionFlag() - lets the system configure a flag to be used
+for the interceptor. that way, all constants don't have to be configured 
+in Channel.SEND_FLAG_.
+Also, the GroupChannel will make a conflict check upon startup, 
+so that there is no conflict. I will change options to a long,
+so that we can have 63 flags, hence up to 60 interceptors.
+
 36. UDP Sender and Receiver, initially without flow control and guaranteed 
delivery.
 This can be easily done as an interceptor, and operate in parallel with 
the TCP sender.
 It can implement an auto detect, so that if the message is going to a 
destination in the same network 



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