https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
--- Comment #3 from Mark Thomas ---
Again, which API is being calling and with what parameters? Without that
information this bug is likely to be resolved as INVALID.
--
You are receiving this mail because:
You are the assignee for the bu
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
--- Comment #4 from LabnizDirac ---
WebClassLoader.getResource cause this problem,This is my example in jsp:
<% java.net.URL url =
this.getClass().getClassLoader().getResource("/../classes/app.xml");
System.out.println("url="+url);%>
print
Author: markt
Date: Fri Nov 15 13:39:52 2013
New Revision: 1542267
URL: http://svn.apache.org/r1542267
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55772
Ensure that the request and response are recycled after an error during async
processing.
Modified:
tomcat/trunk/java/org/a
Author: markt
Date: Fri Nov 15 13:46:25 2013
New Revision: 1542269
URL: http://svn.apache.org/r1542269
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55772
Ensure that the request and response are recycled after an error during async
processing.
Modified:
tomcat/tc7.0.x/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=55772
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #5 from Mark Thomas
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1550
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
Author: markt
Date: Fri Nov 15 15:04:52 2013
New Revision: 1542284
URL: http://svn.apache.org/r1542284
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
Normalize resource requests before processing them.
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/StandardRoo
Author: markt
Date: Fri Nov 15 15:09:09 2013
New Revision: 1542286
URL: http://svn.apache.org/r1542286
Log:
Normlization is now handled by the WebResourceRoot
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/App
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1551
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5218
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Fri Nov 15 17:17:01 2013
New Revision: 1542334
URL: http://svn.apache.org/r1542334
Log:
Take account of WebResourceRoot being stricter with traversal attempts.
Modified:
tomcat/trunk/test/org/apache/catalina/webresources/AbstractTestResourceSet.java
Modified:
tomcat/tru
Author: markt
Date: Fri Nov 15 17:20:37 2013
New Revision: 1542336
URL: http://svn.apache.org/r1542336
Log:
Fix test now checking in getResource is stricter
Modified:
tomcat/trunk/test/org/apache/catalina/loader/TestVirtualContext.java
Modified: tomcat/trunk/test/org/apache/catalina/loader/T
Author: markt
Date: Fri Nov 15 17:39:05 2013
New Revision: 1542339
URL: http://svn.apache.org/r1542339
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55778
Make value used for javax.security.sasl.qop with SPNEGO configurable.
Modified:
tomcat/trunk/java/org/apache/catalina/realm/
On Mon, Nov 11, 2013 at 11:08 AM, Suresh Mathew wrote:
>
>
>
> On Mon, Nov 11, 2013 at 9:32 AM, Konstantin Kolinko <
> knst.koli...@gmail.com> wrote:
>
>> 2013/11/11 Suresh Mathew :
>> > Got it Konstantin, Thank you... But stopping and starting would mean
>> that
>> > we spend time in between and
Author: markt
Date: Fri Nov 15 18:30:13 2013
New Revision: 1542362
URL: http://svn.apache.org/r1542362
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55778
Make value used for javax.security.sasl.qop with SPNEGO configurable.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
https://issues.apache.org/bugzilla/show_bug.cgi?id=55778
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The major refactorings planned for 8.0.x are complete. There are a few
minor refactorings that can either done before the first stable release
or (if they turn out to be a little bigger) left until 9.0.x.
Therefore I have the following tentative plan in mind:
- start the next 8.0.x RC release proc
Author: markt
Date: Fri Nov 15 18:56:57 2013
New Revision: 1542366
URL: http://svn.apache.org/r1542366
Log:
Update
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1542366&r1=1542365&r2=1542366&v
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5219
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|F
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
--- Comment #8 from Konstantin Kolinko ---
Created attachment 31047
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31047&action=edit
Test.java. Demo for ClassLoader.getResource().
--
You are receiving this mail because:
You ar
2013/11/15 Mark Thomas
> The major refactorings planned for 8.0.x are complete. There are a few
> minor refactorings that can either done before the first stable release
> or (if they turn out to be a little bigger) left until 9.0.x.
>
> Cool. Since there was never a 7.1, I suppose there will be
Wrong spelling of the property name.
s/spengo/spnego/
Regarding documentation (realm.xml):
Maybe add a notice on what "QOP" stands for, "Quality of Protection".
(It is not the first result in Google, though).
http://docs.oracle.com/javase/7/docs/api/javax/security/sasl/Sasl.html#QOP
http://docs.o
Author: markt
Date: Fri Nov 15 20:40:05 2013
New Revision: 1542387
URL: http://svn.apache.org/r1542387
Log:
Trailing whitespace
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1542387&r1=1542386
"Rémy Maucherat" wrote:
>2013/11/15 Mark Thomas
>
>> The major refactorings planned for 8.0.x are complete. There are a
>few
>> minor refactorings that can either done before the first stable
>release
>> or (if they turn out to be a little bigger) left until 9.0.x.
>>
> Cool. Since there was neve
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776
--- Comment #9 from Mark Thomas ---
Point taken with respect to the standard class loader implementation but you
also have to look at how 7.0.x behaved. 7.0.x allowed /../ and /./ sequences.
It also allowed stepping outside of /WEB-INF/clas
28 matches
Mail list logo