[Bug 59115] Part#getSubmittedFileName doesn't work corretly with double quotes in filenames.

2016-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59115 --- Comment #9 from Marco --- This option is in all Internet Explorer Version (8,9,10,11) for local and trusted networks present. The entry name is " Include local directory path when uploading files to a server". This

Re: Buffer overflow in jk_connect.c::nb_connect

2016-07-19 Thread Rainer Jung
Am 19.07.2016 um 00:20 schrieb Christopher Schultz: On 7/18/16 5:48 PM, Rainer Jung wrote: Am 18.07.2016 um 17:02 schrieb Christopher Schultz: All, Michael Deiner found a buffer overflow in the call to FD_SET macro on line 291 of jk_connect.c: 280> do { 281>rc = connect(sd, (const

[Bug 59115] Part#getSubmittedFileName doesn't work corretly with double quotes in filenames.

2016-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59115 --- Comment #8 from Konstantin Kolinko --- Sending full file path is a rather odd and insecure behaviour. Is this IE 11 not up-to-date, or does this behaviour depend on its security settings (e.g. server being in

Re: [Tomcat Wiki] Update of "FrontPage" by KonstantinKolinko

2016-07-19 Thread Konstantin Kolinko
2016-07-19 15:08 GMT+03:00 Mark Thomas : > On 19/07/2016 13:57, Apache Wiki wrote: >> Dear Wiki user, >> >> You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for >> change notification. >> >> The "FrontPage" page has been changed by KonstantinKolinko: >>

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2016-07-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff=41=42 Comment: Add link to RFC 6266 === Related

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2016-07-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff=40=41 Comment: Add link to Cookies RFC. === Related

Re: [Tomcat Wiki] Update of "FrontPage" by KonstantinKolinko

2016-07-19 Thread Mark Thomas
On 19/07/2016 13:57, Apache Wiki wrote: > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for > change notification. > > The "FrontPage" page has been changed by KonstantinKolinko: > https://wiki.apache.org/tomcat/FrontPage?action=diff=38=39 > >

[Tomcat Wiki] Update of "FrontPage" by KonstantinKolinko

2016-07-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FrontPage?action=diff=38=39 Comment: Use HTTPS url for the image, so that Firefox (47.0.1)

svn commit: r1753366 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/rewrite/ResolverImpl.java webapps/docs/changelog.xml

2016-07-19 Thread remm
Author: remm Date: Tue Jul 19 11:28:17 2016 New Revision: 1753366 URL: http://svn.apache.org/viewvc?rev=1753366=rev Log: Compatibility with rewrite from httpd for non existing headers Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1753365 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/valves/rewrite/ResolverImpl.java webapps/docs/changelog.xml

2016-07-19 Thread remm
Author: remm Date: Tue Jul 19 11:25:19 2016 New Revision: 1753365 URL: http://svn.apache.org/viewvc?rev=1753365=rev Log: Compatibility with rewrite from httpd for non existing headers Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1753363 - in /tomcat/trunk: java/org/apache/catalina/valves/rewrite/ResolverImpl.java webapps/docs/changelog.xml

2016-07-19 Thread remm
Author: remm Date: Tue Jul 19 11:20:34 2016 New Revision: 1753363 URL: http://svn.apache.org/viewvc?rev=1753363=rev Log: Cleanup. Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/ResolverImpl.java tomcat/trunk/webapps/docs/changelog.xml Modified:

[Bug 59115] Part#getSubmittedFileName doesn't work corretly with double quotes in filenames.

2016-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59115 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1753358 - /tomcat/trunk/java/org/apache/catalina/valves/rewrite/ResolverImpl.java

2016-07-19 Thread jfclere
Author: jfclere Date: Tue Jul 19 09:39:07 2016 New Revision: 1753358 URL: http://svn.apache.org/viewvc?rev=1753358=rev Log: It is possible to test for null but for "". So: RewriteCond %{HTTP:proxy} .+ RewriteRule .* - [F] Now works lik in mod_rewrite. Modified:

[Bug 59868] HTMLManager's output of host name and IP address is misleading

2016-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59868 --- Comment #9 from Remy Maucherat --- I wasn't fine with changing the output to something like request.getLocalName(). I am fine with a clarification but it did seem intuitive enough at this point. -- You are receiving this