SEC-562: Sandbox repackaging.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.acegisecurity.webwork;
|
||||
package org.springframework.security.webwork;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@@ -21,7 +21,7 @@ import javax.servlet.ServletException;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
import org.acegisecurity.ui.ExceptionTranslationFilter;
|
||||
import org.springframework.security.ui.ExceptionTranslationFilter;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.acegisecurity.webwork;
|
||||
package org.springframework.security.webwork;
|
||||
|
||||
import javax.servlet.FilterConfig;
|
||||
import javax.servlet.ServletException;
|
||||
|
||||
import org.acegisecurity.ui.ExceptionTranslationFilter;
|
||||
import org.springframework.security.ui.ExceptionTranslationFilter;
|
||||
|
||||
import com.opensymphony.webwork.dispatcher.DispatcherUtils;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user