https://issues.apache.org/bugzilla/show_bug.cgi?id=57289
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57290
--- Comment #1 from Jeremy Boynes ---
A simple JSP Document produces the following XML View:
http://java.sun.com/JSP/Page"; jsp:id="0">
In this view, the 'd' and 'x' prefixes refer to tag libraries but the 'o'
prefix is part of th
https://issues.apache.org/bugzilla/show_bug.cgi?id=57290
Bug ID: 57290
Summary: PermittedTaglibsTLV does not reject unspecified tags
in JSP Documents
Product: Taglibs
Version: 1.2.1
Hardware: All
OS: All
Author: jboynes
Date: Mon Dec 1 02:08:41 2014
New Revision: 1642617
URL: http://svn.apache.org/r1642617
Log:
JSTL TLVs need different namespace awareness
Added:
tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/tlv/PageParser.java
- copied, changed from r1642613,
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 SebastianBazley:
https://wiki.apache.org/tomcat/HowTo?action=diff&rev1=140&rev2=141
Getting a thread dump depends a lot on your environment. Pleas
Author: jboynes
Date: Sun Nov 30 23:32:00 2014
New Revision: 1642613
URL: http://svn.apache.org/r1642613
Log:
JSTL TLVs use common parser
Added:
tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/tlv/ParserUtil.java
(with props)
Modified:
tomcat/taglibs/standard/
https://issues.apache.org/bugzilla/show_bug.cgi?id=57289
Bug ID: 57289
Summary: XML factories should be located using the JSTL
libraries ClassLoader
Product: Taglibs
Version: 1.2.1
Hardware: All
OS: All
https://issues.apache.org/bugzilla/show_bug.cgi?id=57289
Jeremy Boynes changed:
What|Removed |Added
Summary|XML factories should be |XML factories should be
https://issues.apache.org/bugzilla/show_bug.cgi?id=56546
Ahmed Hosni changed:
What|Removed |Added
CC||ahmedhosni...@gmail.com
--- Comment
Author: jboynes
Date: Sun Nov 30 22:13:21 2014
New Revision: 1642609
URL: http://svn.apache.org/r1642609
Log:
Move XmlUtil to util package as we can also use it from the TLVs
Added:
tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/util/XmlUtil.java
- copied,
Author: rjung
Date: Sun Nov 30 21:37:27 2014
New Revision: 1642606
URL: http://svn.apache.org/r1642606
Log:
kkolinko review on i1642564 and 1642595:
- addLocalPort => addConnectorPort
- separator "," => ";"
- expose addConnectorPort and invalidAuthenticationWhenDeny
via JMX
- add complete examp
Am 30.11.2014 um 21:13 schrieb Konstantin Kolinko:
2014-11-30 21:30 GMT+03:00 :
Author: rjung
Date: Sun Nov 30 18:30:47 2014
New Revision: 1642595
URL: http://svn.apache.org/r1642595
Log:
Allow RemoteAddreValve and RemoteHostValve to
trigger authentication instead of denying a
request with a s
Author: jboynes
Date: Sun Nov 30 20:49:36 2014
New Revision: 1642604
URL: http://svn.apache.org/r1642604
Log:
Use ClassLoader of JSTL library when locating XML factories
Modified:
tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/xml/XmlUtil.java
Modifi
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/708
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: The AnyBranchSchedul
2014-11-30 21:30 GMT+03:00 :
> Author: rjung
> Date: Sun Nov 30 18:30:47 2014
> New Revision: 1642595
>
> URL: http://svn.apache.org/r1642595
> Log:
> Allow RemoteAddreValve and RemoteHostValve to
> trigger authentication instead of denying a
> request with a status code.
>
> This only works in co
Test org.apache.tomcat.websocket.TestWebSocketFrameClientSSL FAILED
(in nio2)
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
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/707
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: The AnyBranchScheduler
Author: rjung
Date: Sun Nov 30 18:30:47 2014
New Revision: 1642595
URL: http://svn.apache.org/r1642595
Log:
Allow RemoteAddreValve and RemoteHostValve to
trigger authentication instead of denying a
request with a status code.
This only works in combination with preemptiveAuthentication
on the app
Author: rjung
Date: Sun Nov 30 18:17:56 2014
New Revision: 1642588
URL: http://svn.apache.org/r1642588
Log:
Here it is Valve not Filter.
Modified:
tomcat/trunk/webapps/docs/config/valve.xml
Modified: tomcat/trunk/webapps/docs/config/valve.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/w
Author: rjung
Date: Sun Nov 30 16:43:23 2014
New Revision: 1642564
URL: http://svn.apache.org/r1642564
Log:
Add optional use of connector port in allow
and deny expressions for RemoteAddrValve
and RemoteHostValve.
For example one can let everybody access the
HTTPS connector but restrict access to
Author: rjung
Date: Sun Nov 30 15:42:08 2014
New Revision: 1642554
URL: http://svn.apache.org/r1642554
Log:
Add unit tests for RemoteAddrValve and RemoteHostValve.
Added:
tomcat/trunk/test/org/apache/catalina/valves/TestRequestFilterValve.java
(with props)
Added: tomcat/trunk/test/org/apa
https://issues.apache.org/bugzilla/show_bug.cgi?id=57275
--- Comment #3 from Rainer Jung ---
(In reply to optimusprimed from comment #2)
> "Concerning the log level: if you choose some log level, you will always get
> the messages for that log level and all more serious log levels. That's
> norma
22 matches
Mail list logo