Seem we have a problem with redirects.
I gave a quick glance in the http environment, and there's a hack for Websphere too (VG)... maybe someone with more experience can look into this? It would take me time I don't have ATM. Thanks.
This is a summary of latest reports:
_Websphere Application Server_ (Gernot Koller)
http://localhost:8080/cocoon/samples/
redirects to
http://localhost:8080/cocoon/cocoon/samples/welcome
_Jetty_ (do build run)
http://localhost:8888/samples/
redirects to
http://localhost:8888/welcome
in wget (Bertrand Delacretaz)
$ wget http://localhost:8888/
--07:41:55-- http://localhost:8888/
=> `index.html'
Connecting to localhost:8888... connected!
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://localhost:8888documents/index [following]
http://localhost:8888documents/index: Invalid port specification.
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- Cocoon 2.1 (HEAD) redirect broken ? Gernot Koller
- Nicola Ken Barozzi