Dear Tomcat Devs,
I was wondering why Request is used all over Tomcat as a class and why we
didn't abstract a Request interface and implemented a StandardRequest as is
done by a lot of other components like Session->StandardSession;
Manager->StandardManager; Context->StandardContext; ...
Is there
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #2 from Mark Tho
Hello Tomcat Devs,
I am looking at CoyoteAdapter and Request classes in the trunk of Tomcat8:
https://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
https://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/Reques
Hi Roel,
Both classes are in the same package. That means that they're allowed to
access public+protected+package-private members.
Alexis
2016-01-31 15:34 GMT+01:00 Roel Storms :
> Hello Tomcat Devs,
>
> I am looking at CoyoteAdapter and Request classes in the trunk of Tomcat8:
>
>
> https://sv
2016-01-31 13:30 GMT+03:00 Roel Storms :
> Dear Tomcat Devs,
>
> I was wondering why Request is used all over Tomcat as a class and why we
> didn't abstract a Request interface and implemented a StandardRequest as is
> done by a lot of other components like Session->StandardSession;
> Manager->Stan
space/apache-commons/daemon/dist/bin/commons-daemon-20160131-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160131.jar
-Dcommons-d
https://bz.apache.org/bugzilla/show_bug.cgi?id=58817
--- Comment #2 from Konstantin Kolinko ---
Observations
--
1. Comparing Mapper.internalMapWrapper() implementations between Tomcat 6 and
Tomcat 7, they are not very different.
The only substantial difference is a missing block of c
space/apache-commons/daemon/dist/bin/commons-daemon-20160131-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native/dest-20160131/lib
-Dcommons-daemon.jar=/srv/gump/public/work
Author: kkolinko
Date: Sun Jan 31 18:02:54 2016
New Revision: 1727846
URL: http://svn.apache.org/viewvc?rev=1727846&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58817
Ensure that a valid URI (not an empty string) is used with Mapper.map(hostName,
uri) call.
Modified:
tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=58817
Konstantin Kolinko changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: kkolinko
Date: Sun Jan 31 18:29:24 2016
New Revision: 1727848
URL: http://svn.apache.org/viewvc?rev=1727848&view=rev
Log:
Changelog for r1727282.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apach
2016-01-30 15:54 GMT+03:00 Konstantin Kolinko :
> 2016-01-29 18:50 GMT+03:00 jean-frederic clere :
>> Hi,
>>
>> I am planning to test and tag tomcat 6.0.45 during the week-end.
>>
>> Mark has fixed his session stuff and the openssl we use isn't affected
>> with the latest vulnerability.
>>
>> Any o
On 01/31/2016 07:47 PM, Konstantin Kolinko wrote:
> 2016-01-30 15:54 GMT+03:00 Konstantin Kolinko :
>> 2016-01-29 18:50 GMT+03:00 jean-frederic clere :
>>> Hi,
>>>
>>> I am planning to test and tag tomcat 6.0.45 during the week-end.
>>>
>>> Mark has fixed his session stuff and the openssl we use is
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160131.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160131.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
https://bz.apache.org/bugzilla/show_bug.cgi?id=58935
--- Comment #3 from bernard ---
Thanks Mark for the info.
I looked again at
https://tomcat.apache.org/tomcat-8.0-doc/manager-howto.html#Reload_An_Existing_Application
With
http://host:port/manager/text/deploy?path=/mypath&update=true&war=jar
16 matches
Mail list logo