This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 212109 - Support Spring Security
Summary: Support Spring Security
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 21:10 UTC by Jesse Glick
Modified: 2012-05-14 13:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-05-04 21:10:26 UTC
Hudson 3.0.0 (or earlier?) seems to have switched from ACEGI to Spring for its security system, probably for legal reasons. This breaks ServletConnectionAuthenticator, preventing you from logging in when using the normal "Hudson's own user database" mode.
Comment 1 Jesse Glick 2012-05-04 21:12:32 UTC
commit cfd6781e13548fd9e3047c038a0a8c83129e7b9e
Author: Winston Prakash <winston.prakash@gmail.com>
Date:   Thu Oct 20 18:05:28 2011 -0700

    Switch from AceigSecurity (version 1.0.1) to Spring Security 2.0.7
Comment 2 Jesse Glick 2012-05-04 21:14:13 UTC
core-main #fb7f77997609
Comment 3 Quality Engineering 2012-05-05 10:23:34 UTC
Integrated into 'main-golden', will be available in build *201205050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fb7f77997609
User: Jesse Glick <jglick@netbeans.org>
Log: #212109: Support Spring Security