Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/valve accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp valves.jsp

2004-10-17 Thread Remy Maucherat
[EMAIL PROTECTED] wrote:
billbarker2004/10/17 23:37:57
 


 Log:
 Remove DefaultContext.
 

Providing management for the new default context won't be hard: we would 
need to instantiate it as a normal StdContext, and register it in JMX 
with a special name. Maybe in the createMBeans stuff that is used by the 
admin webapp. This can be done for both the per-host default context, 
and for the global one.

I think this would work out very well.
Rémy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-5 build.properties.default

2004-10-17 Thread billbarker
billbarker2004/10/17 23:45:00

  Modified:.build.properties.default
  Log:
  Update to struts-1.2.4
  
  Revision  ChangesPath
  1.138 +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- build.properties.default  5 Oct 2004 14:01:52 -   1.137
  +++ build.properties.default  18 Oct 2004 06:45:00 -  1.138
  @@ -205,11 +205,11 @@
   nsis.loc=${base-sf.loc}/nsis/nsis20.exe
   
   
  -# - Struts, version 1.1 or later -
  -struts.home=${base.path}/jakarta-struts-1.1
  +# - Struts, version 1.2.4 or later -
  +struts.home=${base.path}/jakarta-struts-1.2.4
   struts.lib=${struts.home}/lib
   struts.jar=${struts.lib}/struts.jar
  -struts.loc=${base-jakarta.loc}/struts/binaries/jakarta-struts-1.1.tar.gz
  +struts.loc=${base-jakarta.loc}/../struts/binaries/jakarta-struts-1.2.4.tar.gz
   
   
   # --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/admin/valve accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp valves.jsp

2004-10-17 Thread billbarker
billbarker2004/10/17 23:37:57

  Modified:webapps/admin/WEB-INF struts-config.xml
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin
CommitChangesAction.java DumpRegistryAction.java
DumpServerAction.java LogOutAction.java
SetLocaleAction.java SetUpTreeAction.java
TomcatTreeBuilder.java TreeControlTag.java
TreeControlTestAction.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector
AddConnectorAction.java DeleteConnectorAction.java
DeleteConnectorsAction.java
EditConnectorAction.java SaveConnectorAction.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context
AddContextAction.java DeleteContextAction.java
DeleteContextsAction.java EditContextAction.java
SaveContextAction.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host
AddAliasAction.java AddHostAction.java
DeleteAliasAction.java DeleteAliasesAction.java
DeleteHostAction.java DeleteHostsAction.java
EditHostAction.java SaveAliasAction.java
SaveHostAction.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/realm
AddRealmAction.java DeleteRealmAction.java
DeleteRealmsAction.java EditRealmAction.java
SaveDataSourceRealmAction.java
SaveJDBCRealmAction.java SaveJNDIRealmAction.java
SaveMemoryRealmAction.java
SaveUserDatabaseRealmAction.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources
DeleteDataSourcesAction.java
DeleteEnvEntriesAction.java
DeleteMailSessionsAction.java
DeleteResourceLinksAction.java
DeleteUserDatabasesAction.java
ListDataSourcesAction.java
ListEnvEntriesAction.java
ListMailSessionsAction.java
ListResourceLinksAction.java
ListUserDatabasesAction.java
ResourcesTreeBuilder.java SaveDataSourceAction.java
SaveEnvEntryAction.java SaveMailSessionAction.java
SaveResourceLinkAction.java
SaveUserDatabaseAction.java
SetUpDataSourceAction.java SetUpEnvEntryAction.java
SetUpMailSessionAction.java
SetUpResourceLinkAction.java
SetUpUserDatabaseAction.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/server
EditServerAction.java SaveServerAction.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service
AddServiceAction.java DeleteServiceAction.java
DeleteServicesAction.java EditServiceAction.java
SaveServiceAction.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users
DeleteGroupsAction.java DeleteRolesAction.java
DeleteUsersAction.java GroupForm.java
ListGroupsAction.java ListRolesAction.java
ListUsersAction.java SaveGroupAction.java
SaveRoleAction.java SaveUserAction.java
SetUpGroupAction.java SetUpRoleAction.java
SetUpUserAction.java UserForm.java
UsersTreeBuilder.java
   webapps/admin/WEB-INF/classes/org/apache/webapp/admin/valve
AddValveAction.java DeleteValveAction.java
DeleteValvesAction.java EditValveAction.java
SaveAccessLogValveAction.java
SaveRemoteAddrValveAction.java
SaveRemoteHostValveAction.java
SaveRequestDumperValveAction.java
SaveSingleSignOnValveAction.java ValveUtil.java
   webapps/admin/connector connector.jsp connectors.jsp
   webapps/admin/context context.jsp contexts.jsp
   webapps/admin/host host.jsp hosts.jsp
   webapps/admin/realm dataSourceRealm.jsp jdbcRealm.jsp
