https://issues.apache.org/bugzilla/show_bug.cgi?id=56764
Christopher Schultz <ch...@christopherschultz.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INVALID --- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> --- (In reply to rstoyanchev from comment #2) > Is the order respected? > > They appear to be stored in a HashMap: > https://github.com/apache/tomcat/blob/trunk/java/org/apache/catalina/core/ > StandardContext.java#L398 I think you mean http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/StandardContext.java?view=markup#l394 If you read more than the line with the "HashMap" mentioned on it, you'd see that, immediately below that is a declaration for the Filter mappings. Read the javadoc for that. Don't just guess at how things work and file a bug. If you think you've found a bug, write a test case that proves the bug exists. Code inspection (especially an incomplete one) is not a good way to guess what bugs exist. -- 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