Hi,
I want to modify the behavior when someone request an url like
dspaceurl.com/1234-567-890-1234
What I understand is that I need to look if in web.xml there is a servlet
that captures that url pattern, as java servlets doesn't allow regexp in url
patterns, I think that the servlet that would capture any url like that is
the one that maps /*.
That mapping is already defined by dspace.request mapping, and I see that is
related to org.dspace.utils.servlet.DSpaceWebappServletFilter, but If I make
a print in that Java class, when I request dspaceurl.com/1234-567-890-1234
seems that the execution never goes through that class, well, any url I
request never goes to that class, so I don't understand nothing.

What's the java class that catches that petitions?

Thanks.



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/main-servlet-for-url-pattern-dspaceurl-com-tp4676559.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to