Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
379 views

django - regex for optional url paramaters

I have a view in django that can accept a number of different filter parameters, but they are all optional. If I have 6 optional filters, do I really have to write urls for every combination of the 6 ...
4
votes
2answers
7k views

Servlet URL pattern to match a URL that ends with a slash (“/”)

I'd like to specify a Servlet URL pattern to match a URL that ends with a slash ("/") and only a slash. I understand that the pattern /example/path/* will match a URL of ...
3
votes
3answers
3k views

Spring MVC REST : static files unaccessible because of url-pattern

My Spring Dispatcher servlet url-pattern is /* (as spring MVC REST suggests) Now all the request are resolved by this Servlet. even CSS/JS/Images also get resolved and handled by servlet.. So, ...
2
votes
1answer
125 views

url-pattern Servlet Tomcat 7.0

I'm studying JSP/Servlet by myself. And I'm facing a problem that I'm able to solve. I'm creating a simple form that will request a servlet. The problem is when I change the url-pattern in the web.xml ...
2
votes
3answers
460 views

Why can't I get my static dir to work with django 1.3?

This problem is very simple, but I just can't figure it out added to my urlpatterns url(r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '/home/user/www/site/static'}) ...
2
votes
1answer
919 views

Spring newbie: The url-pattern for my DispatcherServlet seems to 'override' the welcome-file

I am using Spring to render my JSPs, and the url-pattern for my DispatcherServlet is "/". This seems to be making it so that the welcome-file-list is never considered. I would actually like ...
2
votes
3answers
327 views

How to achieve a certain url format using @RequestMapping in SpringMVC

I am trying to create a simple application using SpringMVC for learning purpose. I want to have the urls for various actions in this format ...
2
votes
1answer
214 views

Shorten path of REST service in JBoss Seam application still wrong

I got a similar question as: http://stackoverflow.com/questions/3248814/shorten-path-of-rest-service-in-jboss-seam-application/3248902#3248902 But couldn't comment on the shipmaster answer because of ...
2
votes
1answer
1k views

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 ROOT.war. The welcome page is sign_in.xhtml. I would like to run a filter whenever the client ...
1
vote
1answer
61 views

Servlet URL patterns on Google App Engine

I'm trying to do some simple work with url-pattern that works well on localhost but fails when the application is deployed on the GAE server. What I want to do is next: One servlet to serve all ...
1
vote
1answer
175 views

Configuring URL patterns for servlet filters

We are trying to use spring security in our application. IN the below code, How do we configure the URL pattern to say "intercept all the URLs except the URLs of pattern '/xyz/' " ? Basically I ...
1
vote
2answers
1k views

REST API with web application(JSP,Servlets)

I have one normal servlet and one jersey specific REST related servlet i.e.ServletContainer configured in web.xml. Case 1 - Url pattern for normal servlet is "/login" Url pattern for other REST ...
1
vote
0answers
313 views

How do I use wild cards (*) in url-pattern with MVC correctly

I am trying to get a servlet to respond to every request with a url-pattern of "/test/*". so this controller should respond to : myApp/test/ myApp/test/whatever myApp/somehting?other=stuff using ...
1
vote
1answer
154 views

Mapping to a JSON method with url-pattern

I'm creating a Spring MVC application that will have a controller with 'RequestMapping'-annotated methods, including a JSON method. It currently has static content that resides in webapps/static, and ...
1
vote
3answers
1k views

web.xml URL pattern matching question for Tomcat

I'd like to use this kind of a pattern for my Java web app: <url-pattern>/*/test.html</url-pattern> and then parse the URL in the servlet to get what the value of the star is, and use ...
0
votes
2answers
30 views

Can I combine these url-patterns in a servlet-mapping?

I have a requirement to support /{servlet}/history, and have many servlets that need to support this. I'm using Tomcat, FWIW. The following works, but I'm wondering if there's a way to combine all ...
0
votes
1answer
43 views

UriFragmentUtility causes servlet exception

As i was following this vaadin: https://vaadin.com/book/-/page/advanced.urifu.html tutorial on how to properly uses the UriFragmentUtility, i ended up creating the object and after trying to add this ...
0
votes
1answer
34 views

web.xml exclusive url-pattern

