https://issues.apache.org/bugzilla/show_bug.cgi?id=51588

             Bug #: 51588
           Summary: Change access modifiers in AccessLogValve to make it
                    easier to extend
           Product: Tomcat 6
           Version: 6.0.32
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalina
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


I'm adding some fields to a subclass of
org.apache.catalina.valves.AccessLogValve but createLogElements() is the
closest extension point available. Rather than reimplement the functionality
there it would be preferable if both of the createAccessLogElement() methods
were protected rather than private then it's a simple method of matching the
char you want to use and falling back to super.createAccessLogElement().

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to