Top "Url-mapping" questions

A framework's URL mapping facility is the mechanism by which the framework interprets URLs.

Spring webflow 2 - url mapping not working

I'm using spring mvc 3 along with webflow 2. I have been following online resources and have been trying to get an …

spring spring-webflow url-mapping spring-webflow-2
Spring URL mapping question

I am using Java with Spring framework. Given the following url: www.mydomain.com/contentitem/234 I need to map all …

java spring spring-mvc url-mapping
How to know from where was thrown error 500 (Grails)

I have the next scenario in my UrlMappings.groovy: "/user/$action?" (controller:"user") "/admin/$action?" (controller:"user") "500"(controller:"error", action:"…

grails error-handling url-mapping
How to define url placeholder $1 for htaccess regex

I wrote the following in htaccess in the process of learning: RewriteRule ^/test(a-zA-z)\.htm$ /test$1.htm And test2.htm …

regex apache .htaccess mod-rewrite url-mapping
Defining nested namespaces in a URLConf, for reversing Django URLs -- does anyone have a cogent example?

I have been trying to to figure out how to define a nested URL namespace (which look:like:this) in …

python django namespaces url-mapping urlconf
Parse_url equivalent in grails / groovy?

Is there a groovy/grails equivalent to PHP's parse_url ( http://php.net/manual/en/function.parse-url.php ) or python's …

parsing url grails groovy url-mapping
How to make some URL mappings depending on the environment?

When getting an HTTP status code 500, I want to display 2 different pages according to the running environment. In development mode, …

grails url-mapping
Grails Controller and URL Mapping Magic

Grails 3.0.1 here. I'm looking to accomplish a specific URL/controller structure. My app deploys at the root context (/), meaning locally …

grails grails-controller url-mapping grails-3.0