[Mono-list] XSP links bug?
Gonzalo Paniagua Javier
gonzalo@ximian.com
Sun, 20 Jun 2004 20:55:32 +0200
El mar, 15-06-2004 a las 23:26, Pablo Fischer escribió:
> Hi!
>
> I'm running xsp 0.14. I have a file.webapp, with this data:
>
> <apps>
> <web-application>
> <name>samples</name>
> <vpath>/samples</vpath>
> <path>/usr/share/asp.net-demos/asp</path>
> </web-application>
> </apps>
>
> When I start xsp:
>
> xsp --port 8081 --appconfigdir /etc/xsp (where I have file.webapp)
>
> It starts, but when I go to http://localhost:8081/samples it opens a
> index.aspx (as expected), but the links of the samples are:
>
> http://localhost:8081/session1.aspx
>
> INSTEAD of
>
> http://localhost:8081/samples/session1.aspx
>
> I found that if I replaced the /samples with /samples/ in file.webapp
> it's fixed, however I need to point my browser to
> http://localhost:8081/samples/ (note the last slash).
>
> Is it a bug?.
Yes. Please use bugzilla to report it.
-Gonzalo