<quote>
In Tomcat 7.0.67 with no "useRelativeRedirects" set on the context (which 
defaults it to "true"), I see

GET http://hostname/myapp?m=n&o=p 
              ==> 302: "login?a=b&c=d"

Now, this is expected behavior given the fix for [1]

[1] http://bz.apache.org/bugzilla/show_bug.cgi?id=56917
</quote>

I reread my email, and it is incorrect that is expected behavior. I guess an 
expected behavior would be 

GET http://hostname/myapp?m=n&o=p 
              ==> 302: "myapp/login?a=b&c=d"

unless I am missing something badly...

George

Reply via email to