Author: jfclere
Date: Thu Jul 10 00:38:18 2008
New Revision: 675466
URL: http://svn.apache.org/viewvc?rev=675466&view=rev
Log:
My votes.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=
On Wed, 2008-07-09 at 20:50 +, [EMAIL PROTECTED] wrote:
> Author: markt
> Date: Wed Jul 9 13:50:18 2008
> New Revision: 675340
>
> URL: http://svn.apache.org/viewvc?rev=675340&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45285
> Should look for annotations all the
Hey,
Can someone please advise me on this one. I am at a total loss as to
what is going on here.
Since we search engine's deployed our output to be a JSP page, random
pages are failing. I would literally refresh the page, and it works
every time, and then suddenly, WAM. Also, not the same error e
Hey,
Here is another one. There is 2 more that I don't see now. The 2 in
the first e-mail are very common. Though I can't reproduce it on my
local server. To give an idea, the loadTemplate() method does nothing
more than call setAttribute("JMTemplate", this), and the do the
forward(req,resp).
rep
I figured it might be related to the Nio protocol I did, so I changed
it to "HTTP/1.1". What a surprise!!
It all comes down after the JSP is invoked, so my perception is that
it's related to a bug in the JSP code. Jasper?
Any advice would be greatly appreciated, and I'm willing to fix it
myself i
It looks like you are keeping a reference to some object (like the
Request or Response, or OutputStream) and reusing it, while you should
not access it outside the scope of request processing.
I cannot go into details now, but all these messages and stack traces
look familiar. Such questions are a
here are some steps you can take
1. Start asking on the tomcat user list, most likely you have some funky
flow in your app, for example, you can't do requestdispatcher.forward if
you've already written data (like JSPs do behind the scenes when you use
them
2. try to work out a reproducible t
Remy Maucherat wrote:
On Wed, 2008-07-09 at 20:50 +, [EMAIL PROTECTED] wrote:
Author: markt
Date: Wed Jul 9 13:50:18 2008
New Revision: 675340
URL: http://svn.apache.org/viewvc?rev=675340&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45285
Should look for annotations
Author: markt
Date: Thu Jul 10 10:01:23 2008
New Revision: 675650
URL: http://svn.apache.org/viewvc?rev=675650&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42678
Only ignore docBase it it really is a subdir of appBase
Patch provided by juergen
Modified:
tomcat/trunk/ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=42678
--- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-07-10 10:04:53 PST ---
The patch has been applied to trunk and proposed for 6.0.x.
Sorry it took so long to get to this.
--
Configure bugmail: https://issues.apache.org/bugzil
Hey,
That was one of my thoughts as well, as I do keep those references,
but only to make it easy when passing on, and I do this inside a
synchronization block on the "keeper" object, at the end of which
(inside a finally) I release them.
Eitherway, here is some more proof that it is tomcat:
I am
Hey,
Just to clear up some of the methods that receive the request or
response inside the doGet().
Firstly, WebClient.getString()
public static String getString(HttpServletRequest req, String key,
String theDefault)
{
String s = req.getParameter(key);
return (s == null) ? theDe
Author: markt
Date: Thu Jul 10 11:20:18 2008
New Revision: 675664
URL: http://svn.apache.org/viewvc?rev=675664&view=rev
Log:
Revert previous patch prior to applying a better one
Modified:
tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java
Modified: tomcat/trunk/java/org/a
Author: markt
Date: Thu Jul 10 11:34:22 2008
New Revision: 675667
URL: http://svn.apache.org/viewvc?rev=675667&view=rev
Log:
Go back to the original patch. The better one didn't pan out. Sorry for the
noise.
Modified:
tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java
Mo
Mark Thomas wrote:
Remy Maucherat wrote:
On Wed, 2008-07-09 at 20:50 +, [EMAIL PROTECTED] wrote:
Author: markt
Date: Wed Jul 9 13:50:18 2008
New Revision: 675340
URL: http://svn.apache.org/viewvc?rev=675340&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45285
Should
Quintin Beukes wrote:
Eitherway, here is some more proof that it is tomcat:
Experience suggests that the root cause will be in the application rather
than in Tomcat. This issue is best debugged via the users list.
In the unlikely event that the debugging shows that this is a Tomcat bug,
ple
Author: markt
Date: Thu Jul 10 12:15:14 2008
New Revision: 675687
URL: http://svn.apache.org/viewvc?rev=675687&view=rev
Log:
Propose fix for 42678
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU
Hey,
My own experience and insight also suggests an application error.
Though I spent hours trying to find one, which I couldn't (which in
itself is rare for myself). I have one more question suitable for this
list though.
When tomcat creates an instance of ServletRequest, ie
CoyoteRequest/Reques
Author: markt
Date: Thu Jul 10 13:53:24 2008
New Revision: 675726
URL: http://svn.apache.org/viewvc?rev=675726&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42565
el ternary expression without space before colon now works
Patch provided by Lucas Galfaso
This is just the jjt
https://issues.apache.org/bugzilla/show_bug.cgi?id=42565
--- Comment #13 from Mark Thomas <[EMAIL PROTECTED]> 2008-07-10 14:00:15 PST
---
Many thanks for the patch.
It has been applied to trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538
Dan Armbrust <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED
Author: markt
Date: Thu Jul 10 14:05:35 2008
New Revision: 675739
URL: http://svn.apache.org/viewvc?rev=675739&view=rev
Log:
Auto-generated changes as a result of
http://svn.apache.org/viewvc?rev=675726&view=rev
Modified:
tomcat/trunk/java/org/apache/el/parser/ELParser.java
tomcat/trunk/
Author: markt
Date: Thu Jul 10 14:11:16 2008
New Revision: 675751
URL: http://svn.apache.org/viewvc?rev=675751&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42722
Possible NPE in CGIServlet.java
Patch provided by Nils Hammar
Modified:
tomcat/trunk/java/org/apache/catali
Author: markt
Date: Thu Jul 10 14:13:36 2008
New Revision: 675758
URL: http://svn.apache.org/viewvc?rev=675758&view=rev
Log:
Couple more proposals
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538
--- Comment #28 from Mark Thomas <[EMAIL PROTECTED]> 2008-07-10 14:20:15 PST
---
If you must rant, go do it on the Sun bug tracker.
If you want to do something productive, create an enhancement request in JIRA
for commons daemon to wo
https://issues.apache.org/bugzilla/show_bug.cgi?id=42722
--- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-07-10 14:21:00 PST ---
Thanks for the patch. A version of it has been applied to trunk and proposed
for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs
https://issues.apache.org/bugzilla/show_bug.cgi?id=42722
Will Rowe <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
R
https://issues.apache.org/bugzilla/show_bug.cgi?id=42722
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|RESOLVED|REOPENED
https://issues.apache.org/bugzilla/show_bug.cgi?id=42722
--- Comment #4 from Will Rowe <[EMAIL PROTECTED]> 2008-07-10 14:48:23 PST ---
Glad this was reopened, and entirely unsure of what bugzilla or firefox just
did to me :)
Thanks again Nils for this fix
--
Configure bugmail: https://is
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538
--- Comment #29 from Will Rowe <[EMAIL PROTECTED]> 2008-07-10 14:49:37 PST ---
As Mark points out, this is a JAVA bug. It's contingent on the Sun Java
installer
to provide msvcr71.
This is *NOT* a system library (msvcrt.dll is). In f
Author: markt
Date: Thu Jul 10 15:27:41 2008
New Revision: 675788
URL: http://svn.apache.org/viewvc?rev=675788&view=rev
Log:
Apply a pure doc patch. (I need this for another patch I am working on).
Added:
tomcat/container/tc5.5.x/webapps/docs/config/systemprops.xml (with props)
Modified:
Author: markt
Date: Thu Jul 10 16:00:31 2008
New Revision: 675796
URL: http://svn.apache.org/viewvc?rev=675796&view=rev
Log:
Startup fails with security enabled
Modified:
tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java
Modified: tomcat/trunk/java/org/apache/catalina/sec
Author: markt
Date: Thu Jul 10 16:02:54 2008
New Revision: 675800
URL: http://svn.apache.org/viewvc?rev=675800&view=rev
Log:
Propose fix for running under security manager
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/t
33 matches
Mail list logo