[svn] 950: Merge change 949 from 3.0.x

Revision: 950
Author: [email protected]
Date: 2008-03-27 07:17:21 -0700 (Thu, 27 Mar 2008)
Log Message:
Merge change 949 from 3.0.x
Modified Paths:
blazeds/trunk/modules/proxy/src/java/flex/messaging/services/http/proxy/RequestFilter.jav a

Similar Messages

  • [svn] 838: Merging change 837 from 3.0.x

    Revision: 838
    Author: [email protected]
    Date: 2008-03-17 12:38:18 -0700 (Mon, 17 Mar 2008)
    Log Message:
    Merging change 837 from 3.0.x
    Bug: BLZ-82-HTTP response headers with duplicate names are lost
    QA: Yes - please test that response *and* request headers with duplicate or multiple header values for the same header are sent to the client correctly.
    Doc: No
    Checkintests: Pass
    Details: As indicated in the bug report, ResponseFilter uses a HashMap to store header name and value pairs. In cases where multiple values exist for the same name, ResponseFilter was simply overwriting the earlier value. Added new logic in ResponseFilter such that multiple values for the same name are stored into an ArrayList and sent to the client as an ArrayCollection. Although not mentioned in the bug, the same problem can potentially happen in RequestFilter, so added the same fix there as well.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-82
    Modified Paths:
    blazeds/trunk/modules/proxy/src/java/flex/messaging/services/http/HTTPProxyAdapter.java
    blazeds/trunk/modules/proxy/src/java/flex/messaging/services/http/proxy/RequestFilter.jav a
    blazeds/trunk/modules/proxy/src/java/flex/messaging/services/http/proxy/ResponseFilter.ja va

  • [svn] 2155: Merging change 2154 from trunk to 3.0.x

    Revision: 2155
    Author: [email protected]
    Date: 2008-06-19 18:55:54 -0700 (Thu, 19 Jun 2008)
    Log Message:
    Merging change 2154 from trunk to 3.0.x
    * My mistake, I should have committed the change to 3.0.x, and then merged to trunk
    * For bug SDK-15589
    Bugs: SDK-15589
    QA: Yes, see log comment for revision 2154.
    Doc: Yes, see log comment for revision 2154.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15589
    http://bugs.adobe.com/jira/browse/SDK-15589
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

  • [svn] 3906: Merge change 3905 from BlazeDS trunk to 3.0.x

    Revision: 3906
    Author: [email protected]
    Date: 2008-10-27 11:04:03 -0700 (Mon, 27 Oct 2008)
    Log Message:
    Merge change 3905 from BlazeDS trunk to 3.0.x
    Modified Paths:
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/messaging-config.xml
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/services-config.xml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_AMFLongPo ll_and_SecureAMFLongPoll.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_SecureAMF LongPoll_and_AMFStream.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/messaging_two_AMFLo ngPoll_Endpoints.mxml
    Added Paths:
    blazeds/branches/3.0.x/apps/team/features/messaging/multipleendpoints/

  • [svn] 1054: Merge change 1053 from 3.0.x

    Revision: 1054
    Author: [email protected]
    Date: 2008-04-01 11:41:01 -0700 (Tue, 01 Apr 2008)
    Log Message:
    Merge change 1053 from 3.0.x
    Modified Paths:
    blazeds/trunk/apps/team/WEB-INF/flex/remoting-config.xml
    blazeds/trunk/apps/team/WEB-INF/flex/services-config.xml
    Added Paths:
    blazeds/trunk/apps/team/features/security-constraints/
    blazeds/trunk/apps/team/features/security-constraints/README.txt
    blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Basic.mxml
    blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Custom.mxml
    Removed Paths:
    blazeds/trunk/apps/team/features/remoting/remoting_AMF_SecurityConstraint_Basic.mxml
    blazeds/trunk/apps/team/features/security-constraints/README.txt
    blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Basic.mxml
    blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Custom.mxml

  • [svn] 2776: Merge change 2775 from 3.0.x to trunk.

    Revision: 2776
    Author: [email protected]
    Date: 2008-08-07 10:34:38 -0700 (Thu, 07 Aug 2008)
    Log Message:
    Merge change 2775 from 3.0.x to trunk.
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/client/AMFConnection.java
    blazeds/trunk/modules/core/test/java/flex/messaging/io/amf/client/AMFConnectionTest.java
    blazeds/trunk/modules/core/test/java/flex/messaging/io/amf/client/AMFDataTypeTest.java

  • [svn] 2900: Merge change 2889 from 3.0.x to trunk.

    Revision: 2900
    Author: [email protected]
    Date: 2008-08-19 10:43:24 -0700 (Tue, 19 Aug 2008)
    Log Message:
    Merge change 2889 from 3.0.x to trunk.
    Modified Paths:
    blazeds/trunk/apps/team/WEB-INF/flex/messaging-config.xml
    blazeds/trunk/apps/team/features/messaging/throttle/messaging_AMF_Throttle.mxml

  • [svn] 2897: Merge change 2895 from 3.0.x to trunk.

    Revision: 2897
    Author: [email protected]
    Date: 2008-08-19 10:19:15 -0700 (Tue, 19 Aug 2008)
    Log Message:
    Merge change 2895 from 3.0.x to trunk.
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/config/ThrottleSettings.java
    blazeds/trunk/modules/core/src/java/flex/messaging/services/messaging/ThrottleManager.jav a
    Added Paths:
    blazeds/trunk/modules/core/test/java/flex/messaging/config/ThrottleSettingsTest.java

  • [svn] 2742: Merge change 2741 from 3.0.x to trunk.

    Revision: 2742
    Author: [email protected]
    Date: 2008-08-05 10:42:54 -0700 (Tue, 05 Aug 2008)
    Log Message:
    Merge change 2741 from 3.0.x to trunk.
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/client/AMFConnection.java

  • [svn] 1000: Merge change 999 from 3.0.x:

    Revision: 1000
    Author: [email protected]
    Date: 2008-03-28 13:10:13 -0700 (Fri, 28 Mar 2008)
    Log Message:
    Merge change 999 from 3.0.x:
    Fix http://bugs.adobe.com/jira/browse/BLZ-94
    Non-zero throttle settings could cause a divide by zero error.
    In ThrottleMark.assertValid(), protect against dividing by
    zero and correctly handle the case where our message count
    may wrap around MAX_VALUE.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-94
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/services/messaging/ThrottleManager.jav a

  • [svn] 1105: Merge change 1103 from 3.0.x.

    Revision: 1105
    Author: [email protected]
    Date: 2008-04-04 12:08:13 -0700 (Fri, 04 Apr 2008)
    Log Message:
    Merge change 1103 from 3.0.x.
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/MessageDestination.java
    blazeds/trunk/modules/core/src/java/flex/messaging/config/ThrottleSettings.java

  • [svn] 1740: Merge change 1738 from 3.0.x.

    Revision: 1740
    Author: [email protected]
    Date: 2008-05-15 08:47:18 -0700 (Thu, 15 May 2008)
    Log Message:
    Merge change 1738 from 3.0.x.
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/FlexSession.java

  • [svn] 850: Merge change 849 from 3.0.x

    Revision: 850
    Author: [email protected]
    Date: 2008-03-18 11:08:51 -0700 (Tue, 18 Mar 2008)
    Log Message:
    Merge change 849 from 3.0.x
    Modified Paths:
    blazeds/trunk/resources/config/services-config.xml

  • [svn] 2230: Merge change 2172 from 3.0.x.

    Revision: 2230
    Author: [email protected]
    Date: 2008-06-25 08:17:57 -0700 (Wed, 25 Jun 2008)
    Log Message:
    Merge change 2172 from 3.0.x.
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/messagingservice/ServiceAd apterControlMBeanTest.mxml

  • [svn] 1724: Merge change 1723 from 3.0.x

    Revision: 1724
    Author: [email protected]
    Date: 2008-05-14 15:32:37 -0700 (Wed, 14 May 2008)
    Log Message:
    Merge change 1723 from 3.0.x
    Modified Paths:
    blazeds/trunk/apps/team/WEB-INF/flex/messaging-config.xml
    blazeds/trunk/apps/team/features/messaging/sendsubscribeconstraint/messaging_AMF_Poll_Sen dSubscribeConstraint.mxml
    blazeds/trunk/apps/team/features/messaging/sendsubscribeconstraint/messaging_HTTP_Poll_Se ndSubscribeConstraint.mxml
    Added Paths:
    blazeds/trunk/apps/team/features/messaging/sendsubscribeconstraint/messaging_AMF_LongPoll _SendSubscribeConstraint.mxml
    blazeds/trunk/apps/team/features/messaging/sendsubscribeconstraint/messaging_AMF_Stream_S endSubscribeConstraint.mxml

Maybe you are looking for