tracker issue : CF-4120166

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: cfsharepoint missing the wsversion attribute

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 02/21/2016

Components: SharePoint Support

Versions: 2016

Failure Type:

Found In Build/Fixed In Build: CF2016_Final /

Priority/Frequency: Minor / Some users will encounter

Locale/System: English / Platforms All

Vote Count: 1

Duplicate ID:	CF-4126548

Per 4076462, Axis 1 silently falls back* to Basic Auth if NTLM is disabled on the remote server.

Issue: There is no workaround for cfsharepoint. cfsharepoint uses Axis 1 and is missing the wsversion="1|2" attribute required for switching to Axis 2.

Suggestion: add wsversion="1|2" attribute to cfsharepoint

* - If NTLM disabled at remote server, then:
--------------------------------------------
Actual Result:
1) authtype="ntlm"+wsversion="1" initially sends anonymous request, then server responds saying only Basic Auth is allowed, then CF uses Basic Auth (bad - silent fallback)
2) authtype="ntlm"+wsversion="2" initially sends anonymous request, then server responds saying only Basic Auth is allowed, then CF displays "401 UNAUTHORIZED" (good)

Expected Result:
1) authtype="ntlm"+wsversion="1" throws "NTLM is only supported with Axis 2" exception without sending any request (good)
2) authtype="ntlm"+wsversion="2" initially sends anonymous request, then server responds saying only Basic Auth is allowed, then CF displays "401 UNAUTHORIZED" (good)
--------------------------------------------

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4120166

External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email:

Attachments:

Comments:

Fully functional, NTLM support for cfsharepoint is a must.
Vote by External U.
4493 | February 21, 2016 07:36:32 PM GMT
Hi Aaron, Given that we are fixing the fallback issue in Bug# CF-4126548, do you still want us to track this bug ? Thanks, Dattanand Bhat
Comment by Dattanand M.
4491 | April 11, 2016 01:35:51 AM GMT
Hi Dattanand, On CF-4126548, I do not see any comment describing the proposed fix. If the CF-4126548 fix will 1) prevent stub creation from falling back to Basic and 2) prevent Axis1 from falling back to Basic, then yes this ticket CF-4120166 could be closed as a duplicate of CF-4126548. Could a comment please be added, on CF-4126548, describing the proposed fix? Thanks!, -Aaron
Comment by External U.
4492 | April 20, 2016 10:01:07 PM GMT