Major Minor Version issue when using jersey 2.9 with tomcat7 + java8

2014-06-15 Thread Seshumadhav Chaturvedula
Resending previous email in plain text: We have a maven project to develop a jersey 2.0 REST service, on Eclipse (kepler)           org.glassfish.jersey.containers       jersey-container-servlet-core       2.9.1     In conjunction with: - java8 - tomcat7 When deploying the web application (us

Re: Versioning issue when using jersey 2.9 with tomcat7 + java8

2014-06-15 Thread Seshumadhav Chaturvedula
We have a maven project to develop a jersey 2.0 REST service, on Eclipse (kepler)           org.glassfish.jersey.containers       jersey-container-servlet-core       2.9.1     In conjunction with: - java8 - tomcat7 When deploying the web application (using `$ mvn install && mvn -X tomcat7

Re: Two Way authentication - Urgent Help

2014-06-15 Thread Dino Ciuffetti
Already imported your client.p12 into firefox? http://www.utexas.edu/its/help/user-certs/817 Il 16/giu/2014 00:22 Grip In ha scritto: > > Getting > > An error occurred during a connection to localhost:8443. > SSL peer cannot verify your certificate. > (Error code: ssl_error_bad_cert_alert) >

Two Way authentication - Urgent Help

2014-06-15 Thread Grip In
Getting An error occurred during a connection to localhost:8443. SSL peer cannot verify your certificate. (Error code: ssl_error_bad_cert_alert) In firefox on windows 7 with tomcat 7 Here is what I did as per http://tomcat.10.x6.nabble.com/tomcat-mutual-authentication-doesn-t-work-td2133404.htm

Re: Decoded URL set on asynchronous request

2014-06-15 Thread Konstantin Kolinko
2014-06-09 17:38 GMT+04:00 Konstantin Kolinko : > > (...) > > Servlet API javadocs: > http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html > > It does not mention explicitly whether getRequestURL() returns a > non-decoded or decoded URL, > > but as our implementation in o.