java - Spring ROO issue with UrlRewrite in STS (eclipse) -


I'm having trouble finding out how to solve this problem. I have a file: "urlrewrite.xml" which After operating the "controller" command in the RO shell, it was automatically generated by Spring Ro.

However, I still get the following error:

  "The referenced file contains errors (http://tuckey.org/res/dtds/urlrewrite3.0. Dtd) For more information, right-click on the message in the problem view and select "Show details ..." Here is the content of the Urlrewrite.xml file:  
  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & gt; DOCTYPE urlrewrite PUBLIC "- // tuckey.org//DTD UrlRewrite 3.0 / nn http: // Tuckey.org/res /dtds/urlrewrite3.0.dtd"> urlrewrite default-match type = "wildcard" & gt; & lt; no Yum & gt; & lt; from & gt; / Resources ** **  & lt; Final = "True" & gt; / Resources / $ 1 & lt; / to & gt; & lt; Lt; / rules & gt; & lt; rules & gt; & lt; from & gt; / static / WEB-INF / ** & lt; / from & gt; & lt; set type = status "& gt; 403 & lt; / Set & gt; & Lt; To last = "true" & gt; / Static / WEB-INF / $ 1 & lt; / To & gt; & Lt; / Rules & gt; & Lt; Rules & gt; & Lt; To & gt; / Static / ** & lt; / From & gt; & Lt; To last = "true" & gt; / $ 1 & lt; / To & gt; & Lt; / Rules & amp; Gt; & Lt; Rules & gt; & Lt; To & gt; / & Lt; / By & gt; & Lt; To last = "true" & gt; / Ap / index & lt; / By & gt; & Lt; / Rules & gt; & Lt; Rules & gt; & Lt; To & gt; / Apps / ** & lt; / By & gt; & Lt; To last = "true" & gt; / App / $ 1 & lt; / By & gt; & Lt; / Rules & gt; & Lt; Rules & gt; & Lt; To & gt; / ** & lt; /> & Lt; Gt; & gt; / Apps / $ 1 & lt; / Gt; & Lt; / Rules & gt; & Lt; Outbound rules & gt; & Lt; To & gt; / Apps / ** & lt; / By & gt; & Lt; Gt; & gt; / $ 1 & lt; / Gt; & Lt; / Outbound rule & gt; & Lt; / Urlrewrite & gt;  

Any ideas on how to get rid of this error?

Change from 3.0 to 3.2

   

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -