RE: method="post" but doGet() called -> external redirects

2004-03-24 Thread Liviu Ionescu
> I am assuming you have a servlet at /mycontext-app/ ? that's correct. > Can't you just map the servlet instead to /mycontext ? as far as I know I can't, the servlet for mycontext-app belongs to a separate webapp/context, while /mycontext in the root context. if we would have an "allowInternal

RE: method="post" but doGet() called -> external redirects

2004-03-24 Thread Adam Fowler
ailto:[EMAIL PROTECTED] Sent: 24 March 2004 11:51 To: 'Tomcat Users List' Subject: RE: method="post" but doGet() called -> external redirects > When Tomcat sees a request for > 'http://localhost:8080/mycontext' it sends back a response to > redirect to

RE: method="post" but doGet() called -> external redirects

2004-03-24 Thread Liviu Ionescu
> When Tomcat sees a request for > 'http://localhost:8080/mycontext' it sends back a response to > redirect to 'http://localhost:8080/mycontext/'. This is so > that relative links to things like images and stylesheets > work correctly. If the browser conformed to the HTTP/1.1 RFC, > it would

SV: method="post" but doGet() called

2004-03-22 Thread Uwe Kubosch
> When Tomcat sees a request for 'http://localhost:8080/mycontext' it sends > back a response to redirect to > 'http://localhost:8080/mycontext/'. This is > so that relative links to things like images and stylesheets work > correctly. > If the browser conformed to the HTTP/1.1 RFC, it would re-re

Re: method="post" but doGet() called

2004-03-21 Thread Bill Barker
When Tomcat sees a request for 'http://localhost:8080/mycontext' it sends back a response to redirect to 'http://localhost:8080/mycontext/'. This is so that relative links to things like images and stylesheets work correctly. If the browser conformed to the HTTP/1.1 RFC, it would re-request the ne

method="post" but doGet() called

2004-03-21 Thread Uwe Kubosch
Hi all! I have a form (included below) where I set method="post", but for for a specific action URL, it arrived in the doGet method instead of the doPost method. I have a seervlet-mapping that pics up _all_ resquests to the context: / The unexpected behaviour comes when there is nothing after