Renamed web.wrapper to web.servletapi. Added some package.html files.

This commit is contained in:
Luke Taylor
2009-10-05 16:59:37 +00:00
parent 673cf300fb
commit 1042305cfe
17 changed files with 37 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
* limitations under the License.
*/
package org.springframework.security.web.wrapper;
package org.springframework.security.web.servletapi;
import javax.servlet.FilterChain;
import javax.servlet.http.HttpServletResponse;
@@ -24,6 +24,8 @@ import org.jmock.integration.junit4.JUnit4Mockery;
import org.junit.Test;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.mock.web.MockHttpServletResponse;
import org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter;
import org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestWrapper;
/**

View File

@@ -13,7 +13,7 @@
* limitations under the License.
*/
package org.springframework.security.web.wrapper;
package org.springframework.security.web.servletapi;
import junit.framework.TestCase;
@@ -23,6 +23,7 @@ import org.springframework.security.core.Authentication;
import org.springframework.security.core.authority.AuthorityUtils;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestWrapper;
/**
* Tests {@link SecurityContextHolderAwareRequestWrapper}.