Re: Typo on Which Version? page?

2021-11-04 Thread Mark Thomas
On 04/11/2021 14:31, Christopher Schultz wrote: All, I was just looking at the Which Version? page and I may have missed something: do we support "JASIC" or "JASPIC"? JASPIC. Or is it "Jakarta Authentication," now? It is. We probably need to figure out a way to list the old and new spec

Re: Typo on Tomcat web site

2021-10-15 Thread Mark Thomas
On 15/10/2021 16:18, Emmanuel Lecharny wrote: Hi ! you have announced Tomcat 8.5.72 last week, but the title contains a typo, it tells "Tomcat 8.6.72 announced". Thanks ! Fixed. Thanks for reporting. Mark - To unsubscribe,

Re: Typo on monitoring.html

2016-12-06 Thread Felix Schumacher
Am 06.12.2016 um 18:09 schrieb Emmanuel Bourg: Hi, There is a typo on the monitoring.html pages, "Ichinga" should be replaced by "Icinga". Fixed. Thanks Felix Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.

Re: typo in javadoc: UriUtil?

2016-10-23 Thread Violeta Georgieva
Hi, 2016-10-23 11:05 GMT+03:00 Romain Manni-Bucau : > > Hi guys, > > second war: should be jar: in > https://github.com/apache/tomcat/blob/trunk/java/org/apache/tomcat/util/buf/UriUtil.java#L134 > I think, no? Thanks for the report. The fix will be in the next release. Regards, Violeta > > Roma

Re: Typo

2013-03-20 Thread Violeta Georgieva
2013/3/20 Ognjen Blagojevic wrote: > Hi, > > http://tomcat.apache.org/tomcat-7.0-doc/config/http.html > > "restrictedUserAgents" -> "The value is a regular expression (using > java.util.regex) *matching matching* ..." Thank you for the report. The fixed documentation will be available with the nex

Re: typo in catalina.sh

2010-12-09 Thread Henri Gomez
2010/12/9 Mark Thomas : > On 09/12/2010 13:37, Henri Gomez wrote: >> Hi to all, >> >> I think there is a typo in catalina.sh : >> >> -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ >> >> Shouldn't it be : >> >> -Djava.security.policy="$CATALINA_BASE"/conf/catalina.policy \ > > No. =

Re: typo in catalina.sh

2010-12-09 Thread Mark Thomas
On 09/12/2010 13:37, Henri Gomez wrote: > Hi to all, > > I think there is a typo in catalina.sh : > > -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ > > Shouldn't it be : > > -Djava.security.policy="$CATALINA_BASE"/conf/catalina.policy \ No. == is correct. Mark -