Re: backslash URL encoding

2013-05-09 Thread Daniel Mikusa
On May 9, 2013, at 11:05 AM, Lutischán Ferenc wrote: > Dear Dan, > > Thanks for your suggestion. > I tried it, but it didn't work for me (Tomcat started with parameter: > -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true). > In my tomcat log: > 127.0.0.1 - - [09/May/2013:15:34:54 +0

Re: Problem with tomcat installation

2013-05-09 Thread Mark Eggers
On 5/9/2013 10:45 AM, Krishan Chandak wrote: Hi, We had xampp on linux running on port 8080 and IBM WAS running on port 80. We installed tomcat on port 8181. Purppose of installing tomcat was to migrate from WAS to tomcat. Once the tomcat stabilizes, we will close the WAS and will make port 81

Re: Problem with tomcat installation

2013-05-09 Thread Krishan Chandak
Hi, > > We had xampp on linux running on port 8080 and IBM WAS running on port 80. > We installed tomcat on port 8181. Purppose of installing tomcat was to > migrate from WAS to tomcat. Once the tomcat stabilizes, we will close the > WAS and will make port 8181 to 80. > > After installing successf

RE: Tomcat thread dump analysis

2013-05-09 Thread Jeffrey Janner
> -Original Message- > From: Charles Richard [mailto:charle...@thelearningbar.com] > Sent: Thursday, May 09, 2013 7:03 AM > To: Tomcat Users List > Subject: Re: Tomcat thread dump analysis > > On Wed, May 8, 2013 at 6:16 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >

Re: backslash URL encoding

2013-05-09 Thread Lutischán Ferenc
Dear Dan, Thanks for your suggestion. I tried it, but it didn't work for me (Tomcat started with parameter: -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true). In my tomcat log: 127.0.0.1 - - [09/May/2013:15:34:54 +0200] "GET /angol-magyar-szotar/w%5C HTTP/1.1" 400 - Regards,

Re: Catalina.policy java.security.AllPermission

2013-05-09 Thread Konstantin Kolinko
2013/5/9 Alejandro Garcia : > Thanks! > > It is because I am run my app in a Web Hosting that runs with SM enable. > (...) SM can protect you from running webapps that you do not know or do not trust. It cannot protect a web hoster from you (or from someone else who uses a password that was stole

Re: Tomcat thread dump analysis

2013-05-09 Thread Charles Richard
On Wed, May 8, 2013 at 6:16 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Charles, > > On 5/8/13 1:57 PM, Charles Richard wrote: > > I appreciate the friendly feedback! How do I show a lock? I don't > > see any threads that h

Re: Catalina.policy java.security.AllPermission

2013-05-09 Thread André Warnier
Alejandro Garcia wrote: Thanks! It is because I am run my app in a Web Hosting that runs with SM enable. Please do not top-post (http://en.wikipedia.org/wiki/Posting_style). On this list, use "bottom-posting" or "inline posting". It makes it much easier to follow the conversation without havi

Re: Catalina.policy java.security.AllPermission

2013-05-09 Thread André Warnier
chris derham wrote: Maybe the first question should be : why do you want to run this with the Security Manager ? As far as I understand this, the SM only really helps, if otherwise unsecure applications can be deployed within your JVM. Is that the case, or do you know and control all the applica

Re: Catalina.policy java.security.AllPermission

2013-05-09 Thread Alejandro Garcia
Thanks! It is because I am run my app in a Web Hosting that runs with SM enable. --- Mensaje Original --- Desde: "André Warnier" Enviado: 9 de mayo de 2013 04:46 Para: "Tomcat Users List" Asunto: Re: Catalina.policy java.security.AllPermission Alejandro Garcia wrote: > Hi, > I have a problem

Re: Catalina.policy java.security.AllPermission

2013-05-09 Thread chris derham
> Maybe the first question should be : why do you want to run this with the > Security Manager ? > As far as I understand this, the SM only really helps, if otherwise unsecure > applications can be deployed within your JVM. Is that the case, or do you > know and control all the applications from t

Re: Catalina.policy java.security.AllPermission

2013-05-09 Thread André Warnier
Alejandro Garcia wrote: Hi, I have a problem with the Catalina’s security manager. We are using Tomcat 6, with JDK 6 and JSF 2.1 with Spring, JPA and ICEFaces. My app works very well when I run my app with the security manager disable. The problem presents when I enable the security manager of