https://issues.apache.org/bugzilla/show_bug.cgi?id=49165
Alexander Shirkov changed:
What|Removed |Added
AssignedTo|dev@tomcat.apache.org |sgdr...@gmail.com
--- Comment
https://issues.apache.org/bugzilla/show_bug.cgi?id=49565
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48967
--- Comment #1 from Rainer Jung 2010-07-16 11:32:32
EDT ---
Possible patch available for review under
http://people.apache.org/~rjung/patches/trunk-catalina_home_base.patch
--
Configure bugmail: https://issues.apache.org/bugzilla/userpr
Author: markt
Date: Fri Jul 16 14:55:01 2010
New Revision: 964816
URL: http://svn.apache.org/viewvc?rev=964816&view=rev
Log:
Make the bean Serializable so I can use the example to test/demo session
persistence on restart
Add required getters/setters
Indent using 4 spaces
Fix FindBugs warning
Mod
On 07/16/2010 01:15 PM, Rainer Jung wrote:
> On 16.07.2010 12:30, Mark Thomas wrote:
>> On 16/07/2010 08:20, jean-frederic clere wrote:
>>> On 07/15/2010 11:10 PM, Mark Thomas wrote:
Folks,
It looks like we have a regression in the cookie handling. Invalidating
the session and t
On 15 Jul 2010, at 16:32, Tim Funk wrote:
> IIRC, there is no requirement. But from a mapping point of view, the name
> used should match what the browser is sending in the "Host:" field.
Except when the request is deliberately being directed to the defaultHost -
which is frequently the case.
On 14.07.2010 19:14, Rainer Jung wrote:
On 13.07.2010 22:11, Mark Thomas wrote:
On 13/07/2010 19:57, Rainer Jung wrote:
I had a look at BZ46451. It suggests adding subversion properties to
enable the use of subversion bugtraq. This allows a better integration
of BZ into subversion commit messag
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Jul 16 11:59:57 2010
New Revision: 964780
URL: http://svn.apache.org/viewvc?rev=964780&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
Add a work-around for the known namespace issues for some Microsoft WebDAV
clients. Patch provided by Panagioti
Author: rjung
Date: Fri Jul 16 11:51:48 2010
New Revision: 964778
URL: http://svn.apache.org/viewvc?rev=964778&view=rev
Log:
Remove .project.
Removed:
tomcat/sandbox/bz-svn/.project
-
To unsubscribe, e-mail: dev-unsubscr...
Author: rjung
Date: Fri Jul 16 11:49:10 2010
New Revision: 964777
URL: http://svn.apache.org/viewvc?rev=964777&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=98765
Set svn:ignore
Modified:
tomcat/sandbox/bz-svn/ (props changed)
Propchange: tomcat/sandbox/bz-svn/
-
On 16.07.2010 12:30, Mark Thomas wrote:
On 16/07/2010 08:20, jean-frederic clere wrote:
On 07/15/2010 11:10 PM, Mark Thomas wrote:
Folks,
It looks like we have a regression in the cookie handling. Invalidating
the session and then requesting a new session results in a mal-formed
header (in tru
Author: rjung
Date: Fri Jul 16 11:13:37 2010
New Revision: 964763
URL: http://svn.apache.org/viewvc?rev=964763&view=rev
Log:
Add support for *.jar pattern in VirtualWebappLoader.
Also perform trimming of the tokens.
Backport of r958615 except for the removal of the
"not for production" warning i
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #63 from chamith buddhika 2010-07-16
06:58:14 EDT ---
(In reply to comment #10)
> It seems that o.a.Catalina.Core descriptor has got operations containing POJO
> objects instead of primitive types which make them inaccessible v
Author: rjung
Date: Fri Jul 16 10:58:47 2010
New Revision: 964751
URL: http://svn.apache.org/viewvc?rev=964751&view=rev
Log:
Fix order when listing Webapp loader search URLs.
Backport of r936892 from trunk.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/ca
On 16/07/2010 08:20, jean-frederic clere wrote:
On 07/15/2010 11:10 PM, Mark Thomas wrote:
Folks,
It looks like we have a regression in the cookie handling. Invalidating
the session and then requesting a new session results in a mal-formed
header (in trunk) and I have seen similar reports from
https://issues.apache.org/bugzilla/show_bug.cgi?id=49598
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Component|Catalina
Author: markt
Date: Fri Jul 16 10:26:09 2010
New Revision: 964733
URL: http://svn.apache.org/viewvc?rev=964733&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49598
When updating the session cookie, correctly replace the Set-Cookie header
This was a regression in 6.0.28 in the
https://issues.apache.org/bugzilla/show_bug.cgi?id=48960
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Jul 16 10:23:04 2010
New Revision: 964732
URL: http://svn.apache.org/viewvc?rev=964732&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48960
Disable exec in SSI by default and provide new option to enable it
Modified:
tomcat/tc6.0.x/trunk/ (props
https://issues.apache.org/bugzilla/show_bug.cgi?id=49551
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Jul 16 10:12:01 2010
New Revision: 964731
URL: http://svn.apache.org/viewvc?rev=964731&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49551
Allow default context.xml file to be specified using an absolute path
Modified:
tomcat/tc6.0.x/trunk/ (pr
https://issues.apache.org/bugzilla/show_bug.cgi?id=49600
Summary: Bad exception thrown by ProxyDirContext.lookup
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority:
Author: markt
Date: Fri Jul 16 09:09:44 2010
New Revision: 964722
URL: http://svn.apache.org/viewvc?rev=964722&view=rev
Log:
As suggested on the users list, add redirects to the HTML interface to the root
of the host-manager and manager applications
Added:
tomcat/trunk/webapps/host-manager/i
On 07/15/2010 11:10 PM, Mark Thomas wrote:
> Folks,
>
> It looks like we have a regression in the cookie handling. Invalidating
> the session and then requesting a new session results in a mal-formed
> header (in trunk) and I have seen similar reports from one of our
> support customers on 6.0.28.
25 matches
Mail list logo