Re: How to use Jasper to Parse JSP

2015-02-03 Thread t-zhang
Dear Christopher > What do you want your checker to do? Anything more than make sure that > the JSP will compile? Yes, I need a source code analyzer. Which one will not only make sure that the JSP will compile. Best Regards On Thu, 29 Jan 2015 10:34:23 -0500 Christopher Schultz wrote: > -

Re: Tomcat 8

2015-02-03 Thread 別所辰哉
2015-02-03 20:44 GMT+09:00 Konstantin Kolinko : > > 2015-02-03 14:13 GMT+03:00 Vadzim Radchykau : > > > > 1. Attached file stack.txt > > 2. version 8.0.18 > > > > 2015-02-03 14:01 GMT+03:00 Konstantin Kolinko : > >> > >> 2015-02-03 12:44 GMT+03:00 Vadzim Radchykau : > >> > Hello, everybody! I have

RE: How to add PROPPATCH to webdav supported app

2015-02-03 Thread Caldarale, Charles R
> From: manish.m.pa...@kp.org [mailto:manish.m.pa...@kp.org] > Subject: How to add PROPPATCH to webdav supported app > HTTP method: PROPPATCH > Reference: WebDav is bundle with Apache Tomcat 8.0* > If my web application "myWebAppUsingWebDav" uses WebdavServlet, how to > configure myWebAppUsin

Re: Does CVE-2014-8157 affect tomcat?

2015-02-03 Thread nakagawa....@gmail.com
Relieved to know that. Thank you Mark! Mai Nakagawa On Tue, Feb 3, 2015 at 6:26 PM, Mark Thomas wrote: > On 03/02/2015 09:15, nakagawa@gmail.com wrote: > > Hi there, > > > > Does CVE-2014-8157 affect tomcat? The security vulnerability was found in > > the way JasPer decoded JPEG 2000 as fol

How to add PROPPATCH to webdav supported app

2015-02-03 Thread Manish . M . Patel
Hi Users: HTTP method: PROPPATCH Reference: WebDav is bundle with Apache Tomcat 8.0* If my web application "myWebAppUsingWebDav" uses WebdavServlet, how to configure myWebAppUsingWebDav so that it accepts PROPATCH request? Thanks! Manish

Re: Session being dropped in Virtual Host in 8.0.9

2015-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rory, On 2/3/15 6:04 AM, Rory Kelly wrote: > Sorry for the late reply, I wound up working from home yesterday, > and access to the server was less than ideal I'm just gonna dump > the Headers from the login get, through to when it dumps me back > ou

Re: Tomcat 8.0.15 - error using Web Services

2015-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2/2/15 6:10 PM, Marina F wrote: > Hi Mark, > > I installed Tomcat 8.0.18 and I am still seeing the same error. > > I am wondering if you have any suggestions? Mark had a suggestion back on 10 January when you posted this question initially. C

RE: Session being dropped in Virtual Host in 8.0.9

2015-02-03 Thread Rory Kelly
Hi Konstantin, >1) Does the above Location header names the same web site? If you are >redirected to a different site, the browser will use a different set of >cookies for it (as you >Set-Cookie headers do not set domain for the >cookie, and thus it is limited to a single site). Yeah, it's all co

Re: Session being dropped in Virtual Host in 8.0.9

2015-02-03 Thread Konstantin Kolinko
2015-02-03 14:04 GMT+03:00 Rory Kelly : > Hi Chris, > > Sorry for the late reply, I wound up working from home yesterday, and access > to the server was less than ideal > I'm just gonna dump the Headers from the login get, through to when it dumps > me back out at the login. > > #response > HTTP/1

Re: Tomcat 8

2015-02-03 Thread Konstantin Kolinko
2015-02-03 14:13 GMT+03:00 Vadzim Radchykau : > > 1. Attached file stack.txt > 2. version 8.0.18 > > 2015-02-03 14:01 GMT+03:00 Konstantin Kolinko : >> >> 2015-02-03 12:44 GMT+03:00 Vadzim Radchykau : >> > Hello, everybody! I have a question about context config in Tomcat 8. I >> > migrating projec

Re: JDBC authentication problem

2015-02-03 Thread Konstantin Kolinko
2015-02-03 14:29 GMT+03:00 Luc DALLEMANE : > Hi, > > Thanks for the reply, I tried to add the options you told me about > (testWhileIdle, timeBetweenEvictionRunsMillis, and maxConnLifetimeMillis), > but I'm still unable to log after un hour ... Do you have validationQuery configured? testOnBorr

RE: JDBC authentication problem

2015-02-03 Thread Luc DALLEMANE
Hi, Thanks for the reply, I tried to add the options you told me about (testWhileIdle, timeBetweenEvictionRunsMillis, and maxConnLifetimeMillis), but I'm still unable to log after un hour ... I'm having this problem for 2 weeks and still unable to find a way to go around this problem... I th

Re: Tomcat 8

2015-02-03 Thread Vadzim Radchykau
1. Attached file stack.txt 2. version 8.0.18 2015-02-03 14:01 GMT+03:00 Konstantin Kolinko : > 2015-02-03 12:44 GMT+03:00 Vadzim Radchykau : > > Hello, everybody! I have a question about context config in Tomcat 8. I > > migrating project from Tomcat 7 to 8 and have unusual problem: if nothing >

RE: Session being dropped in Virtual Host in 8.0.9

2015-02-03 Thread Rory Kelly
Hi Chris, Sorry for the late reply, I wound up working from home yesterday, and access to the server was less than ideal I'm just gonna dump the Headers from the login get, through to when it dumps me back out at the login. ##Login #request POST /login HTTP/1.1redacted.site.io User-Agent: Mozill

Re: Tomcat 8

2015-02-03 Thread Konstantin Kolinko
2015-02-03 12:44 GMT+03:00 Vadzim Radchykau : > Hello, everybody! I have a question about context config in Tomcat 8. I > migrating project from Tomcat 7 to 8 and have unusual problem: if nothing > change in cofig I catched an error: > "2015-02-03 12:05:48,310 FIRST_ADMIN ERROR web.context.ContextL

Tomcat 8

2015-02-03 Thread Vadzim Radchykau
Hello, everybody! I have a question about context config in Tomcat 8. I migrating project from Tomcat 7 to 8 and have unusual problem: if nothing change in cofig I catched an error: "2015-02-03 12:05:48,310 FIRST_ADMIN ERROR web.context.ContextLoader:331 -> Context initialization failed org.spring

Re: Does CVE-2014-8157 affect tomcat?

2015-02-03 Thread Mark Thomas
On 03/02/2015 09:15, nakagawa@gmail.com wrote: > Hi there, > > Does CVE-2014-8157 affect tomcat? The security vulnerability was found in > the way JasPer decoded JPEG 2000 as follows: > https://bugzilla.redhat.com/show_bug.cgi?id=1179282 > > I know tomcat bundles jasper, so I want to know if

Does CVE-2014-8157 affect tomcat?

2015-02-03 Thread nakagawa....@gmail.com
Hi there, Does CVE-2014-8157 affect tomcat? The security vulnerability was found in the way JasPer decoded JPEG 2000 as follows: https://bugzilla.redhat.com/show_bug.cgi?id=1179282 I know tomcat bundles jasper, so I want to know if the vulnerability affects tomcat. Cheers, Mai Nakagawa