Hi. I have a problem with restlet. I use restlet 2.0.10 on jboss 5.1.0 with spring integration. I have a restlet server (SpringServerServlet) under /checkService/*. I don't understand why when I put for example http://localhost:8080/context/checkServic I get JBoss 404 message which is the same on all browser - thats ok. But when I put for example http://localhost:8080/context/checkService/check2 when there is no resource I get on
chrome html from my StatusService - thats ok ie9 404 without any message from StatusService - what is the difference? firefox: firefox tries to redirect to some google sites(?) http headers in two issues described above are very similar http://localhost:8080/context/checkServic HTTP/1.1 404 Not Found Server: Apache-Coyote/1.1 X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1 Content-Type: text/html;charset=utf-8 Content-Length: 1068 Date: Wed, 19 Oct 2011 10:52:49 GMT <html><head><title>JBoss Web/2.1.3.GA - Error.... http://localhost:8080/context/checkService/check2 HTTP/1.1 404 Not Found Server: Apache-Coyote/1.1 X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1 Date: Wed, 19 Oct 2011 10:52:54 GMT Accept-Ranges: bytes Server: Restlet-Framework/2.0.10 Content-Type: text/html;charset=UTF-8 Content-Length: 36 <html><body><p>inf</p></body></html> Where is the problem? Thanks in advance. Peter ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2858791

