Skip to content

Conversation

@djrichar
Copy link

No description provided.

@waynr
Copy link

waynr commented May 11, 2016

@morficus this appears to address a problem my team is currently seeing, do you think it will get merged and released soon?

@waynr
Copy link

waynr commented May 11, 2016

(and please let me know if we can help move it forward)

@djrichar
Copy link
Author

Wayne I'm not an owner I just saw the problem and wanted to fix it. Some
one with the right access will need to merge and release it

On Wed, May 11, 2016, 11:16 AM wayne notifications@github.com wrote:

(and please let me know if we can help move it forward)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#22 (comment)

@Astro03
Copy link

Astro03 commented Sep 8, 2016

Can this we get this checked in? thanks

@Astro03
Copy link

Astro03 commented Sep 8, 2016

@kutzi @morficus can you guys merge this?

nigelbabu pushed a commit to nigelbabu/parameterized-remote-trigger-plugin that referenced this pull request Jun 26, 2017
@mawinter69
Copy link

why have an option if crumbs are needed or not? You can use the rest api to check if crumbs are needed.
/api/xml?tree=useCrumbs

@eesprit
Copy link

eesprit commented Oct 12, 2017

Wether it's an option or API determinated, this need to be merged.

@quanvuong24
Copy link

This seems to be option checked in Manage System but it's not check when I go back to System.

@TonyNoble
Copy link

TonyNoble commented Apr 5, 2018

I'd love to see this merged. This issue is currently causing me a world of pain within our estate (remote instance owner won't switch off CSRF protection, understandably)

Also: the 'hasCrumbSupport' getter needs to be renamed to 'getHasCrumbSupport' in order for the config page to pick up the current value.

return this.hasBuildTokenRootSupport;
}

public boolean hasCrumbSupport() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be renamed to 'getHasCrumbSupport', otherwise the config page will not pick up the current value.

URL buildUrl = new URL(urlString);
connection = (HttpURLConnection) buildUrl.openConnection();

if(remoteServer.hasCrumbSupport() && requestType.equals("POST")){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to use renamed 'getHasCrumbSupport' method.

@cashlalala cashlalala added enhancement wip work in process labels May 11, 2018
cashlalala pushed a commit that referenced this pull request May 11, 2018
@cashlalala
Copy link

An related test case for this PR existed, I'll close this PR

@cashlalala cashlalala closed this May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement wip work in process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants