Skip to content

Commit

Permalink
Disable multiple MessageID checks
Browse files Browse the repository at this point in the history
Honor WS-Management 1.1.1 standard (line 739):
  A message may be retransmitted for any purpose (including
  communications failure) and may use the same wsa:MessageID value.
  • Loading branch information
kkaempf committed Sep 23, 2013
1 parent 8227bd8 commit f9ce59e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2.4.2
- Fix crash in redirect module (typo)
- Honor WS-Management 1.1.1 standard (line 739)
Disable multiple MessageID checks

2.4.1
- Build fixes
Expand Down
2 changes: 1 addition & 1 deletion src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR} ${CMAKE_BINA

ADD_DEFINITIONS( -DPACKAGE_PLUGIN_DIR="\\\"${PACKAGE_PLUGIN_DIR}\\\"" )

SET( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${XML_CFLAGS} -g" )
SET( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${XML_CFLAGS} -g -DIGNORE_DUPLICATE_ID" )


########### wsman ###############
Expand Down

0 comments on commit f9ce59e

Please sign in to comment.