Skip to content

Commit

Permalink
[FIXED JENKINS-20999] Noting merge of #1064: SecurityListener.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jan 9, 2014
1 parent 79196b3 commit 0e00797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -66,6 +66,9 @@
<li class=bug>
<code>/login</code> offers link to <code>/opensearch.xml</code> which anonymous users cannot retrieve.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21254">issue 21254</a>)
<li class=rfe>
Added API class <code>SecurityListener</code> to receive login events and similar.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20999">issue 20999</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/security/SecurityListener.java
Expand Up @@ -40,7 +40,7 @@

/**
* Listener notified of various significant events related to security.
* @since TODO
* @since 1.548
*/
public abstract class SecurityListener implements ExtensionPoint {

Expand Down

0 comments on commit 0e00797

Please sign in to comment.