Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making the classes final makes extending impossible #13

Closed
GoogleCodeExporter opened this issue Mar 17, 2015 · 1 comment
Closed

Making the classes final makes extending impossible #13

GoogleCodeExporter opened this issue Mar 17, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Make the  all the classes non-final as far as possible. 

I wish to extend UrlRewriterFilter by having a custom configuration syntax.
If the Conf class is not final I could have plugged in my own COnf easily.

Even better , I wish that loadDom and processConfDoc as protected so that I
ca easily plugin my custom syntax into the same xml


Original issue reported on code.google.com by noble.p...@gmail.com on 5 May 2008 at 9:39

@GoogleCodeExporter
Copy link
Author

Conf is now no longer final and loadDom, processConfDoc and loadModRewriteStyle 
have
been made protected.  This will be in 3.2.0.

Original comment by tuc...@gmail.com on 30 Jun 2008 at 3:57

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant