https://issues.apache.org/bugzilla/show_bug.cgi?id=44988
Cédrik LIME changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792
Summary: NullPointerException in org.apache.catalina.connector
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
hi,
i am developing an online application which uses money
transactions via credit card.can i use tomcat 5.0 for this ..does this
server have enough security.i am planning to use ejb's for transactions.
thanks in advance
--
View this message in context:
http://www.nabble.com/can-tomcat
Author: markt
Date: Tue Mar 3 15:35:56 2009
New Revision: 749632
URL: http://svn.apache.org/viewvc?rev=749632&view=rev
Log:
Fix broken link. Use proper link rather than redirect for FAQ. Clarify
alpha/beta/stable
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/con
Chris Wilson wrote:
> Dear sirs,
>
> Can I point out that on your website, http://tomcat.apache.org, the "Which
> Version?" page is supposed to help one decide which version to download,
> and it does describe the meaning of the various stability levels, but it
> does not describe what level ea
l...@work wrote:
> hi,
> i am developing an online application which uses money
> transactions via credit card.can i use tomcat 5.0 for this ..does this
> server have enough security.i am planning to use ejb's for transactions.
> thanks in advance
That is a question for the users list.
Author: rjung
Date: Tue Mar 3 18:38:51 2009
New Revision: 749685
URL: http://svn.apache.org/viewvc?rev=749685&view=rev
Log:
Some updates related to dynamic address change:
- Include shm lock and unlock in pull and push
functions. Indicate whether we already acquired
the lock with the new arg
Author: markt
Date: Tue Mar 3 20:17:13 2009
New Revision: 749724
URL: http://svn.apache.org/viewvc?rev=749724&view=rev
Log:
Propose fix
Modified:
tomcat/current/tc4.1.x/STATUS.txt
Modified: tomcat/current/tc4.1.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.tx
https://issues.apache.org/bugzilla/show_bug.cgi?id=46764
--- Comment #1 from Mark Thomas 2009-03-03 14:05:57 PST ---
Can you please supply the simplest JSP that exhibits this error on a clean
6.0.18 installation.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mar
Author: markt
Date: Tue Mar 3 22:20:16 2009
New Revision: 749800
URL: http://svn.apache.org/viewvc?rev=749800&view=rev
Log:
Update docs to reflect changes for bug 44988
Modified:
tomcat/trunk/bin/catalina.bat
tomcat/trunk/bin/catalina.sh
Modified: tomcat/trunk/bin/catalina.bat
URL:
htt
Author: markt
Date: Tue Mar 3 22:23:03 2009
New Revision: 749802
URL: http://svn.apache.org/viewvc?rev=749802&view=rev
Log:
Update docs to reflect changes for bug 44988
Modified:
tomcat/tc6.0.x/trunk/bin/catalina.bat
tomcat/tc6.0.x/trunk/bin/catalina.sh
Modified: tomcat/tc6.0.x/trunk/bi
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46766
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: fhanik
Date: Wed Mar 4 00:42:20 2009
New Revision: 749862
URL: http://svn.apache.org/viewvc?rev=749862&view=rev
Log:
proposal to move the cookie attribute to the context
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/v
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792
--- Comment #2 from alex 2009-03-03 22:25:54 PST
---
the lines causing the exception are
externalContext = FacesContext.getCurrentInstance().getExternalContext();
requestParameterMap = externalContext.getRequestParameterMap();
// nex
16 matches
Mail list logo