jndiRealm.jsp memoryRealm.jsp realms.jsp
userDatabaseRealm.jsp
   webapps/admin/resources dataSource.jsp dataSources.jspf
envEntries.jspf envEntry.jsp listDataSources.jspf
listEnvEntries

DO NOT REPLY [Bug 31753] New: - inconsistency in #authenticate(Connection, ...) for JDBCRealm and DataSourceRealm

2004-10-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31753

inconsistency in #authenticate(Connection, ...) for JDBCRealm and DataSourceRealm

   Summary: inconsistency in #authenticate(Connection, ...) for
JDBCRealm and DataSourceRealm
   Product: Tomcat 5
   Version: Nightly Build
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I couldn't help noticing the inconsistency in #authenticate(Connection, String, 
String) for JDBCRealm and DataSourceRealm.

- Getting dbCredentials
JDBCRealm:
  if (rs.next()) {
dbCredentials = rs.getString(1);
  }

DataSourceRealm:
  while (rs.next()) {
dbCredentials = rs.getString(1);
  }

- Getting roles
JDBCRealm:
  while (rs.next()) {
String role = rs.getString(1);
if (null!=role) {
  roleList.add(role.trim());
}
  }

DataSourceRealm:
  while (rs.next()) {
list.add(rs.getString(1).trim());
  }

I think the JDBCRealm approach is better in both cases.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Respuesta de En Plenitud, por favor, lea con atención

2004-10-17 Thread [EMAIL PROTECTED]
Bienvenido a En Plenitud !!

Si usted nos envió TODOS los datos necearios para la inscripción, en breve recibirá
la confirmación de que ya puede disfrutar de todos nuestros servicios ingresando los 
datos de identificación (nombre de usuario y contraseña) que nos enviara.

Si usted NO no nos envió todos los datos requeridos, por favor hágalo sin omitir 
ninguno pues no podremos registrarlo sin ellos:

Nombre:
Apellido:
Dirección de email:
Nombre de usuario que desea utilizar:
Contraseña que desea utilizar:
País de residencia:
Ciudad de residencia:
Fecha de nacimiento:
Estado civil:
Profesión:

Sobre todo, no olvide incluir (además del resto de los datos) el nombre de usuario y 
la contraseña que desea utilizar.

Los mismos son elegidos por usted, y no asignados por nosotros.

Tenga en cuenta que:

1- No pueden existir dos personas con el mismo nombre de usuario (sería el equivalente 
de dos personas con el mismo pasaporte).

Si este fue el motivo por el que no pudo registrarse, de nada vale que nos escriba 
para que lo inscribamos con un nombre de usuario que ya está en uso, porque nosotros 
tampoco podemos hacerlo.

Por favor, vuelva a inscribirse eligiendo otro nombre de usuario (agergándole una 
cifra, o un guión intermedio, por ejemplo; Juan2003 en lugar de Juan).

2- La contraseña solo puede incluir letras y números, y no otros signos ni espacios 
intermedios.

Esperando poder serle de ayuda y que disfrute todas las ventajas de ser miembro de 
esta comunidad, le saluda cordialmente

Equipo de En Plenitud
www.enplenitud.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DataSourceRealm + DIGEST authentication

2004-10-17 Thread Shinobu Kawai

Hi all,

I'm making a DataSourceRealm that works with DIGEST authentication.  I'm
planning to achieve this by extending DataSourceRealm and implementing
getPassword() and getPrincipal().  I would like to reuse the
credentials(Connection, String) and roles(Connection, String) methods,
but they are private.  Is is possible to make these methods protected?
Or, is there a better way to achieve this?

Relative bugzilla issues:
http://issues.apache.org/bugzilla/show_bug.cgi?id=19767
http://issues.apache.org/bugzilla/show_bug.cgi?id=29048

TIA.

Best regards,
-- Shinobu Kawai

