Jenilyn / googlesitemapgenerator

Automatically exported from code.google.com/p/googlesitemapgenerator
Apache License 2.0
0 stars 0 forks source link

Strange URLs being created in xml #155

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use sitemap generator with Webserver filter as URL collector
2. creates strange URLs - see detail below
3.

What is the expected output? What do you see instead?
expect <loc>http://www.isendit.com/sitemap.aspx</loc>
get <loc>http://www.isendit.com/sitemap.aspx/videobrowser.aspx</loc>

What version of the product are you using? On what operating system?
latest version

Please provide any additional information below.
sitemap generator is createing xml entries such as 

<loc>http://www.isendit.com/support.aspx/company.aspx/downloads/company.aspx</lo
c>
 support is one page, company a different page and downloads is a directory. seems to be following links and creating a concatenated URL.

also creates duplicate entries with characters in the URL:

<loc>http://www.isendit.com/support.aspx</loc>
and
<loc>http://www.isendit.com/%5C/support.aspx</loc>

Original issue reported on code.google.com by seo.isen...@gmail.com on 4 Mar 2011 at 8:01