anjulmyaccount / cumulusrdf

Automatically exported from code.google.com/p/cumulusrdf
0 stars 0 forks source link

Remove unnecessary/ancient servlets #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Remove unnecessary/ancient servlets:

* CounterServlet: 
https://code.google.com/p/cumulusrdf/source/browse/branches/1.1.0/cumulusrdf-web
-module/src/main/java/edu/kit/aifb/cumulus/webapp/CounterServlet.java?r=1116
* ProxyServlet: IMHO this servlet does not add much value, but adds a lot of 
extra trouble/configuration. I'd vote for removing it.
=> remove Dispatcher servlet and forward request the normal way via web.xml
=> remove configuration option

Original issue reported on code.google.com by andreas.josef.wagner on 20 Apr 2014 at 2:03

GoogleCodeExporter commented 9 years ago

Original comment by andreas.josef.wagner on 13 May 2014 at 6:35

GoogleCodeExporter commented 9 years ago
Dispatcher servlet was already removed correctly.

All the other things have been done.

Original comment by Isib...@gmail.com on 14 May 2014 at 10:31