> On 17.03.2017, at 10:18, jitesh dundas <[email protected]> wrote: > > Thanks for responding. yes it is a private plugin for authentication ( > Delegate to Servlet container. It works like a servlet filter which does > cookie based authentication)
Then your plugin likely does not respect the well-known URLs that should be available without authentication to anyone. Jenkins 2.37 introduced Jenkins#isSubjectToMandatoryReadPermissionCheck(String) to allow you to check whether something is exempt from that. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/A5163AF8-CEE7-45F5-BB6A-297CF64B5950%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
