> I've got a very basic valve for now to handle this kind of X-Forwarded
> situation :
>
>
> public class ForwardedValve extends ValveBase {
>
> public void invoke(Request paramRequest, Response paramResponse)
> throws IOException, ServletException {
>
> String header = paramRe
https://issues.apache.org/bugzilla/show_bug.cgi?id=50405
Miguel Hernandez changed:
What|Removed |Added
CC||migs...@gmail.com
--
Configure
https://issues.apache.org/bugzilla/show_bug.cgi?id=50405
Miguel Hernandez changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #3 from Miguel
https://issues.apache.org/bugzilla/show_bug.cgi?id=50405
--- Comment #2 from Miguel Hernandez 2011-01-25 18:03:00
EST ---
Created an attachment (id=26550)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26550)
A simple test application that presents the error reported.
A similar test
https://issues.apache.org/bugzilla/show_bug.cgi?id=50650
--- Comment #4 from Lon Binder 2011-01-25 17:50:30 EST
---
In order to work around this for my situation (using OFBiz) I wrote a patch to
their code that essentially does the same as IntrospectionUtils: it uses
reflection to find the the a
https://issues.apache.org/bugzilla/show_bug.cgi?id=50651
--- Comment #6 from Konstantin Kolinko 2011-01-25
17:12:53 EST ---
(In reply to comment #4)
Repeated calls to recycle() should succeed. Shouldn't they? Implementation of
InternalNioOutputBuffer.recycle() was already broken in this sense ea
https://issues.apache.org/bugzilla/show_bug.cgi?id=50651
--- Comment #5 from p...@mfglobal.com 2011-01-25 17:02:59 EST ---
I was testing the sample code from
http://www.ibm.com/developerworks/web/library/wa-cometjava/.
Each time when the connection was closed, two END Comet events were received.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50650
--- Comment #3 from Konstantin Kolinko 2011-01-25
16:49:42 EST ---
> and I've already seen at least one major application (ofbiz) that expects
> that to work
That never worked. Why are they expecting something?
> Most specifically, if t
https://issues.apache.org/bugzilla/show_bug.cgi?id=50651
--- Comment #4 from Filip Hanik 2011-01-25 16:25:36 EST ---
What I don't like about patches like this, is that they don't address the
regression, simply mitigate it.
If the problem has always existed, then fine, implement it.
But if this pr
https://issues.apache.org/bugzilla/show_bug.cgi?id=50650
Lon Binder changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WONTFIX
Author: kkolinko
Date: Tue Jan 25 19:50:50 2011
New Revision: 1063426
URL: http://svn.apache.org/viewvc?rev=1063426&view=rev
Log:
proposal
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?re
https://issues.apache.org/bugzilla/show_bug.cgi?id=50651
--- Comment #3 from Konstantin Kolinko 2011-01-25
14:47:39 EST ---
Created an attachment (id=26549)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26549)
2011-01-25_tc6_50651.patch
Patch for 6.0.x.
--
Configure bugmail: http
https://issues.apache.org/bugzilla/show_bug.cgi?id=50651
Konstantin Kolinko changed:
What|Removed |Added
Severity|normal |major
--- Comment #2 from Kon
https://issues.apache.org/bugzilla/show_bug.cgi?id=50651
--- Comment #1 from Konstantin Kolinko 2011-01-25
13:07:00 EST ---
I suspect that it is socket: calling InternalNioOutputBuffer.recycle() twice
will fail with NPE, because socket is set to null on the first call.
--
Configure bugmail: ht
https://issues.apache.org/bugzilla/show_bug.cgi?id=50651
Summary: NPE in InternalNioOutputBuffer.recycle
Product: Tomcat 6
Version: 6.0.30
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=50627
Mark Thomas changed:
What|Removed |Added
Severity|blocker |major
--- Comment #1 from Mark Thoma
Author: markt
Date: Tue Jan 25 17:33:45 2011
New Revision: 1063372
URL: http://svn.apache.org/viewvc?rev=1063372&view=rev
Log:
This change also fixed an open bug
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/vi
https://issues.apache.org/bugzilla/show_bug.cgi?id=50650
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Jan 25 17:20:20 2011
New Revision: 1063366
URL: http://svn.apache.org/viewvc?rev=1063366&view=rev
Log:
Fix various odd behaviours seen with a debugger. Observed both multiple and
zero (rather than 1) selection events for a single data receive event
Modified:
tomcat/tr
Author: markt
Date: Tue Jan 25 17:15:33 2011
New Revision: 1063364
URL: http://svn.apache.org/viewvc?rev=1063364&view=rev
Log:
Ensure correct cycling if input filters
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java
tomcat/trunk/webapps/docs/changelog.xml
Author: markt
Date: Tue Jan 25 17:12:22 2011
New Revision: 1063362
URL: http://svn.apache.org/viewvc?rev=1063362&view=rev
Log:
Prevent multiple Comet END events
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
tomcat/trunk/webapps/docs/changelog.xml
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50650
Lon Binder changed:
What|Removed |Added
CC||apa...@lonbinder.com
OS/Versi
https://issues.apache.org/bugzilla/show_bug.cgi?id=50650
Summary: Connector#setProperty(String, String) does not set
explicit property values
Product: Tomcat 6
Version: 6.0.29
Platform: All
Status: NEW
Severity: c
https://issues.apache.org/bugzilla/show_bug.cgi?id=50526
Konstantin Kolinko changed:
What|Removed |Added
Status|VERIFIED|CLOSED
--
Configure bugmail:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50526
Christopher Schultz changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--
Configure bugma
https://issues.apache.org/bugzilla/show_bug.cgi?id=50648
Olivier Costet changed:
What|Removed |Added
OS/Version|Linux |All
--
Configure bugmail: https:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50648
Olivier Costet changed:
What|Removed |Added
CC||ocos...@zenprise.com
--
Configur
https://issues.apache.org/bugzilla/show_bug.cgi?id=50648
Summary: RpcChannel improvements
Product: Tomcat 7
Version: 7.0.6
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: PatchAvailable
Severity: enhancement
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "SupportAndTraining" page has been changed by Bhavik.
http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=30&rev2=31
--
Author: kkolinko
Date: Tue Jan 25 12:40:38 2011
New Revision: 1063257
URL: http://svn.apache.org/viewvc?rev=1063257&view=rev
Log:
Clarify what the units are when setting sessionIdLength property of a Manager.
It was asked on users@
CTR: docs
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config
https://issues.apache.org/bugzilla/show_bug.cgi?id=50646
--- Comment #1 from Olivier Costet 2011-01-25 07:09:27
EST ---
Created an attachment (id=26544)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26544)
svn diff
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs
https://issues.apache.org/bugzilla/show_bug.cgi?id=50646
Summary: Tribes ByteMessage will get corrupted if message size
exceeds the underlying buffer size
Product: Tomcat 7
Version: 7.0.6
Platform: PC
OS/Version: All
Author: markt
Date: Tue Jan 25 12:05:14 2011
New Revision: 1063244
URL: http://svn.apache.org/viewvc?rev=1063244&view=rev
Log:
Remove old, commented out code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndp
33 matches
Mail list logo