| Sign In/My Account | View Cart |
| Article: |
The REST of the Web | |
| Subject: | Shouldn't you be creating new URIs? | |
| Date: | 2005-05-08 12:32:12 | |
| From: | nferrier | |
|
Response to: Shouldn't you be creating new URIs?
|
||
|
"I don't think the servlet mapping will pick up test5.py as the correct servlet to call."
|
||
Showing messages 1 through 3 of 3.
I had a play with the source code of PyServlet last night, and it's relatively simple to modify so that it will look for the last reference to a ".py" file in the path and then ignore what comes after. Which would allow you to have a catchall url-pattern and not prespecify py servlets.