+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
Author: markt
Date: Sun Jul 31 16:59:39 2011
New Revision: 1152593
URL: http://svn.apache.org/viewvc?rev=1152593&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51584
Ensure file paths are encoded/decoded when translated to/from URLs so special
characters don't cause issues.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51584
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sun Jul 31 17:08:43 2011
New Revision: 1152595
URL: http://svn.apache.org/viewvc?rev=1152595&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51586
Expand error handling to cover anything that is recoverable (or might be
recoverable) when loading classes du
https://issues.apache.org/bugzilla/show_bug.cgi?id=51586
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 26/07/2011 18:30, Mark Thomas wrote:
> The Servlet EG is starting to discuss changes to the Servlet API for
> 3.1. It would be useful if the option existed to implement some of these
> changes in Tomcat trunk. The benefits of this are:
> - we can see how feasible the API changes are to implement
Author: markt
Date: Sun Jul 31 17:39:25 2011
New Revision: 1152601
URL: http://svn.apache.org/viewvc?rev=1152601&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51588
Make it easier to extend the AccessLogValve to add support for custom elements.
Modified:
tomcat/trunk/ja
Author: markt
Date: Sun Jul 31 17:41:15 2011
New Revision: 1152602
URL: http://svn.apache.org/viewvc?rev=1152602&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=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=51588
--- Comment #4 from Mark Thomas 2011-07-31 17:41:17 UTC ---
Methods changed in 7.0.x and will be included in 7.0.20 onwards.
Same change proposed for 6.0.x.
Even if Tomcat does support this particular use case, the general one of
extensib
Reproduction:
- add manager-jmx and manager-status to tomcat-users.xml
- Start TC 7 trunk
- As first request call http://localhost:8080/manager/jmxproxy
Response OK
- As second request call http://localhost:8080/manager/manager/all
Response Exception:
javax.servlet.ServletException: java.lang
Author: markt
Date: Sun Jul 31 18:21:56 2011
New Revision: 1152610
URL: http://svn.apache.org/viewvc?rev=1152610&view=rev
Log:
Remove unnecessary call. Reduce timeout.
Modified:
tomcat/trunk/test/org/apache/catalina/comet/TestCometProcessor.java
Modified: tomcat/trunk/test/org/apache/catalin
On 31/07/2011 18:57, Rainer Jung wrote:
> Reproduction:
>
> - add manager-jmx and manager-status to tomcat-users.xml
> - Start TC 7 trunk
> - As first request call http://localhost:8080/manager/jmxproxy
> Response OK
> - As second request call http://localhost:8080/manager/manager/all
> Respon
On 31/07/2011 19:29, Mark Thomas wrote:
> On 31/07/2011 18:57, Rainer Jung wrote:
>> Any idea what's happening here?
>
> Not yet, although it is probably my fault :)
>
> I can reproduce this, looking in more detail now...
The problem is that calling isSingleThreadModel (triggered by reading
the
On 31.07.2011 20:45, Mark Thomas wrote:
> On 31/07/2011 19:29, Mark Thomas wrote:
>> On 31/07/2011 18:57, Rainer Jung wrote:
>>> Any idea what's happening here?
>>
>> Not yet, although it is probably my fault :)
>>
>> I can reproduce this, looking in more detail now...
>
> The problem is that call
Author: markt
Date: Sun Jul 31 19:34:14 2011
New Revision: 1152621
URL: http://svn.apache.org/viewvc?rev=1152621&view=rev
Log:
Ensure that calls to StandardWrapper methods() that may trigger creation of a
Servlet instance always do so in way that correctly instantiates a Servlet
instance.
Modif
On 29.07.2011 12:06, jean-frederic clere wrote:
> [X] Stable - no major issues, no regressions
> [ ] Beta - at least one significant issue -- tell us what it is
> [ ] Alpha - multiple significant issues -- tell us what they are
Detailed results ("-" indicates things which we could improve). Sor
Author: rjung
Date: Sun Jul 31 21:25:14 2011
New Revision: 1152640
URL: http://svn.apache.org/viewvc?rev=1152640&view=rev
Log:
Set svn:executable for perl script.
Modified:
tomcat/native/trunk/native/build/lineends.pl (props changed)
Propchange: tomcat/native/trunk/native/build/lineends.pl
Author: rjung
Date: Sun Jul 31 21:25:25 2011
New Revision: 1152641
URL: http://svn.apache.org/viewvc?rev=1152641&view=rev
Log:
Set svn:executable for perl script.
Modified:
tomcat/native/branches/1.1.x/native/build/lineends.pl (props changed)
Propchange: tomcat/native/branches/1.1.x/native
Author: rjung
Date: Sun Jul 31 21:32:22 2011
New Revision: 1152648
URL: http://svn.apache.org/viewvc?rev=1152648&view=rev
Log:
Fix name of run-echo ant task in "BUILDING".
Modified:
tomcat/native/trunk/native/BUILDING
Modified: tomcat/native/trunk/native/BUILDING
URL:
http://svn.apache.org/
Author: rjung
Date: Sun Jul 31 21:32:33 2011
New Revision: 1152649
URL: http://svn.apache.org/viewvc?rev=1152649&view=rev
Log:
Fix name of run-echo ant task in "BUILDING".
Modified:
tomcat/native/branches/1.1.x/native/BUILDING
Modified: tomcat/native/branches/1.1.x/native/BUILDING
URL:
http
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "HowTo" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=109&rev2=110
Comment:
Tweaks to "How do I contribute to Tomcat's documentati
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "HowTo" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=110&rev2=111
Comment:
Add horizontal bars between sections
Note, that
https://issues.apache.org/bugzilla/show_bug.cgi?id=51581
--- Comment #2 from zhangyu1...@yahoo.com 2011-08-01 04:05:37 UTC ---
solution: compile openssl with shared option.
all problem solved.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are recei
29 matches
Mail list logo