dflorey 2004/04/22 09:38:14
Modified: src/webdav/server/org/apache/slide/webdav/event
NotificationTrigger.java
Log:
Improved MS-Exchanged compliance
Revision Changes Path
1.8 +5 -5
jakarta-slide/src/webdav/server/org/apache/slide/webdav/event/NotificationTrigger.java
Index: NotificationTrigger.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/event/NotificationTrigger.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- NotificationTrigger.java 15 Mar 2004 13:18:27 -0000 1.7
+++ NotificationTrigger.java 22 Apr 2004 16:38:14 -0000 1.8
@@ -177,7 +177,7 @@
if ( protocol.equals(TCP) ) {
Domain.log("Notify subscribers with adress='"+callback+"' via TCP with
id's "+subscribers, LOG_CHANNEL, Logger.INFO);
NotifyMethod notifyMethod = new NotifyMethod(callback.toString());
- notifyMethod.addRequestHeader(H_SUBSCRIPTION_ID, subscribers);
+ notifyMethod.addRequestHeader(H_SUBSCRIPTION_ID_RESPONSE, subscribers);
try {
int state = notifyMethod.execute(new HttpState(), new
HttpConnection(callback.getHost(), callback.getPort()));
} catch (IOException e) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]