You can download shiro-web-1.3.0.jar in this page.
Apache License
shiro-web-1.3.0.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.shiro/shiro-web/pom.properties META-INF/maven/org.apache.shiro/shiro-web/pom.xml META-INF/shiro.tld org.apache.shiro.web.config.IniFilterChainResolverFactory.class org.apache.shiro.web.config.WebIniSecurityManagerFactory.class org.apache.shiro.web.env.DefaultWebEnvironment.class org.apache.shiro.web.env.EnvironmentLoader.class org.apache.shiro.web.env.EnvironmentLoaderListener.class org.apache.shiro.web.env.IniWebEnvironment.class org.apache.shiro.web.env.MutableWebEnvironment.class org.apache.shiro.web.env.ResourceBasedWebEnvironment.class org.apache.shiro.web.env.WebEnvironment.class org.apache.shiro.web.filter.AccessControlFilter.class org.apache.shiro.web.filter.PathConfigProcessor.class org.apache.shiro.web.filter.PathMatchingFilter.class org.apache.shiro.web.filter.authc.AnonymousFilter.class org.apache.shiro.web.filter.authc.AuthenticatingFilter.class org.apache.shiro.web.filter.authc.AuthenticationFilter.class org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter.class org.apache.shiro.web.filter.authc.FormAuthenticationFilter.class org.apache.shiro.web.filter.authc.LogoutFilter.class org.apache.shiro.web.filter.authc.PassThruAuthenticationFilter.class org.apache.shiro.web.filter.authc.UserFilter.class org.apache.shiro.web.filter.authz.AuthorizationFilter.class org.apache.shiro.web.filter.authz.HostFilter.class org.apache.shiro.web.filter.authz.HttpMethodPermissionFilter.class org.apache.shiro.web.filter.authz.PermissionsAuthorizationFilter.class org.apache.shiro.web.filter.authz.PortFilter.class org.apache.shiro.web.filter.authz.RolesAuthorizationFilter.class org.apache.shiro.web.filter.authz.SslFilter.class org.apache.shiro.web.filter.mgt.DefaultFilter.class org.apache.shiro.web.filter.mgt.DefaultFilterChainManager.class org.apache.shiro.web.filter.mgt.FilterChainManager.class org.apache.shiro.web.filter.mgt.FilterChainResolver.class org.apache.shiro.web.filter.mgt.NamedFilterList.class org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver.class org.apache.shiro.web.filter.mgt.SimpleNamedFilterList.class org.apache.shiro.web.filter.session.NoSessionCreationFilter.class org.apache.shiro.web.mgt.CookieRememberMeManager.class org.apache.shiro.web.mgt.DefaultWebSecurityManager.class org.apache.shiro.web.mgt.DefaultWebSessionStorageEvaluator.class org.apache.shiro.web.mgt.DefaultWebSubjectFactory.class org.apache.shiro.web.mgt.WebSecurityManager.class org.apache.shiro.web.servlet.AbstractFilter.class org.apache.shiro.web.servlet.AbstractShiroFilter.class org.apache.shiro.web.servlet.AdviceFilter.class org.apache.shiro.web.servlet.Cookie.class org.apache.shiro.web.servlet.IniShiroFilter.class org.apache.shiro.web.servlet.NameableFilter.class org.apache.shiro.web.servlet.OncePerRequestFilter.class org.apache.shiro.web.servlet.ProxiedFilterChain.class org.apache.shiro.web.servlet.ServletContextSupport.class org.apache.shiro.web.servlet.ShiroFilter.class org.apache.shiro.web.servlet.ShiroHttpServletRequest.class org.apache.shiro.web.servlet.ShiroHttpServletResponse.class org.apache.shiro.web.servlet.ShiroHttpSession.class org.apache.shiro.web.servlet.SimpleCookie.class org.apache.shiro.web.session.HttpServletSession.class org.apache.shiro.web.session.mgt.DefaultWebSessionContext.class org.apache.shiro.web.session.mgt.DefaultWebSessionManager.class org.apache.shiro.web.session.mgt.ServletContainerSessionManager.class org.apache.shiro.web.session.mgt.WebSessionContext.class org.apache.shiro.web.session.mgt.WebSessionKey.class org.apache.shiro.web.session.mgt.WebSessionManager.class org.apache.shiro.web.subject.WebSubject.class org.apache.shiro.web.subject.WebSubjectContext.class org.apache.shiro.web.subject.support.DefaultWebSubjectContext.class org.apache.shiro.web.subject.support.WebDelegatingSubject.class org.apache.shiro.web.tags.AuthenticatedTag.class org.apache.shiro.web.tags.GuestTag.class org.apache.shiro.web.tags.HasAnyRolesTag.class org.apache.shiro.web.tags.HasPermissionTag.class org.apache.shiro.web.tags.HasRoleTag.class org.apache.shiro.web.tags.LacksPermissionTag.class org.apache.shiro.web.tags.LacksRoleTag.class org.apache.shiro.web.tags.NotAuthenticatedTag.class org.apache.shiro.web.tags.PermissionTag.class org.apache.shiro.web.tags.PrincipalTag.class org.apache.shiro.web.tags.RoleTag.class org.apache.shiro.web.tags.SecureTag.class org.apache.shiro.web.tags.UserTag.class org.apache.shiro.web.util.RedirectView.class org.apache.shiro.web.util.RequestPairSource.class org.apache.shiro.web.util.SavedRequest.class org.apache.shiro.web.util.WebUtils.class
shiro-web-1.3.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <!--suppress osmorcNonOsgiMavenDependency --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <version>1.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>shiro-web</artifactId> <name>Apache Shiro :: Web</name> <packaging>bundle</packaging> <dependencies> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> <!-- Test dependencies - scope set appropriately already in the parent pom--> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>org.apache.shiro.web</Bundle-SymbolicName> <Export-Package>org.apache.shiro.web*;version=${project.version}</Export-Package> <!-- javax.servlet.jsp* marked as optional per SHIRO-390: --> <Import-Package> org.apache.shiro*;version="${shiro.osgi.importRange}", javax.servlet.jsp*;resolution:=optional, * </Import-Package> </instructions> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-web</artifactId> <version>1.3.0</version> </dependency>
If you think the following shiro-web-1.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download shiro-web-1.3.0.jar file