[JBoss-user] [Security JAAS/JBoss] - Re: Is SSL encryption available for JAAS?

2005-02-10 Thread paszti
Thank you fo your reply. My client configaration: other { | org.jboss.security.ClientLoginModule required; | }; The CallbackHandler I use sets only the username. As a password sends an empty char array. Server configaration: application-policy name=example1 | authentication

[JBoss-user] [Security JAAS/JBoss] - Is SSL encryption available for JAAS?

2005-02-09 Thread paszti
Hi Everybody, I use JAAS on both the client and the server side. In the client configuration there is a ClientLoginModule. The server side use a Krb5LoginModule that authenticate against Active Directory. The Kerberos login module on the server use a keytab for authentication and the client

[JBoss-user] [Persistence CMP/JBoss] - Re: Foreign key referencing not the primary key

2004-06-02 Thread paszti
Thank you for your reply. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837247#3837247 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837247 --- This SF.Net email is

[JBoss-user] [HTTPD, Servlets JSP] - Filtering JSP page failed

2004-05-19 Thread paszti
Hi all! I use JBoss 3.2.3. I'd like to write a filter that removes the new lines from the result of a JSP page. Found an excelent article concerning this topic ( http://www-106.ibm.com/developerworks/java/library/j-tomcat/?openl=101,t=grj,p=TomcatTricks). The filter code is really simple:

[JBoss-user] [Security JAAS/JBoss] - isUserInRole and non secured pages

2004-05-13 Thread paszti
Hi all, I use the 3.2.3 release. In my web application there are some secured and non secured pages. I experienced that the request.isUserInRole() function doesn't work if there is a forwarding from a secured jsp page to a public one. I made a little example based on the jaas howto tutorial:

[JBoss-user] [HTTPD, Servlets JSP] - Re: error-page and Internet Explorer

2004-04-15 Thread paszti
Thank you very much for your reply. It works now. My error page contained only the three digit HTTP status code before. Paszti View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830787#3830787 Reply to the post : http://www.jboss.org/index.html?module=bbop

[JBoss-user] [HTTPD, Servlets JSP] - error-page and Internet Explorer

2004-04-14 Thread paszti
Friendly HTTP error messages setting is checked. This is very unpleasant because this setting is checked by default after the setup. Is there a way to make the Explorer show the error page regardless of this browser setting. Thanks in advance Paszti View the original post : http://www.jboss.org

[JBoss-user] [Persistence CMP/JBoss] - Why MIN/MAX functions work only on numbers?

2004-03-26 Thread paszti
Hi all! I use PostgreSQL and JBoss 3.2.3. I'd like to perform a JBoss ql select that search the maximum value of a timestamp typed column. This fails because I get a find exception reporting me that the current timestamp value is a Bad double. Do the newly introduced aggregate functions work

[JBoss-user] [Persistence CMP/JBoss] - UCASE and accented characters

2004-03-15 Thread paszti
Hi all, Has any of you tried the UCASE function with accented characters? Recently I had to use the 'UCASE' function in my jboss queries and I was surprised to find that the anonymous wrote : UCASE('') = '' expression used in the WHERE condition resulted FALSE, whereas anonymous wrote :