Re: svn commit: r379463 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-02-21 Thread Remy Maucherat

Peter Rossbach wrote:

Can we reflect the change also to getLastAccessedTime() ?
I thing the DeltaSession need the same change.


I reported getId to the expert group which had changed its behavior very 
recently. I did not mention other methods, which didn't seem to be 
causing this much disruption.


Rémy

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



Re: svn commit: r379463 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-02-21 Thread Peter Rossbach


Am 21.02.2006 um 15:41 schrieb [EMAIL PROTECTED]:


+  
+HttpSession.getId will no longer throw an ISE when the  
session is invalid (remm)

+  


Can we reflect the change also to getLastAccessedTime() ?
I thing the DeltaSession need the same change.

Peter



svn commit: r379463 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-02-21 Thread remm
Author: remm
Date: Tue Feb 21 06:41:00 2006
New Revision: 379463

URL: http://svn.apache.org/viewcvs?rev=379463&view=rev
Log:
- Changelog update.

Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=379463&r1=379462&r2=379463&view=diff
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Tue Feb 21 06:41:00 2006
@@ -44,15 +44,41 @@
 is doen by the regular deployer. (remm)
   
   
- Add JMX serverInfo attribute to Server MBean, that we can identify
- the tomcat release remotely. (pero)
+Add JMX serverInfo attribute to Server MBean, that we can identify
+the tomcat release remotely. (pero)
   
   
- Fix the JMX MBeanFactory.createStandardHost signature at 
mbean-descriptors.xml (pero)
+Fix the JMX MBeanFactory.createStandardHost signature at 
mbean-descriptors.xml (pero)
   
   
- Fix some cases (for example with realm usage) where the container 
logger for a context
- would be retrieved using the wrong classloader (remm)
+Fix some cases (for example with realm usage) where the container 
logger for a context
+would be retrieved using the wrong classloader (remm)
+  
+  
+HttpSession.getId will no longer throw an ISE when the session is 
invalid (remm)
+  
+  
+ ore detailed errors for naming issues (remm)
+  
+  
+Add documentation for the Transaction element (remm)
+  
+  
+Add getContextPath to the internal servlet context implementation 
(remm)
+  
+  
+Only null instances loaded by the webapp CL, submitted by Matt Jensen 
(remm)
+  
+  
+Deploy folders which don't have a WEB-INF, and return an error when a 
context
+file does not contain a Context element (remm)
+  
+  
+38653: Fix property name (remm)
+  
+  
+Slightly modify the timing of the manager start, so that it is not 
started by a
+listener (remm)
   
 
   
@@ -72,6 +98,23 @@
   
 Pass along more of the SSL related fields to OpenSSL (remm)
   
+  
+CharChunk now implements CharSequence (remm)
+  
+  
+Fix coding error which could cause a rare crash when a poller error 
occurred and sockets
+where pending being added to the keepalive poller (remm)
+  
+  
+Fix potential sync issues when restarting a poller (remm)
+  
+  
+Update APR error reports, including the error codes (remm)
+  
+  
+38726: Remove duplicate request group field causing blank 
statistics for the
+HTTP connector (remm) 
+  
 
   
   
@@ -106,6 +149,9 @@
 
   
 Fix some XSS issues in the JSP examples. (markt)
+  
+  
+Fix logos in the manager webapp (remm)
   
 
   



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