phamthaithinh / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

The fact that you're using urlrewritefilter on your web server means DTD references fail #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open urlrewrite.xml in a validating editor
2. validator will attempt to get the dtd from the URL at the top
3. request against your website will be redirect to the main page, instead of 
supplying the dtd
4. validator complains about invalid XML

What is the expected output? What do you see instead?
If I put in the URL for the dtd, I expect to get the dtd.  Instead, I get the 
website homepage.

What version of the product are you using? On what operating system?
3.2 (latest stable) in Eclipse on WinXP

Please provide any additional information below.
Please tweak your website config so that it will actually supply the dtd.  At 
the moment, that appears to be unreachable.

Original issue reported on code.google.com by tmches...@gmail.com on 26 Oct 2011 at 1:42

GoogleCodeExporter commented 9 years ago
Fixed.

Both
http://tuckey.org/res/dtds/urlrewrite4.0.dtd
and
http://www.tuckey.org/res/dtds/urlrewrite4.0.dtd

Should now work.

Original comment by p...@tuckey.org on 25 Jun 2012 at 10:31