--
Shinobu Kawai <[EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



HSBC BANK A.S.

2004-10-17 Thread Information



Degerli Musterimiz,

Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine
ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en
kisa surede cevaplayabilmemiz icin asagıdaki kanallardan birini tercih
ederek iletmenizi rica ederiz.

Saygilarimizla
HSBC Bank A.S.

E-Posta:
www.hsbc.com.tr HSBC Bank Web Sitesi "Bize Ulasın" sayfasi veya HSBC
Internet Bankaciligi hizmeti "E-Posta" sayfasi

Telefon:
HSBC Bank Musteri Memnuniyeti Hatti 444 0 114

Mektup&Faks:
HSBC Bireysel Direkt Bankacilik-Müsteri İletisim Birimi
Adres: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - İSTANBUL
Faks: +90 (212) 336 26 37






Dear Sir/Madam,

Messages that are sent to this e-mail address do not reach the relevant
department. Therefore, we kindly ask you to forward your satisfactions,
suggestions and complaints from one of the following channels in order
for us to respond promptly.

Best Regards
HSBC Bank A.S.


E-Mail:
The "Contact Us" page at www.hsbc.com.tr HSBC Bank Web site or "E-Mail"
page at HSBC Retail Internet Banking

Telephone:
HSBC Bank Customer Satisfaction Line +90 (212) 444 0 114

Letter & Fax:
HSBC Retail Direct Banking-Customer Communication Unit
Address: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - ISTANBUL
Fax: +90 (212) 336 26 37


Bu E-posta mesajı gizlidir. Ayrıca hukuken de gizli olabilir.
Mesajın gönderilmek istendiği kişi siz değilseniz hiçbir kısmını
kopyalayamaz, başkasına gönderemez, başkasına açıklayamaz veya
kullanamazsınız. Eğer bu mesaj size yanlışlıkla ulaşmışsa, lütfen
mesajı ve tüm kopyalarını sisteminizden silin ve gönderen kişiyi
E-posta yolu ile bilgilendirin.

İnternet iletişiminde zamanında, güvenli, hatasız ya da virüssüz
gönderim garanti edilemez.
Gönderen taraf hata veya unutmalardan sorumluluk kabul etmez.

This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free.
The sender does not accept liability for any errors or omissions.


(Embedded image moved to file: pic04179.pcx)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

HSBC BANK A.S.

2004-10-17 Thread Information



Degerli Musterimiz,

Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine
ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en
kisa surede cevaplayabilmemiz icin asagıdaki kanallardan birini tercih
ederek iletmenizi rica ederiz.

Saygilarimizla
HSBC Bank A.S.

E-Posta:
www.hsbc.com.tr HSBC Bank Web Sitesi "Bize Ulasın" sayfasi veya HSBC
Internet Bankaciligi hizmeti "E-Posta" sayfasi

Telefon:
HSBC Bank Musteri Memnuniyeti Hatti 444 0 114

Mektup&Faks:
HSBC Bireysel Direkt Bankacilik-Müsteri İletisim Birimi
Adres: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - İSTANBUL
Faks: +90 (212) 336 26 37






Dear Sir/Madam,

Messages that are sent to this e-mail address do not reach the relevant
department. Therefore, we kindly ask you to forward your satisfactions,
suggestions and complaints from one of the following channels in order
for us to respond promptly.

Best Regards
HSBC Bank A.S.


E-Mail:
The "Contact Us" page at www.hsbc.com.tr HSBC Bank Web site or "E-Mail"
page at HSBC Retail Internet Banking

Telephone:
HSBC Bank Customer Satisfaction Line +90 (212) 444 0 114

Letter & Fax:
HSBC Retail Direct Banking-Customer Communication Unit
Address: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - ISTANBUL
Fax: +90 (212) 336 26 37


Bu E-posta mesajı gizlidir. Ayrıca hukuken de gizli olabilir.
Mesajın gönderilmek istendiği kişi siz değilseniz hiçbir kısmını
kopyalayamaz, başkasına gönderemez, başkasına açıklayamaz veya
kullanamazsınız. Eğer bu mesaj size yanlışlıkla ulaşmışsa, lütfen
mesajı ve tüm kopyalarını sisteminizden silin ve gönderen kişiyi
E-posta yolu ile bilgilendirin.

İnternet iletişiminde zamanında, güvenli, hatasız ya da virüssüz
gönderim garanti edilemez.
Gönderen taraf hata veya unutmalardan sorumluluk kabul etmez.

This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free.
The sender does not accept liability for any errors or omissions.


(Embedded image moved to file: pic27579.pcx)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

HSBC BANK A.S.

2004-10-17 Thread Information



Degerli Musterimiz,

Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine
ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en
kisa surede cevaplayabilmemiz icin asagıdaki kanallardan birini tercih
ederek iletmenizi rica ederiz.

Saygilarimizla
HSBC Bank A.S.

E-Posta:
www.hsbc.com.tr HSBC Bank Web Sitesi "Bize Ulasın" sayfasi veya HSBC
Internet Bankaciligi hizmeti "E-Posta" sayfasi

Telefon:
HSBC Bank Musteri Memnuniyeti Hatti 444 0 114

Mektup&Faks:
HSBC Bireysel Direkt Bankacilik-Müsteri İletisim Birimi
Adres: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - İSTANBUL
Faks: +90 (212) 336 26 37






Dear Sir/Madam,

Messages that are sent to this e-mail address do not reach the relevant
department. Therefore, we kindly ask you to forward your satisfactions,
suggestions and complaints from one of the following channels in order
for us to respond promptly.

Best Regards
HSBC Bank A.S.


E-Mail:
The "Contact Us" page at www.hsbc.com.tr HSBC Bank Web site or "E-Mail"
page at HSBC Retail Internet Banking

Telephone:
HSBC Bank Customer Satisfaction Line +90 (212) 444 0 114

Letter & Fax:
HSBC Retail Direct Banking-Customer Communication Unit
Address: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - ISTANBUL
Fax: +90 (212) 336 26 37


Bu E-posta mesajı gizlidir. Ayrıca hukuken de gizli olabilir.
Mesajın gönderilmek istendiği kişi siz değilseniz hiçbir kısmını
kopyalayamaz, başkasına gönderemez, başkasına açıklayamaz veya
kullanamazsınız. Eğer bu mesaj size yanlışlıkla ulaşmışsa, lütfen
mesajı ve tüm kopyalarını sisteminizden silin ve gönderen kişiyi
E-posta yolu ile bilgilendirin.

İnternet iletişiminde zamanında, güvenli, hatasız ya da virüssüz
gönderim garanti edilemez.
Gönderen taraf hata veya unutmalardan sorumluluk kabul etmez.

This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free.
The sender does not accept liability for any errors or omissions.


(Embedded image moved to file: pic02815.pcx)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

HSBC BANK A.S.

2004-10-17 Thread Information



Degerli Musterimiz,

Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine
ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en
kisa surede cevaplayabilmemiz icin asagıdaki kanallardan birini tercih
ederek iletmenizi rica ederiz.

Saygilarimizla
HSBC Bank A.S.

E-Posta:
www.hsbc.com.tr HSBC Bank Web Sitesi "Bize Ulasın" sayfasi veya HSBC
Internet Bankaciligi hizmeti "E-Posta" sayfasi

Telefon:
HSBC Bank Musteri Memnuniyeti Hatti 444 0 114

Mektup&Faks:
HSBC Bireysel Direkt Bankacilik-Müsteri İletisim Birimi
Adres: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - İSTANBUL
Faks: +90 (212) 336 26 37






Dear Sir/Madam,

Messages that are sent to this e-mail address do not reach the relevant
department. Therefore, we kindly ask you to forward your satisfactions,
suggestions and complaints from one of the following channels in order
for us to respond promptly.

Best Regards
HSBC Bank A.S.


E-Mail:
The "Contact Us" page at www.hsbc.com.tr HSBC Bank Web site or "E-Mail"
page at HSBC Retail Internet Banking

Telephone:
HSBC Bank Customer Satisfaction Line +90 (212) 444 0 114

Letter & Fax:
HSBC Retail Direct Banking-Customer Communication Unit
Address: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - ISTANBUL
Fax: +90 (212) 336 26 37


Bu E-posta mesajı gizlidir. Ayrıca hukuken de gizli olabilir.
Mesajın gönderilmek istendiği kişi siz değilseniz hiçbir kısmını
kopyalayamaz, başkasına gönderemez, başkasına açıklayamaz veya
kullanamazsınız. Eğer bu mesaj size yanlışlıkla ulaşmışsa, lütfen
mesajı ve tüm kopyalarını sisteminizden silin ve gönderen kişiyi
E-posta yolu ile bilgilendirin.

İnternet iletişiminde zamanında, güvenli, hatasız ya da virüssüz
gönderim garanti edilemez.
Gönderen taraf hata veya unutmalardan sorumluluk kabul etmez.

This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free.
The sender does not accept liability for any errors or omissions.


(Embedded image moved to file: pic10273.pcx)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

HSBC BANK A.S.

2004-10-17 Thread Information



Degerli Musterimiz,

Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine
ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en
kisa surede cevaplayabilmemiz icin asagıdaki kanallardan birini tercih
ederek iletmenizi rica ederiz.

Saygilarimizla
HSBC Bank A.S.

E-Posta:
www.hsbc.com.tr HSBC Bank Web Sitesi "Bize Ulasın" sayfasi veya HSBC
Internet Bankaciligi hizmeti "E-Posta" sayfasi

Telefon:
HSBC Bank Musteri Memnuniyeti Hatti 444 0 114

Mektup&Faks:
HSBC Bireysel Direkt Bankacilik-Müsteri İletisim Birimi
Adres: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - İSTANBUL
Faks: +90 (212) 336 26 37






Dear Sir/Madam,

Messages that are sent to this e-mail address do not reach the relevant
department. Therefore, we kindly ask you to forward your satisfactions,
suggestions and complaints from one of the following channels in order
for us to respond promptly.

Best Regards
HSBC Bank A.S.


E-Mail:
The "Contact Us" page at www.hsbc.com.tr HSBC Bank Web site or "E-Mail"
page at HSBC Retail Internet Banking

Telephone:
HSBC Bank Customer Satisfaction Line +90 (212) 444 0 114

Letter & Fax:
HSBC Retail Direct Banking-Customer Communication Unit
Address: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - ISTANBUL
Fax: +90 (212) 336 26 37


Bu E-posta mesajı gizlidir. Ayrıca hukuken de gizli olabilir.
Mesajın gönderilmek istendiği kişi siz değilseniz hiçbir kısmını
kopyalayamaz, başkasına gönderemez, başkasına açıklayamaz veya
kullanamazsınız. Eğer bu mesaj size yanlışlıkla ulaşmışsa, lütfen
mesajı ve tüm kopyalarını sisteminizden silin ve gönderen kişiyi
E-posta yolu ile bilgilendirin.

İnternet iletişiminde zamanında, güvenli, hatasız ya da virüssüz
gönderim garanti edilemez.
Gönderen taraf hata veya unutmalardan sorumluluk kabul etmez.

This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free.
The sender does not accept liability for any errors or omissions.


(Embedded image moved to file: pic10193.pcx)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

HSBC BANK A.S.

2004-10-17 Thread Information



Degerli Musterimiz,

Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine
ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en
kisa surede cevaplayabilmemiz icin asagıdaki kanallardan birini tercih
ederek iletmenizi rica ederiz.

Saygilarimizla
HSBC Bank A.S.

E-Posta:
www.hsbc.com.tr HSBC Bank Web Sitesi "Bize Ulasın" sayfasi veya HSBC
Internet Bankaciligi hizmeti "E-Posta" sayfasi

Telefon:
HSBC Bank Musteri Memnuniyeti Hatti 444 0 114

Mektup&Faks:
HSBC Bireysel Direkt Bankacilik-Müsteri İletisim Birimi
Adres: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - İSTANBUL
Faks: +90 (212) 336 26 37






Dear Sir/Madam,

Messages that are sent to this e-mail address do not reach the relevant
department. Therefore, we kindly ask you to forward your satisfactions,
suggestions and complaints from one of the following channels in order
for us to respond promptly.

Best Regards
HSBC Bank A.S.


E-Mail:
The "Contact Us" page at www.hsbc.com.tr HSBC Bank Web site or "E-Mail"
page at HSBC Retail Internet Banking

Telephone:
HSBC Bank Customer Satisfaction Line +90 (212) 444 0 114

Letter & Fax:
HSBC Retail Direct Banking-Customer Communication Unit
Address: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - ISTANBUL
Fax: +90 (212) 336 26 37


Bu E-posta mesajı gizlidir. Ayrıca hukuken de gizli olabilir.
Mesajın gönderilmek istendiği kişi siz değilseniz hiçbir kısmını
kopyalayamaz, başkasına gönderemez, başkasına açıklayamaz veya
kullanamazsınız. Eğer bu mesaj size yanlışlıkla ulaşmışsa, lütfen
mesajı ve tüm kopyalarını sisteminizden silin ve gönderen kişiyi
E-posta yolu ile bilgilendirin.

İnternet iletişiminde zamanında, güvenli, hatasız ya da virüssüz
gönderim garanti edilemez.
Gönderen taraf hata veya unutmalardan sorumluluk kabul etmez.

This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free.
The sender does not accept liability for any errors or omissions.


(Embedded image moved to file: pic30977.pcx)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

HSBC BANK A.S.

2004-10-17 Thread Information



Degerli Musterimiz,

Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine
ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en
kisa surede cevaplayabilmemiz icin asagıdaki kanallardan birini tercih
ederek iletmenizi rica ederiz.

Saygilarimizla
HSBC Bank A.S.

E-Posta:
www.hsbc.com.tr HSBC Bank Web Sitesi "Bize Ulasın" sayfasi veya HSBC
Internet Bankaciligi hizmeti "E-Posta" sayfasi

Telefon:
HSBC Bank Musteri Memnuniyeti Hatti 444 0 114

Mektup&Faks:
HSBC Bireysel Direkt Bankacilik-Müsteri İletisim Birimi
Adres: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - İSTANBUL
Faks: +90 (212) 336 26 37






Dear Sir/Madam,

Messages that are sent to this e-mail address do not reach the relevant
department. Therefore, we kindly ask you to forward your satisfactions,
suggestions and complaints from one of the following channels in order
for us to respond promptly.

Best Regards
HSBC Bank A.S.


E-Mail:
The "Contact Us" page at www.hsbc.com.tr HSBC Bank Web site or "E-Mail"
page at HSBC Retail Internet Banking

Telephone:
HSBC Bank Customer Satisfaction Line +90 (212) 444 0 114

Letter & Fax:
HSBC Retail Direct Banking-Customer Communication Unit
Address: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - ISTANBUL
Fax: +90 (212) 336 26 37


Bu E-posta mesajı gizlidir. Ayrıca hukuken de gizli olabilir.
Mesajın gönderilmek istendiği kişi siz değilseniz hiçbir kısmını
kopyalayamaz, başkasına gönderemez, başkasına açıklayamaz veya
kullanamazsınız. Eğer bu mesaj size yanlışlıkla ulaşmışsa, lütfen
mesajı ve tüm kopyalarını sisteminizden silin ve gönderen kişiyi
E-posta yolu ile bilgilendirin.

İnternet iletişiminde zamanında, güvenli, hatasız ya da virüssüz
gönderim garanti edilemez.
Gönderen taraf hata veya unutmalardan sorumluluk kabul etmez.

This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free.
The sender does not accept liability for any errors or omissions.


(Embedded image moved to file: pic09072.pcx)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

HSBC BANK A.S.

2004-10-17 Thread Information



Degerli Musterimiz,

Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine
ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en
kisa surede cevaplayabilmemiz icin asagıdaki kanallardan birini tercih
ederek iletmenizi rica ederiz.

Saygilarimizla
HSBC Bank A.S.

E-Posta:
www.hsbc.com.tr HSBC Bank Web Sitesi "Bize Ulasın" sayfasi veya HSBC
Internet Bankaciligi hizmeti "E-Posta" sayfasi

Telefon:
HSBC Bank Musteri Memnuniyeti Hatti 444 0 114

Mektup&Faks:
HSBC Bireysel Direkt Bankacilik-Müsteri İletisim Birimi
Adres: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - İSTANBUL
Faks: +90 (212) 336 26 37






Dear Sir/Madam,

Messages that are sent to this e-mail address do not reach the relevant
department. Therefore, we kindly ask you to forward your satisfactions,
suggestions and complaints from one of the following channels in order
for us to respond promptly.

Best Regards
HSBC Bank A.S.


E-Mail:
The "Contact Us" page at www.hsbc.com.tr HSBC Bank Web site or "E-Mail"
page at HSBC Retail Internet Banking

Telephone:
HSBC Bank Customer Satisfaction Line +90 (212) 444 0 114

Letter & Fax:
HSBC Retail Direct Banking-Customer Communication Unit
Address: HSBC Bank A.S, Ayazaga Mah. Ahi Evran Cad. Dereboyu Sok.
Maslak 34398 - ISTANBUL
Fax: +90 (212) 336 26 37


Bu E-posta mesajı gizlidir. Ayrıca hukuken de gizli olabilir.
Mesajın gönderilmek istendiği kişi siz değilseniz hiçbir kısmını
kopyalayamaz, başkasına gönderemez, başkasına açıklayamaz veya
kullanamazsınız. Eğer bu mesaj size yanlışlıkla ulaşmışsa, lütfen
mesajı ve tüm kopyalarını sisteminizden silin ve gönderen kişiyi
E-posta yolu ile bilgilendirin.

İnternet iletişiminde zamanında, güvenli, hatasız ya da virüssüz
gönderim garanti edilemez.
Gönderen taraf hata veya unutmalardan sorumluluk kabul etmez.

This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free.
The sender does not accept liability for any errors or omissions.


(Embedded image moved to file: pic10929.pcx)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Bug report for Watchdog [2004/10/17]

2004-10-17 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|  278|Unc|Nor|2000-12-04|Bug in GetParameterValuesTestServlet.java file Bug|
|  279|Unc|Nor|2000-12-04|Logical Error in GetParameterValuesTestServlet Bug|
|  469|Unc|Nor|2001-01-17|in example-taglib.tld "urn" should be "uri" BugRat|
|  470|Unc|Nor|2001-01-17|FAIL positiveForward.jsp and positiveInclude.jsp B|
| 9634|New|Enh|2002-06-05|No tests exist for ServletContext.getResourcePaths|
|10703|New|Enh|2002-07-11|Need to test getRequestURI after RequestDispatcher|
|11336|New|Enh|2002-07-31|Test wrapped path methods with RD.foward()|
|11663|New|Maj|2002-08-13|JSP precompile tests rely on Jasper specific behav|
|11664|New|Maj|2002-08-13|A sweep is needed of all Watchdog 4.0 tag librarie|
|11665|New|Maj|2002-08-13|ServletToJSPErrorPageTest and ServletToServletErro|
|11666|New|Maj|2002-08-13|SetBufferSize_1TestServlet is invalid.|
|14004|New|Maj|2002-10-28|Incorrent behaviour of all attribute-related lifec|
|15504|New|Nor|2002-12-18|JSP positiveGetValues test relies on order preserv|
|24649|New|Nor|2003-11-12|getRemoteHost fails when agent has uppercase chara|
|29398|New|Nor|2004-06-04|Update site and note current status   |
+-+---+---+--+--+
| Total   15 bugs   |
+---+

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Bug report for Tomcat 4 [2004/10/17]

2004-10-17 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 3614|Opn|Nor|2001-09-14|bug in manager webapp |
| 3839|Opn|Maj|2001-09-26|Problem bookmarking login page|
| 3888|Opn|Blk|2001-09-30|WebappClassLoader: Lifecycle error : CL stopped   |
| 4138|Opn|Nor|2001-10-12|Processor threads have inconsistent ClassLoader st|
| 4663|Opn|Maj|2001-11-05|Broken Pipe under some load   |
| 5329|New|Nor|2001-12-08|NT Service exits startup before Tomcat is finished|
| 5795|New|Enh|2002-01-10|Catalina Shutdown relies on localhost causing prob|
| 5829|New|Enh|2002-01-13|StandardManager needs to cope with sessions throwi|
| 5985|New|Enh|2002-01-23|Tomcat should perform a more restrictive validatio|
| 6229|New|Enh|2002-02-04|Need way to specify where to write catalina.out   |
| 6582|New|Min|2002-02-20|Sample code does not match behavior   |
| 6600|Opn|Enh|2002-02-20|enodeURL adds 'jsession' when 'isRequestedSessionI|
| 6614|New|Enh|2002-02-21|Have Bootstrap and StandardClassLoader use the sam|
| 6671|New|Enh|2002-02-25|Simple custom tag example uses old declaration sty|
| 7043|New|Enh|2002-03-12|database user and password for JDBC Based Store   |
| 7360|New|Nor|2002-03-22|res-sharing-scope not supported   |
| 7374|New|Enh|2002-03-22|Apache Tomcat/4.0.1 message on standard output|
| 7676|New|Enh|2002-04-02|Allow name property to use match experssions in  without className in server.xml produces N|
|10982|New|Min|2002-07-19|JNDI URL Handler class is missing in naming-resour|
|11069|Opn|Enh|2002-07-23|Tomcat not flag error if tld is outside of /WEB-IN|
|11129|New|Enh|2002-07-24|New valve for putting the sessionIDs in the reques|
|11248|New|Enh|2002-07-29|DefaultServlet doesn't send expires header|
|11645|New|Nor|2002-08-13|RequestStream and HttpRequestStream throw an IOExc|
|11662|New|Maj|2002-08-13|GlobalResources unavailable in DefaultContext |
|11748|Opn|Maj|2002-08-15|Location header for redirection does not contain t|
|11754|Opn|Enh|2002-08-15|Synchronous shutdown script - shutdown.sh should w|
|12069|New|Enh|2002-08-27|Creation of more HttpSession objects for one previ|
|12428|Opn|Maj|2002-09-09|request.getUserPrincipal(): Misinterpretation of s|
|12658|New|Enh|2002-09-15|a proxy host and port at the  element level |
|12682|Unc|Nor|2002-09-16|Problem when recompiling servlets with JDBC connec|
|12766|New|Enh|2002-09-18|Tomcat should use tld files in /WEB-INF/ over vers|
|12946|Unc|Nor|2002-09-24|parameter serverRoot from jk2.properties not read;|
|13014|New|Blk|2002-09-26|OS/390/USS - Invalid   in servlet ma|
|13040|New|Nor|2002-09-26|can't retrieve external context who's uri is a sub|
|13240|New|Nor|2002-10-03|CGI works only with Java version 1.3+ |
|13309|Opn|Enh|2002-10-04|Catalina calls System.exit()  |
|13430|New|Nor|2002-10-09|WWW-Authenticate Header Is Not Sent   |
|13606|Opn|Nor|2002-10-14|Compiler not thread safe  |
|13634|New|Enh|2002-10-15|Allowing system properties to be substituted in co|
|13689|Opn|Enh|2002-10-16|Classloader paths for 'Common' classes and librari|
|13731|New|Enh|2002-10-17|Final request, response, session and other variabl|
|13846|New|Nor|2002-10-22|If-Modified-Since results in incorrect headers|
|13941|New|Enh|2002-10-24|reload is VERY slow   |
|13965|New|Enh|2002-10-25|Catalina.sh correction request for Tru64 Unix |
|13983|New|Nor|2002-10-25|RMI call from Web Application throws SocketExcepti|
|14097|New|Enh|2002-10-30|hardcoded registry value for vm lets tomcat servic|
|14323|Unc|Nor|2002-11-07|Form Based Authentication Not Triggered By Coyote |
|14416|New|Enh|2002-11-10|blank tag name in TLD cause NullPointerException  |
|14635|New|Enh|2002-11-18|Should be possible not to have -MM-DD in log f|
|14766|New|Enh|2002-11-22|Redirect Vavle|
|14993|New|Enh|2002-12-02|Possible obselete synchronized declar

Bug report for Tomcat 3 [2004/10/17]

2004-10-17 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 2350|Ver|Nor|2001-06-27|ServletConfig.getInitParameter() requires url-patt|
| 2478|Opn|Cri|2001-07-06|Passing Session variables between JSP's and Servle|
| 4551|Opn|Nor|2001-10-31|Ctx( /tt01 ): IOException in: R( /tt01 + /com/abc/|
| 4980|New|Min|2001-11-20|Startup message indicates incorrect log file  |
| 4994|New|Nor|2001-11-21|Tomcat needs a mechanism for clean and certain shu|
| 5064|New|Cri|2001-11-25|Socket write error when include files is more than|
| 5108|New|Maj|2001-11-26|Docs for Tomcat 3.2.x appear to be for Tomcat 3.3 |
| 5137|New|Nor|2001-11-27|Null pointer in class loader after attempting to r|
| 5160|Unc|Maj|2001-11-28|'IllegalStateException'   |
| 5331|New|Nor|2001-12-09|getPathInfo vs URL normalization  |
| 5510|New|Blk|2001-12-19|How to call ejb deployed in JBoss from Tomcat serv|
| 5756|New|Nor|2002-01-08|jspc.bat exits with wrong ERRORLEVEL  |
| 5797|New|Nor|2002-01-10|UnCatched ? StringIndexOutOfBoundsException: Strin|
| 6027|New|Maj|2002-01-25|Tomcat  Automatically shuts down as service   |
| 6168|New|Blk|2002-02-01|IllegalStateException |
| 6451|New|Cri|2002-02-14|Stackoverflow |
| 6478|New|Enh|2002-02-14|Default Tomcat Encoding   |
| 6488|Ver|Maj|2002-02-15|Error: 304. Apparent bug in default ErrorHandler c|
| 6648|New|Nor|2002-02-25|jakarta-servletapi build with java 1.4 javadoc err|
| 6702|New|Cri|2002-02-27|win 2k services not working   |
| 6796|New|Cri|2002-03-01|Tomcat dies periodically  |
| 6989|New|Maj|2002-03-08|Unable to read tld file during parallel JSP compil|
| 7013|New|Cri|2002-03-10|Entering a servlet path with non-ISO8859-1 charact|
| 7227|New|Nor|2002-03-19| directive don't work |
| 7626|New|Nor|2002-03-29|classloader not working properly  |
| 7652|New|Cri|2002-04-01|Tomcat stalls periodically|
| 7785|New|Blk|2002-04-06|tomcat bug in context reloading   |
| 7863|New|Maj|2002-04-09|I have a problem when running Tomcat with IIS |
| 8187|New|Cri|2002-04-17|Errors when Tomcat used with MS Access database   |
| 8239|New|Cri|2002-04-18|Resource temporary unavailable|
| 8263|New|Cri|2002-04-18|url-pattern easy to circumvent|
| 9250|New|Maj|2002-05-20|outOfMemoryError  |
| 9367|New|Maj|2002-05-23|HttpSessionBindingEvent not thrown for HttpSession|
| 9390|New|Nor|2002-05-24|jasper compilation error in tomcat|
| 9480|New|Nor|2002-05-29|Data connection pooling   |
| 9607|New|Maj|2002-06-04|precompile JSP|
| 9737|Ver|Nor|2002-06-10|ArrayIndexOutOfBoundsException when sending just p|
|10047|New|Cri|2002-06-20|IllegalStateException |
|10202|New|Maj|2002-06-25|Tomcat is not responding in time  |
|10357|Unc|Blk|2002-06-30|java.lang.IllegalArgumentException: Short Read|
|10406|New|Cri|2002-07-02|IllegalStateException |
|11087|New|Blk|2002-07-23|IllegalStateException |
|11286|New|Maj|2002-07-30|Tomcat threads not respond if increase JVM size   |
|11466|New|Nor|2002-08-05|ContextManager: SocketException reading request   |
|12156|New|Cri|2002-08-29|Apache and Tomcat 3.3.1 Interworking problem  |
|12194|New|Maj|2002-08-30|Tomcat does not send WWW-Authenticate header  |
|12475|New|Nor|2002-09-10|CPU Usage is 0%, Tomcat doesn't response  |
|12852|New|Nor|2002-09-20|May be error in _jspService() -> out.flushBuffers(|
|13706|New|Nor|2002-10-16|Many Processs Java / TOMCAT in a PC with Linux Con|
|14386|New|Maj|2002-11-08|Date headers corrupted using setDateHeader|
|15632|New|Nor|2002-12-23|Problem with the Tomcat Sessions Parameter on URL |
|15872|New|Blk|2003