billbarker01/10/05 19:31:10
Modified:src/share/org/apache/tomcat/modules/generators
ErrorHandler.java
src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Impove error handling when the user has choosen
ccain 01/09/17 23:48:26
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Typos ...
Revision ChangesPath
1.11 +5 -5
jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/SimpleMapper1.java
Index
costin 01/08/25 18:54:26
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Extra check.
Revision ChangesPath
1.10 +1 -1
jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/SimpleMapper1.java
n's
update):
<... >
For it to work, the entries must come before
the entries.
Cheers,
Larry
> -Original Message-
> From: Chris Bryden [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 10:52 AM
> To: [EMAIL PROTECTED]
> Subject: RE: SimpleMapper1.
larryi 01/08/07 05:08:26
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Added support for Context virtual host aliases. Added a warning to log
if '/' is prepended to the path for a mapping.
Committed a modifi
Regards,
Chris
> > -Original Message-
> > From: Chris Bryden [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 31, 2001 10:07 PM
> > To: [EMAIL PROTECTED]
> > Subject: SimpleMapper1.java
> >
> >
> >
> > Hi,
> >
> > I didn
without putting a wildcard in Context.getHost().
Cheers,
Larry
> -Original Message-
> From: Chris Bryden [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 31, 2001 10:07 PM
> To: [EMAIL PROTECTED]
> Subject: SimpleMapper1.java
>
>
>
> Hi,
>
> I didn't get a re
using the
ServerAlias directive and a wildcard, however, tomcat seems to need the
Host tags in server.xml to exactly match the host header..
I was under a lot of pressure to get this working at the time, so hacked
SimpleMapper1.java so that I could put a wildcard in my Host tag in
server.xml acco
larryi 01/07/17 07:02:34
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Some corrections for the case insensitive handling.
Revision ChangesPath
1.7 +7 -4
jakarta-tomcat/src/share/org/apache/tomcat
costin 01/07/15 17:19:46
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Allow case insensitive matching.
This is another big security addition - we already had huge problems with that.
Note that this fix is done at the
costin 01/07/02 12:37:57
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Fix removeContext, it had a number of big problems when the context was the
ROOT context.
Many thanks to Remus Jivcu for finding the bug and the
costin 01/06/07 20:08:26
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Added PrefixMapper as an internal class, it is very specific to
SimpleMapper ( and not used in other modules ). It is also ugly and
quite slow, so
costin 01/05/26 10:54:50
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Don't decode - it'll be done in postReadRequest.
Revision ChangesPath
1.3 +0 -11
jakarta-tomcat/src/share/org/apache/tomc
marcsaeg01/01/04 13:26:18
Modified:src/share/org/apache/tomcat/request Tag: tomcat_32
SimpleMapper1.java
Log:
contextMap() now returns 404 if a context can't be found for the request
URI. This will cause an error page to be sent to the client br
costin 00/12/26 15:34:23
Modified:src/share/org/apache/tomcat/request SimpleMapper1.java
Log:
Added more comments to SimpleMapper1
Revision ChangesPath
1.28 +12 -13
jakarta-tomcat/src/share/org/apache/tomcat/request/SimpleMapper1.java
Index: SimpleMapper1
craigmcc00/12/12 12:33:48
Modified:src/share/org/apache/tomcat/request Tag: tomcat_32
SimpleMapper1.java StaticInterceptor.java
Log:
Fix typos in the corrections for the security vulnerabilities for
Tomcat 3.2.1.
Submitted by: Arieh Markel <[EM
m: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request
>SimpleMapper1.java
StaticInterceptor.java
>
> craigmcc00/12/11 09:52:31
>
> Modified: src/share/org/apache/tomcat/request Tag: tomcat_32
>
craigmcc00/12/11 09:52:31
Modified:src/share/org/apache/tomcat/request Tag: tomcat_32
SimpleMapper1.java StaticInterceptor.java
Log:
Fix a security vulnerability that would display the contents of sensitive
files when a URL like this was used
craigmcc00/11/30 19:00:41
Modified:src/doc Tag: tomcat_32 readme
src/share/org/apache/tomcat/request Tag: tomcat_32
SimpleMapper1.java
Log:
Fix a potential security problem in Tomcat 3.2.
The servlet specification prohibits servlet
19 matches
Mail list logo