Dear Administrator
For Spring Web Services Home Page Project for 2.0.x series release (Last Published: 20 May 2011) in the top of the page appear the follow labels
- Spring Framework
- Spring Web Services 1.0
- Spring Web Services 1.5
Where the links for 2 and 3 are broken
For the second use http://static.springsource.org/sites/1.0/ and appear
Code:
Not Found
The requested URL /sites/1.0/ was not found on this server.
For the third use http://static.springsource.org/sites/1.5/ and appear
Code:
Not Found
The requested URL /sites/1.5/ was not found on this server.
Therefore:
For 1.0.x must be
http://static.springsource.org/spring-ws/sites/1.0/
instead of
http://static.springsource.org/sites/1.0/
For 1.0.5 must be
http://static.springsource.org/spring-ws/sites/1.5/
instead of
http://static.springsource.org/sites/1.5/
I have other observation, from the previous or old Spring Web Services projects 1.0.x and 1.5.x not exists a a label or link available to return 2.0.x release something like
Spring Web Services 2.0
Very Important
The home page project can be access in two ways (each one has a different URL)
One: (With error)
- Go to http://www.springsource.org/
- click in Projects label which re direct to http://www.springsource.org/projects
- click in Spring Web Services item from Spring Projects list available, it must re direct to http://static.springsource.org/spring-ws/site/
Two: (Without error)
- Go to http://www.springsource.org/
- move the mouse cursor over the Projects label (do not do click) and let display the list of projects
- from such list click in Spring Web Services item, must re direct to http://static.springsource.org/spring-ws/sites/2.0/
Compare the URL's
1) http://static.springsource.org/spring-ws/site/ (wrong)
vs
2) http://static.springsource.org/spring-ws/sites/2.0/ (good)
From the first, the internal links to 1.0.x and 1.5.x are broken
Best Regards