<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>62359</id>
      <name>raisercostin</name>
      <created_at>2008-12-18T05:18:08Z</created_at>
      <updated_at>2008-12-18T05:18:08Z</updated_at>
      <description>Utility classes, JSP tags, Servlets, and extensions to different external API. 

IntroductionDebuggingFilter is a servlet filter that add a &quot;debug.jspInfo&quot; attribute to the current request to be used in jsp pages, for debugging purpose. 

SamplesSee how the debug info will look like. 

ConfigurationConfigure web.xmlAdd this to your WEB-INF/web.xml file: 
    
        debugging
        ro.raisercostin.web.DebuggingFilter
    
    
        debugging
        /*
    Configure web.xmlAdd this to desired jsp file : 
    ${debug.jspInfo}Configure loggingTo log the request parametes add in log4j.properties file :     log4j.logger.ro.raisercostin.web.DebuggingFilter.PARAMETERS=debugTo log the request and header parameters add in log4j.properties file :     log4j.logger.ro.raisercostin.web.DebuggingFilter.REQUEST=debugTo log all environment parameters add in log4j.properties file :     log4j.logger.ro.raisercostin.web.DebuggingFilter.ALL=debugConfigure maven dependenciesAdd this to your pom.xml file, inside /project/dependencies/ :         
            ro.raisercostin
            raisercostin-jsp
            1.0
        Add this to your pom.xml file, inside /project/repositories/ :         
            raisercostin
            raisercostin
            http://raisercostin.googlecode.com/svn/maven2</description>
      <homepage_url>http://code.google.com/p/raisercostin</homepage_url>
      <download_url></download_url>
      <url_name>raisercostin</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id></analysis_id>
      <licenses>
        <license>
          <name>apache_2</name>
          <nice_name>Apache License 2.0</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
