Bugs item #1705740, was opened at 2007-04-23 10:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1705740&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: flyingdeath (talksandy)
Assigned to: Nobody/Anonymous (nobody)
Summary: ConfigureIIs CA should have a wild card for the header value

Initial Comment:
Scaweb.cpp contains the following code for the comparison of passed 
configuration and the actual configuration.

if (S_OK == hr &&
  669                         (0 == lstrcmpW(wzIP, pwzIPExists) || 0 == 
lstrcmpW(wzIP, L"*")) &&
  670                         iPort == iPortExists &&
  671                         0 == lstrcmpW(wzHeader, pwzHeaderExists))
  672                     {
  673                         // if the passed in buffer wasn't big enough
  674                         if (*pcchWebBase < mr.dwMDDataLen)
  675                             hr = 
HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER);
  676                         else
  677                             StringCchCopyW(wzWebBase, *pcchWebBase, 
wzKey);
  678                         *pcchWebBase = mr.dwMDDataLen;
  679 
  680                         fFound = TRUE;
  681                         break;
  682                     }

Shouldn't it allow the wild card for the wzHeader as well.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1705740&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to