Hi Sac
> I am sorry if I am doing something wrong.
> Doing wget it says:
>
> wget http://localhost:8380/myproj/mypub/authoring/test.html
> --19:19:38-- http://localhost:8380/myproj/mypub/authoring/test.html
> => `test.html'
> Resolving localhost... 127.0.0.1
> Connecting to localhost|127.0.0.1|:8380... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location:
http://localhost:8380/myproj/mypub/authoring/test.html?lenya.usecase=ac.login&referrerQueryString=
> [following]
> --19:19:38--
http://localhost:8380/myproj/mypub/authoring/test.html?lenya.usecase=ac.login&referrerQueryString=
> => `test.html?lenya.usecase=ac.login&referrerQueryString='
> Reusing existing connection to localhost:8380.
> HTTP request sent, awaiting response... 200 OK
> Length: unspecified [text/html]
>
> [
>
<=>
]
> 2,362 --.--K/s
>
> 19:19:38 (130.88 KB/s) - `test.html?lenya.usecase=ac.login&referrerQueryString=' saved [2362]
>
>
> Dont think it specifies any redirection here.
But it does: the line ending in
302 Moved Temporarily
means you get a redirection in form of an http 302 response, with a Location
header giving the new URL
(http://localhost:8380/myproj/mypub/authoring/test.html?lenya.usecase=ac.login&referrerQueryString=)
If you use the permanent attribute it should give an 301 repsonse code (Moved
permanently) instead of 302.
Maybe this is another redirection that happens before the one you specified?
Regards
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]