Anonymous | Login | Signup for a new account | 12-17-2024 11:03 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001541 | [Resin] | minor | always | 01-05-07 08:55 | 02-12-07 10:37 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | sam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0001541: rewrite-dispatch and headers | ||||||||
Description |
(rep by Rick Mann) We're trying to replace using Apache in some cases with Resin. One of the things we need to do is prevent access to certain resources if the referring URL is not from the same domain. In Apache we do this with: <Location /> RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?keepmedia.com/.*$ [^] [NC] RewriteRule \.(gif|jpg|png)$ - [F] </Location> Is it possible to do this (without writing a servlet or filter) in resin.conf? |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |