https://bz.apache.org/bugzilla/show_bug.cgi?id=62297

            Bug ID: 62297
           Summary: Add support for multiple hosts/contexts in
                    CrawlerSessionManagerValve
           Product: Tomcat 9
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: felix.schumac...@internetallee.de
  Target Milestone: -----

Created attachment 35867
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35867&action=edit
Support multiple hosts in one CrawlerSessionManagerValve

When the Crawler valve is set up for multiple hosts like in

 <Engine>
  <Host name="localhost" ... />
  <Host name="example.invalid" ... />
  <Valve className="org.apache.catalina.valves.CrawlerSessionManagerValve" />
 </Engine>

it is only managing the sessions for "localhost" as it is using the client ip
as the only key.

See
https://lists.apache.org/thread.html/3eb73d69855586717fa29ec5527ca4efdf64b4465425bc8c38c8ff83@%3Cusers.tomcat.apache.org%3E
for more information

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to