Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug com.atlassian.oauth.serviceprovider.internal.servlet.OAuthFilter

Subhajit Bhuiya June 27, 2018

I want to debug com.atlassian.oauth.serviceprovider.internal.servlet.OAuthFilter. But it is showing Source Not Found for this filter. How to bring the source by adding dependency in pom.xml. Right now I have following entry in pom.xml

 

<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
<version>${jira.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<version>${jira.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.atlassian.templaterenderer</groupId>
<artifactId>atlassian-template-renderer-api</artifactId>
<version>${template.renderer.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.plugins.rest</groupId>
<artifactId>atlassian-rest-common</artifactId>
<version>3.4.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.sal</groupId>
<artifactId>sal-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.plugin</groupId>
<artifactId>atlassian-spring-scanner-annotation</artifactId>
<version>${atlassian.spring.scanner.version}</version>
<scope>provided</scope>
</dependency>

 

with jira.version=7.7.1. What extra entry do I need to make to get the source code of OAuthFilter

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 27, 2018

Hello,

You should download the source code of Jira and then attach this source code in your IDE. 

https://confluence.atlassian.com/jirakb/download-jira-source-code-800307235.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events