https://issues.apache.org/bugzilla/show_bug.cgi?id=48373
Summary: Can not get clients from TomcatBayeux
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Author: markt
Date: Fri Dec 11 12:14:05 2009
New Revision: 889585
URL: http://svn.apache.org/viewvc?rev=889585&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48370
Remove some unused imports
Modified:
tomcat/trunk/modules/bayeux/java/org/apache/tomcat/bayeux/request/Pub
https://issues.apache.org/bugzilla/show_bug.cgi?id=48370
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Dec 11 12:17:27 2009
New Revision: 889587
URL: http://svn.apache.org/viewvc?rev=889587&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48373
Patch suggested by wujunchen
Modified:
tomcat/trunk/modules/bayeux/java/org/apache/tomcat/bayeux/TomcatBaye
https://issues.apache.org/bugzilla/show_bug.cgi?id=48373
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Did you mena PublishRequest.class?
+private static final Log log = LogFactory.getLog(RequestBase.class);
-Tim
ma...@apache.org wrote:
Author: markt
Date: Fri Dec 11 12:14:05 2009
New Revision: 889585
URL: http://svn.apache.org/viewvc?rev=889585&view=rev
Log:
Fix https://issues.apache.org
On 11/12/2009 12:37, Tim Funk wrote:
> Did you mena PublishRequest.class?
>
> +private static final Log log = LogFactory.getLog(RequestBase.class);
I did. I was too quick with the copy and paste.
Mark
>
>
> -Tim
>
> ma...@apache.org wrote:
>> Author: markt
>> Date: Fri Dec 11 12:14:05 20
Author: markt
Date: Fri Dec 11 12:47:13 2009
New Revision: 889596
URL: http://svn.apache.org/viewvc?rev=889596&view=rev
Log:
Use the right class for the logger
Modified:
tomcat/trunk/modules/bayeux/java/org/apache/tomcat/bayeux/request/PublishRequest.java
Modified:
tomcat/trunk/modules/bay
Author: markt
Date: Fri Dec 11 13:12:57 2009
New Revision: 889606
URL: http://svn.apache.org/viewvc?rev=889606&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47537
Return an error page if a forward during form auth fails rather than a zero
length 200 response.
Modified:
Author: markt
Date: Fri Dec 11 13:20:28 2009
New Revision: 889609
URL: http://svn.apache.org/viewvc?rev=889609&view=rev
Log:
Proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=889
Author: markt
Date: Fri Dec 11 13:21:07 2009
New Revision: 889611
URL: http://svn.apache.org/viewvc?rev=889611&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?rev=889
https://issues.apache.org/bugzilla/show_bug.cgi?id=47537
--- Comment #1 from Mark Thomas 2009-12-11 05:21:55 GMT ---
Thanks for the report.
This has been fixed in trunk (for Tomcat 7) and proposed for back port to 6.0.x
and 5.5.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userpre
https://issues.apache.org/bugzilla/show_bug.cgi?id=47544
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47467
Mark Thomas changed:
What|Removed |Added
CC||bku...@martellotech.com
--- Comment
Author: markt
Date: Fri Dec 11 13:47:10 2009
New Revision: 889615
URL: http://svn.apache.org/viewvc?rev=889615&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47656
Add information on system property replacement in config files.
Modified:
tomcat/tc5.5.x/trunk/container/we
https://issues.apache.org/bugzilla/show_bug.cgi?id=47656
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Dec 11 13:51:12 2009
New Revision: 889617
URL: http://svn.apache.org/viewvc?rev=889617&view=rev
Log:
Chnagelog updates
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc5.5.x/trun
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656
--- Comment #26 from Adam Hardy 2009-12-11
07:09:30 UTC ---
Created an attachment (id=24692)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24692)
zip containing JSP, TLD and java file
I came across this bug today - at least i
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656
Adam Hardy changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WORKSFORM
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656
Adam Hardy changed:
What|Removed |Added
CC||adam.ha...@cyberspaceroad.c
Hello :)
This patch adds support for configuring session cookie domain and path
parameter on per-context basis.
Configuration is done by editing META-INF/context.xml
Applies to 6.0.20.
Best regards, Brane
Index: java/org/apache/catalina/core/StandardContext.java
=
Hello :)
This patch adds support for X-Forwarded-For (or any other) http request header
holding ip address of real client so that request.getRemoteAddr() return
correct address if tomcat is running behind apache or any other reverse http
proxy.
Best regards, Brane
Index: java/org/apache/catali
https://issues.apache.org/bugzilla/show_bug.cgi?id=48378
Summary: X-Forwarded-For request header support
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
On 11/12/2009 16:36, Brane F. Gračnar wrote:
> Hello :)
>
> This patch adds support for X-Forwarded-For (or any other) http request
> header
> holding ip address of real client so that request.getRemoteAddr() return
> correct address if tomcat is running behind apache or any other reverse http
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
Summary: Session cookie domain and path configuration support
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
https://issues.apache.org/bugzilla/show_bug.cgi?id=48378
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47330
Mark Thomas changed:
What|Removed |Added
CC||b...@najdi.si
--- Comment #13 from M
https://issues.apache.org/bugzilla/show_bug.cgi?id=46976
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
--- Comment #1 from Mark Thomas 2009-12-11 08:48:58 GMT ---
*** Bug 46976 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
--- Comment #2 from Mark Thomas 2009-12-11 08:49:59 GMT ---
Created an attachment (id=24698)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24698)
Updated patch for this issue
Add the patch from the dev list that the OP forgot
Author: markt
Date: Fri Dec 11 17:04:36 2009
New Revision: 889701
URL: http://svn.apache.org/viewvc?rev=889701&view=rev
Log:
JARs without any web.xml fragments should not impact the status of distributable
Modified:
tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
Modified: t
Author: markt
Date: Fri Dec 11 17:14:26 2009
New Revision: 889707
URL: http://svn.apache.org/viewvc?rev=889707&view=rev
Log:
Remove docs for valve that was replaced with filter
Modified:
tomcat/trunk/webapps/docs/config/valve.xml
Modified: tomcat/trunk/webapps/docs/config/valve.xml
URL:
htt
Author: markt
Date: Fri Dec 11 17:30:59 2009
New Revision: 889716
URL: http://svn.apache.org/viewvc?rev=889716&view=rev
Log:
Address session fixation by changing the session ID on authentication. This is
enabled by default. This should be safe since this also happens when sessions
migrate betwee
Author: markt
Date: Fri Dec 11 17:33:27 2009
New Revision: 889719
URL: http://svn.apache.org/viewvc?rev=889719&view=rev
Log:
Cleanup of unused method and parameter
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
Modified:
tomcat/trunk/java/org/apache/cata
Author: markt
Date: Fri Dec 11 17:44:35 2009
New Revision: 889722
URL: http://svn.apache.org/viewvc?rev=889722&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?rev=889
Author: markt
Date: Fri Dec 11 17:44:42 2009
New Revision: 889723
URL: http://svn.apache.org/viewvc?rev=889723&view=rev
Log:
Proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=889
https://issues.apache.org/bugzilla/show_bug.cgi?id=45255
--- Comment #21 from Mark Thomas 2009-12-11 09:45:21 GMT ---
I have patched Tomcat 7 to change the session ID on authentication by default.
The same patch has been proposed for 6.0.x and 5.5.x although the default may
be not to change the s
https://issues.apache.org/bugzilla/show_bug.cgi?id=48381
Summary: Hostnames in the section are converted to lower
case
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Linux
Status: NEW
Severity
https://issues.apache.org/bugzilla/show_bug.cgi?id=48381
--- Comment #1 from japel 2009-12-11 12:52:16 UTC ---
Created an attachment (id=24701)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24701)
This patch is for the documentation (use lower case hostnames)
--
Configure bugmail:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48381
--- Comment #2 from japel 2009-12-11 12:56:17 UTC ---
Created an attachment (id=24702)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24702)
Hoastnames are no longer lower case internally
This patch might have several side effe
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Tomcat_and_IIS_Howto" page has been changed by Tony.Britton.
The comment on this change is: added text for programmatic Web Service
Extension entry into IIS 6.0.
http://wiki.apache
Hello, Thanks in advance for your help.
I would like to know if anyone is currently modifying, has modified,
or plans to modify Tomcat 6.0.20 to store/read sessions directly in
Memcached + MySQL to enable session persistence with round-robin and
without sticky sessions?
If so would you be so kind
42 matches
Mail list logo