Vineet Chauhan

Results 5 issues of Vineet Chauhan

**Are you requesting support for a new curl flag? If so, what is the flag and the equivalent Go code?** ```bash # curl -v -u admin:admin123 -X POST 'http://localhost:8081/service/rest/v1/components?repository=maven-releases' -F...

For example. Java8 -> Graphs( Doesnt work )

With latest player.srcObject api changes

.addFilterBefore(new TokenAuthFilter(tokenAuthService), UsernamePasswordAuthenticationFilter.class) .addFilterBefore(new LoginFilter("/auth/login", authenticationManager(), tokenAuthService), UsernamePasswordAuthenticationFilter.class); Should be - .addFilterBefore(new LoginFilter("/auth/login", authenticationManager(), tokenAuthService), UsernamePasswordAuthenticationFilter.class); .addFilterBefore(new TokenAuthFilter(tokenAuthService), UsernamePasswordAuthenticationFilter.class)

Trying to use environment variable to generate the tar file with version name. outPath: bundle-${{ env.APP_VERSION }}.gz