Peter Rossbach | 1 Mar 11:52
Picon
Favicon
Gravatar

Re: Log warning after URL Querystring include "&&"

Hi Mark,

I know that RFC 3986 is the successor from RFC 1738, but the query  
parameter definition (3.4 Page 23) isn't usefull.
The HttpUtils.parseQueryString() definition is good, but not a  
complete BNF. The wikipedia
definition http://en.wikipedia.org/wiki/Query_string is much better.

OK, I also think that double "&&" is an uncorrect query part, but at  
my case, some  site grabber's use those
query strings to made trouble :-(

Peter

Am 29.02.2008 um 19:43 schrieb Mark Thomas:

> Peter Rossbach wrote:
>> Hi,
>> I see the following warning with following request "http:// 
>> localhost:8080/snoopy/snoopy.jsp?hello=xxx&&world=yyy"
>> Tomct 5.5.26
>> ==
>> 29.02.2008 13:49:29 org.apache.tomcat.util.http.Parameters  
>> processParameters
>> WARNUNG: Parameters: Invalid chunk ignored.
>> ===
>> Both parameter hello and world has the correct values, but every  
>> request logs a warning. At high
>> traffic sites this anno user fault made admins really unhappy.
>> At RFC 1738 only the following BNF are reference:
(Continue reading)

bugzilla | 1 Mar 18:49
Picon
Favicon

DO NOT REPLY [Bug 42037] User principal not always set correctly

https://issues.apache.org/bugzilla/show_bug.cgi?id=42037

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #9 from Mark Thomas <markt <at> apache.org>  2008-03-01 09:49:05 ---
I am marking this as WONTFIX since:
- there are no obvious code paths that could explain this
- no reasoning has been provided for why the patch works and I can't see one
- there has been no response to the request for further info for many months

I suspect tile and/or the app is doing something odd.

If you, or anyone else, still see this issue and you have new information that
sheds some light feel free to re-open this issue and add the new info.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Mar 19:23
Picon
Favicon

DO NOT REPLY [Bug 28727] CLOSE_WAIT connections draw 100 % cpu

https://issues.apache.org/bugzilla/show_bug.cgi?id=28727

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #23 from Mark Thomas <markt <at> apache.org>  2008-03-01 10:23:38 ---
Re-closing as invalid based on last comment.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 1 Mar 23:29
Picon
Favicon

DO NOT REPLY [Bug 44516] New: Getting "Insufficient memory" frequently in Tomcat 5.5.23

https://issues.apache.org/bugzilla/show_bug.cgi?id=44516

           Summary: Getting "Insufficient memory" frequently in Tomcat
                    5.5.23
           Product: Tomcat 5
           Version: 5.5.23
          Platform: Sun
        OS/Version: SunOS
            Status: NEW
          Severity: critical
          Priority: P1
         Component: Connector:AJP
        AssignedTo: tomcat-dev <at> jakarta.apache.org
        ReportedBy: kousik_maity <at> hotmail.com

We are getting "Insufficient memory" frequently in Web Application running in
Tomcat 5.5.23.
The Memory and CPU Utilization by Tomcat Java process is increasing towards
high over the period of time 4-5 hours after starting the server.
The Memory component (RES & SIZE) both are increasing (1765M 1052M).
After that Sever getting crashed and throwing "System Error: #1400008:
Insufficient memory"

We have 16G physical memory in the system and here is the Tomcat java process
stack and Error stack provided below.

Memory: 16G phys mem, 2436M free mem, 5000M total swap, 5000M free swap

PID USERNAME LWP PRI NICE SIZE RES STATE TIME CPU COMMAND
26581 webadmin 70 59 0 1765M 1052M sleep 26:00 1.05% java
(Continue reading)

bugzilla | 1 Mar 23:38
Picon
Favicon

DO NOT REPLY [Bug 44516] Getting "Insufficient memory" frequently in Tomcat 5.5.23

https://issues.apache.org/bugzilla/show_bug.cgi?id=44516

Mark Thomas <markt <at> apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Mark Thomas <markt <at> apache.org>  2008-03-01 14:38:01 ---
Looks like you app has a memory leak. You need to use the users list.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 2 Mar 02:05
Picon
Favicon

DO NOT REPLY [Bug 44517] New: web-app_2_4. xsd not up-to-date in TC6 servlet-api.jar

https://issues.apache.org/bugzilla/show_bug.cgi?id=44517

           Summary: web-app_2_4.xsd not up-to-date in TC6 servlet-api.jar
           Product: Tomcat 6
           Version: 6.0.14
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev <at> jakarta.apache.org
        ReportedBy: darryl <at> darrylmiles.org

Maybe 18 months or more ago the web-app_2_4.xsd published by Sun was updated to
correct the regex used to validate MIME types.  

When a validating XML parser is used and the old regex is used then errors
result for trying to validate "text/xhtml+xml" due to the plus "+" character
not being allowed by the old regex.

<mime-mapping>
        <extension>xhtml</extension>
        <mime-type>application/xhtml+xml</mime-type>
</mime-mapping>

I would also motion that the Sun copyright notice should be retained in the
file (and question if the Apache Foundation notice should appear at all, since
claiming copyright on someone elses body of work doesn't seem legal ??? IANAL).
 There is also an original Sun version number shown near the top of the
(Continue reading)

billbarker | 3 Mar 07:33
Picon
Favicon

svn commit: r632952 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: billbarker
Date: Sun Mar  2 22:33:35 2008
New Revision: 632952

URL: http://svn.apache.org/viewvc?rev=632952&view=rev
Log:
I have way too few spare cycles for this at the moment.

It looks like the good patch is pretty simple, but there are those cycles again.  So, I'm not going to continue
blocking the s*cky patch any longer.

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=632952&r1=632951&r2=632952&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Mar  2 22:33:35 2008
@@ -124,5 +124,5 @@
   http://svn.apache.org/viewvc?rev=568605&view=rev

   +1: fhanik
-  -1: billbarker The original patch s*cks bigtime.  I agree with remy (on list) that this issue should have 
+  -0: billbarker The original patch s*cks bigtime.  I agree with remy (on list) that this issue should have 
                  involved a discussion on list on how to fix, rather than just proposing a 5 sec fix.
bugzilla | 3 Mar 08:08
Picon
Favicon

Bug report for Tomcat 3 [2008/03/02]

+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | Date Posted                                                 |
|     |   |   |          +--------------------------------------------------+
|     |   |   |          | Description                                      |
|     |   |   |          |                                                  |
| 2350|Ver|Nor|2001-06-27|ServletConfig.getInitParameter() requires url-patt|
| 6488|Ver|Maj|2002-02-15|Error: 304. Apparent bug in default ErrorHandler c|
| 9737|Ver|Nor|2002-06-10|ArrayIndexOutOfBoundsException when sending just p|
+-----+---+---+----------+--------------------------------------------------+
| Total    3 bugs                                                           |
+---------------------------------------------------------------------------+
bugzilla | 3 Mar 08:08
Picon
Favicon

Bug report for Watchdog [2008/03/02]

+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | 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                                                           |
(Continue reading)

bugzilla | 3 Mar 08:08
Picon
Favicon

Bug report for Tomcat 5 [2008/03/02]

+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | Date Posted                                                 |
|     |   |   |          +--------------------------------------------------+
|     |   |   |          | Description                                      |
|     |   |   |          |                                                  |
|27122|Opn|Enh|2004-02-20|IE plugins cannot access components through Tomcat|
|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn                  |
|29160|Ver|Enh|2004-05-23|precompile problem: _jspx_meth_* (javax.servlet.js|
|29494|Inf|Enh|2004-06-10|No way to set PATH when running as a service on Wi|
|29936|Opn|Blk|2004-07-06|XML parser loading problems by container          |
|30241|Ver|Enh|2004-07-21|Enhance build script to use branch argument when c|
|31257|Opn|Cri|2004-09-16|java.endorsed.dirs is not used when JSP compilatio|
|33262|Inf|Enh|2005-01-27|Service Manager autostart should check for adminis|
|33453|Opn|Enh|2005-02-08|Jasper should recompile JSP files whose datestamps|
|33650|Inf|Enh|2005-02-19|Jasper performance for multiple files processing  |
|33671|Opn|Enh|2005-02-21|Manual Windows service installation with custom na|
|34526|Opn|Nor|2005-04-19|Truncated content in decompressed requests from mo|
|34801|New|Enh|2005-05-08|PATCH: CGIServlet does not terminate child after a|
|34805|Ass|Enh|2005-05-08|warn about invalid security constraint url pattern|
|34868|Ass|Enh|2005-05-11|allow to register a trust store for a session that|
|35054|Inf|Enh|2005-05-25|warn if appBase is not existing as a File or direc|
|35869|Inf|Enh|2005-07-26|Can't run as a service on Windows Server 2003 64-B|
(Continue reading)


Gmane