Top "Url-pattern" questions

The URL-pattern element of servlet-mapping or filter-mapping associates a filter or servlet with a set of URLs.

Servlet @WebServlet urlPatterns

This is a quick question but I couldn't find a quick answer. Now I have a servlet BaseServlet, when user …

java servlets url-pattern
Image not displayed on JSP page

I have a simple JSP page that has one image that is part of the JSP page but that image …

html jsp spring-mvc servlets url-pattern
@WebFilter exclude url-pattern

I use a filter to check URL patterns for the logged in user. But I have many URL patterns I …

java servlets servlet-filters url-pattern
Spring-Security: Difference Between /** and /* url pattern in Spring-Security

I am little bit confuse with URL-pattern in spring security. Because, in servlet core http security, the / and /* url patterns …

java security spring-security url-pattern
Django, name parameter in urlpatterns

I'm following a tutorial where my urlpatterns are: urlpatterns = patterns('', url(r'^passwords/$', PasswordListView.as_view(), name='passwords_…

python django django-class-based-views urlconf url-pattern
<security-constraint> <url-pattern> and the * character within web.xml

Useing Spring for Security, I can get the program running using the following code. <intercept-url pattern="/web/admin**/**" access="…

war web.xml jboss6.x url-pattern security-constraint
Servlet filter url mapping

How can a filter be mapped to the root of a URL? I'm using Tomcat 7.0.2 and deploying an application as …

java servlets servlet-filters url-pattern
Basic Spring MVC config: PageNotFound using InternalResourceViewResolver

I'm trying to get a first Spring 3 MVC setup running. My app is running on tomcat, with in the server …

java spring spring-mvc url-pattern
Getting part of request url inside servlet

I have an EmailVerification Servlet mapped with /ev/* url-pattern. http://example.com/ev/ce52320570 How can I get this ce52320570 …

java jakarta-ee servlets httprequest url-pattern
/faces/index.xhtml Not Found in ExternalContext as a Resource in Glassfish

I am getting this error while launching application. com.sun.faces.context.FacesFileNotFoundException: /faces/index.xhtml Not Found in ExternalContext …

java netbeans glassfish url-pattern