Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 8bc3d90

Browse files
committed
fix vm authentication
1 parent bd21634 commit 8bc3d90

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

dashboard.tar.gz

-9 Bytes
Binary file not shown.

digexp-wcm-design/lib/wcm-authenticated-request.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ var getLTPAToken = function(user, pass, options, postData) {
133133
// the post options
134134
// authenticate for VP uses the base portal
135135
var cPath = options.contentHandlerPath.split('/');
136-
if (cPath.length > 3){
137-
options.contentHandlerPath = cPath[1] + '/' + cPath[2];
136+
if (cPath.length > 2){
137+
options.contentHandlerPath = cPath[0] + '/' + cPath[1];
138138
};
139139
var optionspost = {
140140
host : options.host,

release/digexp-toolkit.zip

-15 Bytes
Binary file not shown.

wcm-design.tar.gz

-7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)