Open GoogleCodeExporter opened 9 years ago
Recently debugged the issue with Tuckey 4.0.3. Indeed, override of
`RewriteRule#initialize(ServletContext)` seems to be completely useless.
Furthermore, according to the documentation `init(ServletConfig)` "will be run
at when creating [...] an instance" ([1], section <class-rule>). This is
obviously wrong. Instead, as mention by @Nathan, the `init(ServletContext)`
will be called (note the different attributes).
Please fix the documentation.
[1] http://tuckey.org/urlrewrite/manual/4.0/index.html#configuration
Original comment by dmitri.w...@gmail.com
on 25 Jun 2014 at 4:26
Original issue reported on code.google.com by
nathan.m...@gmail.com
on 3 Apr 2013 at 9:56