Fine by me, I'd rather it get done right before the release. It looks like I
would simply need to change my spring configuration:

    <bean id="securityManager"
class="org.apache.shiro.web.DefaultWebSecurityManager">

I don't think any of my client code refers to anything else. Do you foresee
any major changes to client code?

Tauren



On Wed, May 19, 2010 at 9:34 PM, Les Hazlewood <lhazlew...@apache.org>wrote:

> I've noticed something a number of times before, but never really cleaned
> it up:
> org.apache.shiro.web.DefaultWebSecurityManager should be in the
> org.apache.shiro.web.mgt package if it is to mirror core's package
> structure.
>
> Similarly
>
> org.apache.shiro.web.WebUtils
> org.apache.shiro.web.RedirectView
> org.apache.shiro.web.SavedRequest
> org.apache.shiro.web.WebSecurityManager
>
> should probably be moved to the correct respective package locations
> to mirror core.  I think this should be done before 1.0 or we'll be
> permanently stuck with where they are now.  Any objections?
>
> - Les
>

Reply via email to