I want to restrict access to the whole application <url-pattern>/*</url-pattern> But not to some Servlets. They should be public. Is there a way to do that easily (I imagine some ...
0
votes
2answers
48 views

Optional number of wildcards in URL patterns in Django

#views.py def sum(*args): return reduce((lambda x, y: int(x)+int(y)), args) Is it possible to write one URL pattern that will handle uniformly such requests as /sum/1/2 (result = 3), /sum/1/2/3 ...
0
votes
2answers
52 views

Which simple REST URL pattern is more common / better?

/controller/action/id or /controller/id/action Which is more common? Which is preferable and why? Are there any pro's / con's of using one or the other? Edit: Or, perhaps to think of this ...
0
votes
2answers
69 views

Redirection in Struts 2

I am using Struts 2 in my web application. Normally, the struts filter in my application looks for *.do in URL patterns. Now there is an additional requirement; when the application types in ...
0
votes
1answer
144 views

How can I map a url-pattern ending .jsp to a servlet?

I'd like a map a URL that used to point to a JSP directly onto a servlet, but my efforts so far - mapping the following url pattern to my servlet... ...
0
votes
1answer
106 views

Web.xml: why so poor flexibility for url-patterns in security contraints ?

I'm using GlassFish 3.1 and wanted to use container authentication. When I started writing security constraint in the web.xml I had the feeling that url patterns have very little flexibility. Chapter ...
0
votes
2answers
357 views

<url-pattern> in <servlet-mapping>

Case 1 <servlet-mapping> <servlet-name>myapp</servlet-name> <url-pattern>/</url-pattern> </servlet-mapping> Case 2 <servlet-mapping> ...
0
votes
0answers
118 views

Codeigniter URL routing - naming URL patterns

Currently the Codeigniter routing configuration and site_url only makes it possible to decouple the visible URL from the underlying path to controller. $routing['my/url/'] = "my/controller/path"; ...
0
votes
2answers
47 views

Recognize “Invalid” URLs without Trying to Resolve Them

I'm building a Facebook App which grabs the URLs from various sources in a user's Facebook acount--e.g., a user's likes. A problem I've encountered is that many Facebook entries have string which are ...
0
votes
0answers
105 views

Axis works with the URL Pattern /services/* and not with /services/Handler

I am deploying a webservice with Axis in Weblogic 10.3. Everything works fine when i have URL-Pattern as "/services/*" in the web.xml but the same URL throws an Exception TargetService is null when i ...
0
votes
1answer
390 views

tomcat filter url-pattern problem

Hi i have a tomcat server version 5.5.12 and i am using a filter, the problem is that for some files the filter works and for other it doesnt, for example for the path /software/files/generator.7z it ...
0
votes
2answers
143 views

How to find out the location of the file in Struts?

I want to know that how to find out the location of a file in Struts. Where the files would be situated Here is some part of program: <filter-mapping> ...
0
votes
1answer
371 views

URL Patterns to exclude in JMeter?

How many URL patterns can exclude at a time in a test case using Jmeter?
0
votes
1answer
211 views

web.xml servlet mapping infinite loop

I am using appengine and seem to be having some problems with url routing My web.xml <servlet> <servlet-name>ViewServlet</servlet-name> ...
0
votes
0answers
592 views

include file in jsp absolute path

I have a jsp page that serves dynamic content based on URL pattern - The file just includes a header and a footer and some parameters <%@ include file="header.jsp" %><%String ...
0
votes
1answer
300 views

Servlet - Dispatching request when the url-patern is like

I have some questions about dispatching a request in a servlet. To sum it up, I deployed a website on a public server which forces me to have a url-pattern like /servlet/* for all my servlets (I ...
0
votes
2answers
496 views

How to make spring4gwt export more than 1 service?

I successfully follow GWT and spring4gwt's tutorials and transform the StockWatcher's demo into a Spring(3.0) enabled service , by the following configurations : web.xml : <servlet-mapping> ...
0
votes
1answer
91 views

Need a software load balancer that can match URL patterns for traffic routing

I need to balance traffic to several HTTP listeners. They are in two groups for two different purposes. To illustrate... 10.0.0.1 10.0.1.1 10.0.1.2 10.0.2.1 10.0.2.2 ...
0
votes
3answers
1k views

Servlet mapping url patterns

I have the following urls that need mapping to two different servlets. Can anyone suggest a working url-pattern please? vehlocsearch-ws: /ws/vehlocsearch/vehlocsearch ...
0
votes
1answer
225 views

Variable 'app' in url-pattern for servlet mapping

I'm learning Spring MVC (and servlets in general) and following springsource's mvc-ajax example, which uses annotated controller methods. It appears that there is only one url-pattern (in web.xml) ...
0
votes
1answer
98 views

python urlpattern newbie question

I'm trying this pattern: (r'^jobs/(?P<job_id>\d+)/$', job_handler) To work with jobs/ and jobs/{job_id}, but the above expression doesn't cover the first case(jobs/), it only work if I do ...
0
votes
2answers
269 views

multiple sites with Java App Engine

I'm trying to create a series of sites that all run as one application, but have different designs (to localise them). My idea is to map separate domain names to the one site. E.g: www.mysite1.com ...
-1
votes
0answers
38 views

How to validate URL pattern for input in JTextfield [closed]

Possible Duplicate: Validate URL in java I have a JTextfield and I want a validation for a valid Url pattern so do you guys have any idea thx