DO NOT REPLY [Bug 43350] - typo in "Web Application Compilation"

2007-09-17 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=43350


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2007-09-17 02:33 ---
on a CentOS system, I furthermore got

[jasperHere] java.lang.NullPointerException
[jasperHere]at
org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:220)
[jasperHere]at org.apache.jasper.JspC.processFile(JspC.java:809)
[jasperHere]at org.apache.jasper.JspC.execute(JspC.java:945)
[jasperHere]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[jasperHere]at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[jasperHere]at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[jasperHere]at java.lang.reflect.Method.invoke(Method.java:597)
[jasperHere]at 
org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123)
[jasperHere]at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[jasperHere]at org.apache.tools.ant.Task.perform(Task.java:364)
[jasperHere]at org.apache.tools.ant.Target.execute(Target.java:341)
[jasperHere]at org.apache.tools.ant.Target.performTasks(Target.java:369)
[jasperHere]at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[jasperHere]at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[jasperHere]at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[jasperHere]at 
org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[jasperHere]at org.apache.tools.ant.Main.runBuild(Main.java:668)
[jasperHere]at org.apache.tools.ant.Main.startAnt(Main.java:187)
[jasperHere]at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
[jasperHere]at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

this seems to be related to Bug 33518, but at least here, ant is definitely
available - is there another jar that might be needed?

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



DO NOT REPLY [Bug 33518] - org.apache.jasper.JspCompilationContext.createCompiler

2007-09-17 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=33518





--- Additional Comments From [EMAIL PROTECTED]  2007-09-17 02:47 ---
see also bug 43350

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



DO NOT REPLY [Bug 43409] New: - Error location wrongly despatched to servlet

2007-09-17 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=43409

   Summary: Error location wrongly despatched to servlet
   Product: Tomcat 5
   Version: 5.5.23
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When there is a servlet with mapping "/*", as well as error pages with an error
location pointing to an HTML file, the error locations are despatched to the
servlet. This is not correct, because when the error location doesn't refer to a
servlet or JSP it denotes a path in the WAR file. The fact that this path also
happens to match the pattern of a servlet is not relevant.

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



Re: JNDIRealm can not support http digest mode

2007-09-17 Thread Mark Thomas
xiaojing xu wrote:
>I think this bug is different from my problem.I want to use http digest 
> mode
> (RFC2617 HTTP Authentication: Basic and Digest Access Authentication).
> And the bug 37984 just want to resolve password in MD5 digest(may be
> not use http digest mode).

Sorry - my bad. Too many digests ;). The root cuase is the same though,
getPassword() needs to return something other than null. You won't be
able to use HTTP digest or digested passwords without some code changes.

Mark

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



svn commit: r576545 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

2007-09-17 Thread rjung
Author: rjung
Date: Mon Sep 17 10:48:01 2007
New Revision: 576545

URL: http://svn.apache.org/viewvc?rev=576545&view=rev
Log:
Correct docs for "redirect" worker attribute in the case
of "route" attributes differing from worker names.

Modified:
tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?rev=576545&r1=576544&r2=576545&view=diff
==
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Mon Sep 17 10:48:01 
2007
@@ -877,9 +877,13 @@
 
 
 
-Set to the preferred failover worker. If worker matching SESSION ID is in
-error state then the redirect worker will be used instead. It will be used
-even if being disabled, thus offering hot standby.
+Set to the name of the preferred failover worker. If worker matching
+SESSION ID is in error state then the redirect worker will be used instead.
+It will be used even if being disabled, thus offering hot standby.
+
+If you explicitely set a route via the "route" attribute, you must set 
"redirect"
+to this route of the preferred failover worker and not to its name.
+
 
 This feature has been added in jk 1.2.9.
 



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



svn commit: r576565 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-09-17 Thread fhanik
Author: fhanik
Date: Mon Sep 17 12:45:16 2007
New Revision: 576565

URL: http://svn.apache.org/viewvc?rev=576565&view=rev
Log: (empty)

Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=576565&r1=576564&r2=576565&view=diff
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Sep 17 12:45:16 2007
@@ -36,6 +36,12 @@
   
 
   
+43356: Keystore parameter is relative to CATALINA_BASE,
+Truststore is either defined as parameter, javax.net.ssl.trustStore or 
if empty
+defaults to the keystore.
+SSL Client cert authentication changed from boolean to 
"true|false|want" (fhanik)
+  
+  
 30949: Improve previous fix. Ensure requests are re-cycled
 on cross-context includes and forwards when an exception occurs in the
 target page. (markt)



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