Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hudson-dev] Hudson 3.1.2 Vs 3.2.0

Hi

In my plugin, i am using HudsonSecurityManager.getAuthentication() to check for anonymous access.

How do i make sure that my plugin works in both hudson 3.1.2 and hudson 3.2.0?

If i use org.springframework.security.Authentication it is working in 3.1.2 but not in 3.2.0 and if i use org.springframework.security.core.Authentication it is working in 3.2.0 but not in 3.1.2. 

Expected since hudson 3.2.0 upgraded spring framework but how do i make my plugin works both in 3.1.2 and hudson 3.2.0? 




Thanks,
Suresh Nallamilli.

Back to the top